Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Hello @Tony D'Alessandro,
If your web app deployment fails when initiated from Visual Studio Code (VSCode) and there is no indication in Azure that the deployment even started, there are several potential causes and troubleshooting steps you can take. First, ensure that you have set the correct configurations in your Azure App Service.
For instance, if you encounter a deployment failure with the error message “Failed to deploy web package to App Service,” it may be due to issues with the zipDeploy API, which can occur if the App Service cannot process the incoming package correctly. To resolve this, you should set the WEBSITE_RUN_FROM_PACKAGE app setting to in your App Service configuration. This can be done by navigating to your App Service in the Azure portal, selecting Configuration > Application settings, and updating the setting accordingly.
Troubleshoot Azure Web App deployment tasks
If this answers your query, do click Accept Answer and Up-Vote for the same. And, if you have any further query do let us know.