Azure Deployment taking too long

DARRELL DEVLIN 0 Reputation points
2024-08-29T04:26:15.4633333+00:00

I am trying to deploy a PHP from Visual Studio, created the project with an ASP. NET Core Empty project template. When I created a WebApp which used the Runtime stack PHP 8.3, it takes a log time and hasn't finished currently

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

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 19,151 Reputation points Moderator
    2024-09-04T20:46:55.7766667+00:00

    Hi @DARRELL DEVLIN we're sorry to hear you're facing this issue. Are you getting any specific error? did you follow this azure doc to create your web app https://learn.microsoft.com/en-us/azure/app-service/quickstart-php?tabs=cli&pivots=platform-linux ?

    Slow deployment is cause by different factors. Here are some troubleshooting steps:

    1. Make sure your App Service plan has enough resources to deploy your web app. You may need to upgrade to a higher tier.
    2. Consider reducing the size of your deployment package.
    3. If the deployment is still pending, wait a few minutes and try again.
    4. Check if there are any network issues affecting the deployment process.

    If the issue persists after following those troubleshooting steps, please let us know.

    -Grace

    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.