Description Usage Arguments Details Functions
Overwrites defaults for the Azure CLI to .azure/
directory (side effect), if arguments are provided.
Errors out if a default is missing.
1 2 3 | az_configure(name = NULL, resource_group = NULL, ...)
az_configure_list(...)
|
name |
Name of the web app.
(In the Azure CLI, this argument is sometimes known as |
resource_group |
The Azure resource group to which the app service should belong. |
... |
Arguments passed on to
|
Because of a bug, the Azure CLI will always include defaults at ~/.azure/
.
These hidden defaults can interfere with these functions.
Make sure that you have no default name
and resource_group
in the global azure default config in your HOME
directory.
az_configure_list
: List defaults
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.