Relative Content

Tag Archive for azureazure-devopsazure-web-app-service

Unable to locate Azure App Service on Azure DevOps

I have been trying to connect my Azure App Service to build a pipeline for deployment from Azure DevOps but am not able to locate my Azure App Service from Azure DevOps. I get an internal error stated with the code of TF400898: An Internal Error Occurred. Activity Id: d187575f-c6d4-47ed-8177-da6f452b8b79.

Deployment start up file to App Service doesn’t work

AI am trying to deploy my custom startup script to App Service following the CLI command mentioned in the documentation.
https://learn.microsoft.com/en-us/azure/app-service/deploy-zip#deploy-a-startup-script
After running the command I got Jason response without any errors. I executed : aż webapp deploy --resource-group my-group --name my-app --src-path startupfiles/my-app-startup-file.sh --type=startup --target-path=/home/site/wwwroot/

Deployment start up file to App Service doesn’t work

AI am trying to deploy my custom startup script to App Service following the CLI command mentioned in the documentation.
https://learn.microsoft.com/en-us/azure/app-service/deploy-zip#deploy-a-startup-script
After running the command I got Jason response without any errors. I executed : aż webapp deploy --resource-group my-group --name my-app --src-path startupfiles/my-app-startup-file.sh --type=startup --target-path=/home/site/wwwroot/