Skip to content

Commit 8772cf7

Browse files
committed
try tabs
1 parent 60c6246 commit 8772cf7

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

articles/operator-nexus/howto-cluster-manager.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ This Azure region should be used in the `Location` field of the Cluster Manager
3131

3232
| Property Name | Description |
3333
| --------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
34-
| Name, ID, location, tags, type | Name: User friendly name <br> ID: < Resource ID > <br> Location: Azure region where the Cluster Manager is created. Values from: `az account list -locations`.<br> Tags: Resource tags <br> Type: Microsoft.NetworkCloud/clusterManagers |
34+
| Name, ID, location, tags, type | The Name: User friendly name <br> ID: The Resource ID <br> Location: The Azure region where the Cluster Manager is created. Values from: `az account list -locations`.<br> Tags: The resource tags <br> Type: Microsoft.NetworkCloud/clusterManagers |
3535
| managerExtendedLocation | The ExtendedLocation associated with the Cluster Manager |
36-
| managedResourceGroupConfiguration | Information about the Managed Resource Group |
36+
| managedResourceGroupConfiguration | The details of Managed Resource Group that is created for the Cluster Manager to host its internally used resources. |
3737
| fabricControllerId | The reference to the Network Fabric Controller that is 1:1 with this Cluster Manager |
3838
| analyticsWorkspaceId | The Log Analytics workspace where logs that are relevant to the customer can be found. |
3939
| clusterVersions[] | The list of Cluster versions that the Cluster Manager supports. It's used as an input in the cluster clusterVersion property. |
@@ -43,7 +43,7 @@ This Azure region should be used in the `Location` field of the Cluster Manager
4343

4444
## Cluster Manager Identity
4545

46-
Starting with the `2024-07-01` API version, a customer can assign managed identity to a Cluster Manager. Both System-assigned and User-Assigned managed identities are supported.
46+
A customer can assign managed identity to a Cluster Manager. Both System-assigned and User-Assigned managed identities are supported starting with the `2024-07-01` API version.
4747

4848
If a Cluster Manager is created with the User-assigned managed identity, a customer is required to provision access to that identity for the Nexus platform.
4949
Specifically, `Microsoft.ManagedIdentity/userAssignedIdentities/assign/action` permission needs to be added to the User-assigned identity for `AFOI-NC-MGMT-PME-PROD` Microsoft Entra ID. It's a known limitation of the platform that will be addressed in the future.
@@ -62,7 +62,7 @@ The role assignment can be done via the Azure portal:
6262

6363
Use the below commands to create a Cluster Manager.
6464

65-
### [Azure CLI](#tab/azure-cli)
65+
# [Azure CLI](#tab/azure-cli)
6666

6767
```azurecli-interactive
6868
az networkcloud clustermanager create \
@@ -101,7 +101,7 @@ Common arguments that are available for every Azure CLI command:
101101
- `--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.
102102
- `--query` - uses the JMESPath query language to filter the output returned from Azure services.
103103

104-
### [Azure PowerShell](#tab/azure-powershell)
104+
# [Azure PowerShell](#tab/azure-powershell)
105105

106106
```azurepowershell-interactive
107107
$tagHash = @{
@@ -153,7 +153,7 @@ You can find examples of these two files here:
153153

154154
List and show commands are used to get a list of existing Cluster Managers or the properties of a specific Cluster Manager.
155155

156-
### [Azure CLI](#tab/azure-cli)
156+
# [Azure CLI](#tab/azure-cli)
157157

158158
This command lists the Cluster Managers in the specified Resource group.
159159

@@ -176,7 +176,7 @@ az networkcloud clustermanager show \
176176
--subscription "$SUB_ID"
177177
```
178178

179-
### [Azure PowerShell](#tab/azure-powershell)
179+
# [Azure PowerShell](#tab/azure-powershell)
180180

181181
This command lists the Cluster Managers in the specified Resource group.
182182

@@ -202,7 +202,7 @@ This command shows the properties of the specified Cluster Manager in Json forma
202202

203203
This command is used to patch properties of the provided Cluster Manager, or update the tags assigned to the Cluster Manager. Properties and tag updates can be done independently.
204204

205-
### [Azure CLI](#tab/azure-cli)
205+
# [Azure CLI](#tab/azure-cli)
206206

207207
This command updates the Cluster Managers in the specified Resource group.
208208

@@ -214,7 +214,7 @@ az networkcloud clustermanager update \
214214
--subscription "$SUB_ID"
215215
```
216216

217-
### [Azure PowerShell](#tab/azure-powershell)
217+
# [Azure PowerShell](#tab/azure-powershell)
218218

219219
```azurepowershell-interactive
220220
$tagHash = @{
@@ -229,7 +229,7 @@ Update-AzNetworkCloudClusterManager -Name "$CLUSTER_MANAGER_NAME -ResourceGroupN
229229

230230
Cluster Manager identity can be managed via CLI using `az networkcloud clustermanager identity` commands.
231231

232-
### [Azure CLI](#tab/azure-cli)
232+
# [Azure CLI](#tab/azure-cli)
233233

234234
This command shows the currently assigned identities:
235235

@@ -280,7 +280,7 @@ az networkcloud clustermanager identity remove \
280280
--mi-system-assigned
281281
```
282282

283-
### [Azure PowerShell](#tab/azure-powershell)
283+
# [Azure PowerShell](#tab/azure-powershell)
284284

285285
Currently not supported.
286286

@@ -357,7 +357,7 @@ This command is used to Delete the provided Cluster Manager.
357357
> [!Warning]
358358
> A Cluster Manager that has an existing associated Network Fabric Controller, or any Clusters that reference this Cluster Manager may not be deleted.
359359
360-
### [Azure CLI](#tab/azure-cli)
360+
# [Azure CLI](#tab/azure-cli)
361361

362362
```azurecli-interactive
363363
az networkcloud clustermanager delete \
@@ -366,7 +366,7 @@ az networkcloud clustermanager delete \
366366
--subscription "$SUB_ID"
367367
```
368368

369-
### [Azure PowerShell](#tab/azure-powershell)
369+
# [Azure PowerShell](#tab/azure-powershell)
370370

371371
```azurepowershell-interactive
372372
$tagHash = @{

0 commit comments

Comments
 (0)