July 2018
Intermediate to advanced
350 pages
8h 47m
English
Azure App Service provides you with Kudu, which is a set of advanced tools for App Service that give you access to administer your Azure Function App. Using Kudu, you can:
For any given Azure Function App (as an Azure Function app name is unique across all Azure Accounts), you can access Kudu using your browser by navigating to the SCM endpoint at https://<yourfunctionappname>.scm.azurewebsites.net/:

In Kudu, you also have access to the Debug Console using Bash or Powershell. Once ...