az servicebus namespace replica
Manage servicebus namespace replicas.
Commands
Name | Description | Type | Status |
---|---|---|---|
az servicebus namespace replica add |
Add one or more Replica properties to a namespace. |
Core | GA |
az servicebus namespace replica remove |
Remove one or more Replica properties to a namespace. |
Core | GA |
az servicebus namespace replica add
Add one or more Replica properties to a namespace.
az servicebus namespace replica add --geo-data-replication-config
--namespace-name
--resource-group
Examples
Add one or more Replica properties to a namespace.
az servicebus namespace replica add --namespace-name mynamespace -g MyResourceGroup --geo-data-replication-config role-type=Secondary location-name=mylocation
Required Parameters
A list of regions where replicas of the namespace are maintained Object.
Name of the Namespace.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az servicebus namespace replica remove
Remove one or more Replica properties to a namespace.
az servicebus namespace replica remove --geo-data-replication-config
--namespace-name
--resource-group
Examples
Remove one or more Replica properties to a namespace.
az servicebus namespace replica remove --namespace-name mynamespace -g MyResourceGroup --geo-data-replication-config role-type=Secondary location-name=mylocation
Required Parameters
A list of regions where replicas of the namespace are maintained Object.
Name of the Namespace.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.