Hi @Isabel Ramirez
Thanks for the question and using MS Q&A platform.
Check Deployment Status: Ensure that your app code has been successfully deployed to the App Service. Sometimes, the default app appears if the deployment fails.
Verify Resource Group and App Service Plan: Confirm that the resource group and app service plan names are correct and match those used during deployment.
App Service Configuration: Make sure your app service is configured to use the correct runtime (Python 3.11). You can check this in the Azure portal under your app service settings.
Logs and Diagnostics: Check the logs for any errors during deployment. Azure App Service provides detailed logs that can help identify what went wrong.
Check the firewall settings: Make sure that the firewall settings for the app service are configured correctly. If the firewall is blocking incoming traffic, you may not be able to access the app service.
Check the DNS settings: Make sure that the DNS settings for the app service are configured correctly. If the DNS settings are incorrect, you may not be able to access the app service.
I hope this information is helpful.
If the answer is helpful, please click "Accept Answer" and kindly upvote it.