You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/operator-nexus/howto-cluster-manager.md
+32-32Lines changed: 32 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,29 +77,29 @@ az networkcloud clustermanager create \
77
77
```
78
78
79
79
Arguments:
80
-
-**--name -n[Required]** - The name of the Cluster Manager.
81
-
-**--fabric-controller-id[Required]** - The resource ID of the Network Fabric Controller that is associated with the Cluster Manager.
82
-
-**--resource-group -g[Required]** - Name of resource group. You can configure the default resource group using `az configure --defaults group=<name>`.
83
-
-**--analytics-workspace-id** - The resource ID of the Log Analytics Workspace that is used for the logs collection
84
-
-**--location -l** - Location. Azure region where the Cluster Manager is created. Values from: `az account list -locations`. You can configure the default location using `az configure --defaults location="$LOCATION"`.
85
-
-**--managed-resource-group-configuration** - The configuration of the managed resource group associated with the resource.
- location: The region of the managed resource group. If not specified, the region of the
80
+
-`--name` or `-n`[Required] - The name of the Cluster Manager.
81
+
-`--resource-group` or `-g`[Required] - The name of resource group. You can configure the default resource group using `az configure --defaults group=<name>`.
82
+
-`--fabric-controller-id`[Required] - The resource ID of the Network Fabric Controller that is associated with the Cluster Manager.
83
+
-`--analytics-workspace-id` - The resource ID of the Log Analytics Workspace that is used for the logs collection
84
+
-`--location` or `-l` - The Azure region where the Cluster Manager is created. Values from: `az account list -locations`. You can configure the default location using `az configure --defaults location="$LOCATION"`.
85
+
-`--managed-resource-group-configuration` - The configuration of the managed resource group associated with the resource.
-**--mi-user-assigned** - Space-separated resource IDs of the User-assigned managed identities to be added.
96
-
-**--if-match**/**if-none-match** - Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. The ETag is returned as the resource property once the resource is created and can be used on the update operations.
91
+
-`wait`/`--no-wait` - Wait for command to complete or don't wait for the long-running operation to finish.
92
+
-`--tags` - Space-separated tags: key[=value][key[=value]...]. Use '' to clear existing tags
93
+
-`--subscription` - Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
-`--mi-user-assigned` - Space-separated resource IDs of the User-assigned managed identities to be added.
96
+
-`--if-match`/`if-none-match` - Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. The ETag is returned as the resource property once the resource is created and can be used on the update operations.
97
97
98
98
Common arguments that are available for every Azure CLI command:
99
99
100
-
-**--debug** - prints detailed information about CLI execution that is used for debugging purposes. If you find a bug, provide output generated with the `--debug` flag on when submitting a bug report.
101
-
-**--output -o** - specifies the output format. The available output formats are Json, Jsonc (colorized JSON), tsv (Tab-Separated Values), table (human-readable ASCII tables), and yaml. By default the CLI outputs Json.
102
-
-**--query** - uses the JMESPath query language to filter the output returned from Azure services.
100
+
-`--debug` - prints detailed information about CLI execution that is used for debugging purposes. If you find a bug, provide output generated with the `--debug` flag on when submitting a bug report.
101
+
-`--output` or `-o` - specifies the output format. The available output formats are Json, Jsonc (colorized JSON), tsv (Tab-Separated Values), table (human-readable ASCII tables), and yaml. By default the CLI outputs Json.
102
+
-`--query` - uses the JMESPath query language to filter the output returned from Azure services.
-**-ResourceGroupName** - The name of the resource group.
118
-
-**-SubscriptionId** - The ID of the target subscription.
119
-
-**-FabricControllerId** - The resource ID of the fabric controller that has one to one mapping with the cluster manager.
120
-
-**-Location** - The geo-location where the resource lives.
121
-
-**-AnalyticsWorkspaceId** - The resource ID of the Log Analytics workspace that is used for the logs collection.
122
-
-**-ManagedResourceGroupConfigurationLocation** - The location of the managed resource group. If not specified, the location of the parent resource is chosen.
123
-
-**-ManagedResourceGroupConfigurationName** - The name for the managed resource group. If not specified, the unique name is automatically generated.
124
-
-**-Tag** - Hashtable of Resource tags.
116
+
-`-Name` - The name of the cluster manager.
117
+
-`-ResourceGroupName` - The name of the resource group.
118
+
-`-SubscriptionId` - The ID of the target subscription.
119
+
-`-FabricControllerId` - The resource ID of the fabric controller that has one to one mapping with the cluster manager.
120
+
-`-Location` - The geo-location where the resource lives.
121
+
-`-AnalyticsWorkspaceId` - The resource ID of the Log Analytics workspace that is used for the logs collection.
122
+
-`-ManagedResourceGroupConfigurationLocation` - The location of the managed resource group. If not specified, the location of the parent resource is chosen.
123
+
-`-ManagedResourceGroupConfigurationName` - The name for the managed resource group. If not specified, the unique name is automatically generated.
124
+
-`-Tag` - Hashtable of Resource tags.
125
125
126
126
### [ARM Template](#tab/template)
127
127
@@ -140,10 +140,10 @@ You can find examples of these two files here:
140
140
1. Click on Load file. Locate your clusterManager.jsonc template file and upload it.
141
141
1. Click Save.
142
142
1. Click Edit parameters.
143
-
1. Click Load file. Locate your clusterManager.parameters.jsonc parameters file and upload it.
143
+
1. Click Load file. Locate your clusterManager.parameters.jsonc parameters file and upload it.
144
144
1. Click Save.
145
145
1. Select the correct Subscription.
146
-
1. Search for the Resource group if it already exists or create new.
146
+
1. Search for the Resource group if it already exists, or create new.
147
147
1. Make sure all Instance Details are correct.
148
148
1. Click Review + create.
149
149
@@ -250,7 +250,7 @@ az networkcloud clustermanager identity assign \
250
250
--mi-user-assigned "$UAI_RESOURCE_ID"
251
251
```
252
252
253
-
This command add a system-assigned identity:
253
+
This command adds a system-assigned identity:
254
254
255
255
```azurecli-interactive
256
256
az networkcloud clustermanager identity assign \
@@ -260,7 +260,7 @@ az networkcloud clustermanager identity assign \
260
260
--mi-system-assigned
261
261
```
262
262
263
-
This command removed the earlier added user-assigned identity:
263
+
This command removes the existing user-assigned identity:
264
264
265
265
```azurecli-interactive
266
266
az networkcloud clustermanager identity remove \
@@ -270,7 +270,7 @@ az networkcloud clustermanager identity remove \
270
270
--mi-user-assigned "$UAI_RESOURCE_ID"
271
271
```
272
272
273
-
This command removes the earlier added system-assigned identity:
273
+
This command removes the existing system-assigned identity:
0 commit comments