I can't deploy my application in app service

Isabel Ramirez 0 Reputation points
2024-11-08T13:54:40.73+00:00

I have an application that I designed locally (python 3.11) that uses speech to text services and I'm trying to deploy it with an app service but when I enter the link I get an error and it tells me that the resource does not exist.

I have already restarted the app service and even created it again, but it still doesn't work

User's image

User's image

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,024 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Laxman Reddy Revuri 1,035 Reputation points Microsoft Vendor
    2024-11-11T16:27:06.69+00:00

    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.


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.