Description Usage Arguments Functions
Manage web apps
slot |
The name of the deployment slot. Defaults to the production slot if not specified. Only available for higher app service plan tiers. |
restart |
whether to restart the web app. |
... |
Arguments passed on to
|
name |
Name of the web app.
(In the Azure CLI, this argument is sometimes known as |
plan |
Name or resource id of the app service plan. |
resource_group |
The Azure resource group to which the app service should belong. |
deployment_container_image_name |
The custom image name and optionally the tag name. Image must
|
startup_file |
The
The following
|
subscription |
Name or ID of the Azure subscription to which costs are billed. According to an upvoted answer on Stack Overflow, Azure subscription IDs need not be considered a secret or personal identifiable information (PII). However, depending your applicable context and policies, you may want to provide this argument as a secret. To find out which subscriptions you are currently authorised to use, run |
docker_registry_server_url |
The container registry server url.
Defaults to |
docker_registry_server_user, docker_registry_server_password |
Credentials for private container registries.
Defaults to |
az_webapp_create
: Create a web app
az_webapp_delete
: Delete a web app
az_webapp_list
: List web apps
az_webapp_show
: Gets the details of a web app
az_webapp_deployment_slot_create
: Create a deployment slot
az_webapp_deployment_slot_list
: List all deployment slots
az_webapp_update
: Update a web app
az_webapp_config_set
: Set a web app's configuration
az_webapp_config_show
: Get the details of a web app's configuration
az_webapp_config_container_set
: Set a web app container's settings
az_webapp_config_container_show
: Get details of a web app container's settings
az_webapp_config_appsettings_set
: Set a web app's settings
az_webapp_config_appsettings_list
: Get the details of a web app's settings
az_webapp_config_appsettings_delete
: Delete web app settings
az_webapp_restart
: Restarts the web app
az_webapp_browse
: Open a web app in a browser
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.