Cannot add App Service to App Service Environment v3

Christian Loose 21 Reputation points
2021-07-21T10:37:43.133+00:00

Hi everyone,

I created a new App Service Environment V3, which was successfully created. From my understanding I should now be able to create a new Web App and select the ASE as my region - but it is not listed in the Select box. Same resource group etc, checked that.

Any hints on how to add an App Service to my ASE? Right now I pay for nothing :/

Thanks
Christian

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,782 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SUNOJ KUMAR YELURU 14,301 Reputation points MVP
    2021-07-21T14:26:38.2+00:00

    Hi @Christian Loose

    The App Service Environment (ASE) is a single tenant deployment of the App Service that injects into your Azure Virtual Network (VNet). A deployment of an ASE will require use of one subnet. This subnet can't be used for anything else other than the ASE.

    Before you create your ASE
    After your ASE is created, you can't change:

    Location
    Subscription
    Resource group
    Azure Virtual Network (VNet) used
    Subnets used
    Subnet size
    Name of your ASE
    The subnet needs to be large enough to hold the maximum size that you'll scale your ASE. Pick a large enough subnet to support your maximum scale needs since it can't be changed after creation. The recommended size is a /24 with 256 addresses.

    please refer below link for more details
    https://learn.microsoft.com/en-us/azure/app-service/environment/creation#before-you-create-your-ase

    If the Answer is helpful, please click Accept Answer and up-vote, this can be beneficial to other community members.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.