table of contents
AZURECTL(1) | AZURECTL(1) |
NAME¶
azurectl - Command Line Interface to manage Microsoft Azure
Configuration of Azure region settings in azurectl config files.
SYNOPSIS¶
azurectl setup account region add --region=region_name --storage-account-name=storagename --container-name=containername
-
[--name=account_name]
azurectl setup account region default --region=region_name
-
[--name=account_name]
DESCRIPTION¶
add¶
Add a new region with name: region_name to the config file. The region name must be an existing geographic region in Azure
default¶
Set the default region to use if no region name is specified
OPTIONS¶
--container-name=containername¶
The name of the container which must exist in the configured storage account.
--name=account_name¶
Free form name for the azure account to use. The name is used to find the corresponding configuration file for the region setup.
--region=region_name¶
Name of the geographic region in Azure.
--storage-account-name=storagename¶
The name of the storage account which must exist in the configured region.
AZURECTL User Manuals |