100 days of cloud (Azure) Day 31: Deploying and Managing a Web Application


I get this error multiple times. Anyone knows how to fix this?
if you can notify the engineers, it will also be helpful.

Hi @osada

Please refer to https://github.com/Srikanth0824/kodekloud-engineer/blob/main/100_Days_of_Cloud-Azure/Day31.md and try again.

The screenshot doesn’t tell much about what configurations you’ve used. I tried the lab, and it worked fine at my end.

Hi Santosh,

Thank you for checking.

I believe my issue may be environment-specific because I was able to create the App Service Plan successfully, but the Web App creation failed due to a global name conflict.

For reference:

  • Resource Group: kml_rg_main-dfadfaa7ee094125
  • App Service Plan: xfusion-learn-python (created successfully)
  • Region specified in the task: South Central US

The following checks were performed:

az webapp list

Result: No web apps exist in my subscription.

Name availability check:

{
“nameAvailable”: false,
“reason”: “AlreadyExists”
}

Direct ARM deployment attempt:

Website with given name xfusion-webapp already exists.
Code: Conflict
ExtendedCode: 54001

Since no web app exists in my subscription but Azure reports the name already exists, it appears the hostname is already registered in another Azure subscription/tenant.

I also noticed your screenshot shows Central US, while my task specified South Central US. Could you please confirm whether the expected region for this lab is Central US or South Central US?

Thank you.

Each lab instance dynamically injects some variables; the Webapp name and region are among them.

Could you please retry the lab? I recently tried this lab, and it works fine.

i passed the task brother. thank you!