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:
- Make sure your App Service plan has enough resources to deploy your web app. You may need to upgrade to a higher tier.
- Consider reducing the size of your deployment package.
- If the deployment is still pending, wait a few minutes and try again.
- 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