Azure App Services
1. Overview
https://learn.microsoft.com/en-us/azure/app-service/overview
Azure App Service is an HTTP-based service for hosting web applications, REST APIs, and mobile back ends. You can develop in your favorite language, be it .NET, .NET Core, Java, Node.js, PHP, or Python. Applications run and scale with ease on both Windows and Linux-based environments.
https://learn.microsoft.com/en-us/azure/app-service/
Main page of App services
1.1 Kudu
https://learn.microsoft.com/en-us/azure/app-service/resources-kudu
Kudu is the engine behind git deployments in Azure App Service. It can also run outside of Azure.
https://github.com/projectkudu/kudu/wiki
https://github.com/projectkudu/kudu/wiki/Accessing-the-kudu-service
If your web site has URL
http://mysite.azurewebsites.net/
, then the root URL of the Kudu service ishttps://mysite.scm.azurewebsites.net/
. Note the addedscm
token.
Commands
https://learn.microsoft.com/en-us/cli/azure/webapp?view=azure-cli-latest
az webapp list