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
| 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 |
35
35
| 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.|
37
37
| fabricControllerId | The reference to the Network Fabric Controller that is 1:1 with this Cluster Manager |
38
38
| analyticsWorkspaceId | The Log Analytics workspace where logs that are relevant to the customer can be found. |
39
39
| 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
43
43
44
44
## Cluster Manager Identity
45
45
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.
47
47
48
48
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.
49
49
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:
62
62
63
63
Use the below commands to create a Cluster Manager.
64
64
65
-
###[Azure CLI](#tab/azure-cli)
65
+
# [Azure CLI](#tab/azure-cli)
66
66
67
67
```azurecli-interactive
68
68
az networkcloud clustermanager create \
@@ -101,7 +101,7 @@ Common arguments that are available for every Azure CLI command:
101
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
102
-`--query` - uses the JMESPath query language to filter the output returned from Azure services.
103
103
104
-
###[Azure PowerShell](#tab/azure-powershell)
104
+
# [Azure PowerShell](#tab/azure-powershell)
105
105
106
106
```azurepowershell-interactive
107
107
$tagHash = @{
@@ -153,7 +153,7 @@ You can find examples of these two files here:
153
153
154
154
List and show commands are used to get a list of existing Cluster Managers or the properties of a specific Cluster Manager.
155
155
156
-
###[Azure CLI](#tab/azure-cli)
156
+
# [Azure CLI](#tab/azure-cli)
157
157
158
158
This command lists the Cluster Managers in the specified Resource group.
159
159
@@ -176,7 +176,7 @@ az networkcloud clustermanager show \
176
176
--subscription "$SUB_ID"
177
177
```
178
178
179
-
###[Azure PowerShell](#tab/azure-powershell)
179
+
# [Azure PowerShell](#tab/azure-powershell)
180
180
181
181
This command lists the Cluster Managers in the specified Resource group.
182
182
@@ -202,7 +202,7 @@ This command shows the properties of the specified Cluster Manager in Json forma
202
202
203
203
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.
204
204
205
-
###[Azure CLI](#tab/azure-cli)
205
+
# [Azure CLI](#tab/azure-cli)
206
206
207
207
This command updates the Cluster Managers in the specified Resource group.
208
208
@@ -214,7 +214,7 @@ az networkcloud clustermanager update \
0 commit comments