Using Console
Using CLI
<app_name>
with the name of the web app identified in step 4 and <resource_group_name>
with the name of the resource group where the web app is located.<runtime_stack>
with the name of the runtime stack that you want to use (e.g., “PHP”, “Python”, “Node”, etc.) and <version>
with the latest version of the runtime stack.
Using Python