hi,
i am trying to follow the instructions for unit 3 of the following module:
https://learn.microsoft.com/en-us/training/modules/host-a-web-app-with-azure-app-service/
I activated the sandbox and then followed the subsequent instructions on the screen which tells to create a new azure web app resource in the azure portal. however it will not let me create the resource. Can someone give any suggestions? it gives the following error. i have tried with regions "East US" (which is what the instructions says to use) as well as "East US2"...neither worked...the error below was generated after using "East US".:
{
"deploymentStatusCode": -1,
"stage": 6,
"expected": true,
"error": {
"code": "InvalidTemplateDeployment",
"details": [
{
"code": "ValidationForResourceFailed",
"message": "Validation failed for a resource. Check 'Error.Details[0]' for more information.",
"details": [
{
"code": "FreeLinuxAtRegionalCapacityForSubscription",
"message": "This subscription has reached the limit of 1 Free Linux app service plan(s) it can create in this region. Please choose a different sku or region."
}
]
}
],
"message": "The template deployment 'Microsoft.Web-WebApp-Portal-c5505a12-8820' is not valid according to the validation procedure. The tracking id is '72c79002-3a6b-4d14-896c-dde40913e79f'. See inner errors for details."
},
"subscriptionId": "89cec965-ade4-4ffb-923f-048ad2128518",
"resourceGroupName": "learn-c2ecd4fa-4fa7-4756-82c5-9e33b7549d2b",
"location": "westus",
"deploymentName": "Microsoft.Web-WebApp-Portal-c5505a12-8820",
"details": {
"code": "InvalidTemplateDeployment",
"message": "The template deployment 'Microsoft.Web-WebApp-Portal-c5505a12-8820' is not valid according to the validation procedure. The tracking id is '72c79002-3a6b-4d14-896c-dde40913e79f'. See inner errors for details.",
"details": [
{
"code": "ValidationForResourceFailed",
"message": "Validation failed for a resource. Check 'Error.Details[0]' for more information.",
"details": [
{
"code": "FreeLinuxAtRegionalCapacityForSubscription",
"message": "This subscription has reached the limit of 1 Free Linux app service plan(s) it can create in this region. Please choose a different sku or region."
}
]
}
]
},
"notificationTimestamp": "2024-01-20T02:50:59.114Z"
}