Description Usage Arguments Value Functions
Run Azure CLI Wraps the Azure Command-Line Interface (CLI).
1 2 3 4 5 6 7 8 9 10 11 12 |
cmd, req, opt, add |
Command, required, optional, additional, extra parameters, as for |
echo_cmd |
Whether to print the command to run to the screen. |
echo |
Whether to print the standard output and error to the screen. Note that the order of the standard output and error lines are not necessarily correct, as standard output is typically buffered. |
... |
Extra arguments are passed to |
slot |
The name of the deployment slot. Defaults to the production slot if not specified. Only available for higher app service plan tiers. |
(invisible) stdout
parsed through jsonlite::fromJSON()
az_cli_run_slot
: Run Azure CLI command with slot parameter (mostly webapp
commands)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.