1
1
---
2
2
title : " Azure Operator Nexus Cluster Support for managed identities and user provided resources"
3
3
description : Azure Operator Nexus Cluster support for managed identities and user provided resources.
4
- author : eak13
5
- ms.author : ekarandjeff
4
+ author : DanCrank
5
+ ms.author : danielcrank
6
6
ms.service : azure-operator-nexus
7
7
ms.topic : how-to
8
- ms.date : 2/5 /2025
8
+ ms.date : 4/28 /2025
9
9
ms.custom : template-how-to
10
10
---
11
11
@@ -132,7 +132,7 @@ az networkcloud cluster create --name "clusterName" -g "resourceGroupName" \
132
132
--mi-user-assigned "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myUAMI" \
133
133
--command-output-settings identity-type="UserAssignedIdentity" \
134
134
identity-resource-id="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myUAMI" \
135
- container-url="https://myaccount.blob.core.windows.net/mycontainer?restype=container " \
135
+ container-url="https://myaccount.blob.core.windows.net/mycontainer" \
136
136
--analytics-output-settings analytics-workspace-id="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/microsoft.operationalInsights/workspaces/logAnalyticsWorkspaceName" \
137
137
identity-type="UserAssignedIdentity" \
138
138
identity-resource-id="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myUAMI" \
@@ -151,7 +151,7 @@ az networkcloud cluster create --name "clusterName" -g "resourceGroupName" \
151
151
--mi-user-assigned "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myFirstUAMI" "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/mySecondUAMI" \
152
152
--command-output-settings identity-type="UserAssignedIdentity" \
153
153
identity-resource-id="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myFirstUAMI" \
154
- container-url="https://myaccount.blob.core.windows.net/mycontainer?restype=container " \
154
+ container-url="https://myaccount.blob.core.windows.net/mycontainer" \
155
155
--analytics-output-settings analytics-workspace-id="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/microsoft.operationalInsights/workspaces/logAnalyticsWorkspaceName" \
156
156
identity-type="UserAssignedIdentity" \
157
157
identity-resource-id="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myFirstUAMI" \
@@ -201,7 +201,7 @@ Cluster update to assign `mySecondUAMI` to the command output settings.
201
201
az networkcloud cluster update --name "clusterName" --resource-group "resourceGroupName" \
202
202
--command-output-settings identity-type="UserAssignedIdentity" \
203
203
identity-resource-id="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/mySecondUAMI" \
204
- container-url="https://myaccount.blob.core.windows.net/mycontainer?restype=container "
204
+ container-url="https://myaccount.blob.core.windows.net/mycontainer"
205
205
```
206
206
207
207
_ Example 3:_ Update a Cluster that already has a SAMI and add a UAMI. The SAMI is retained. Then assign the UAMI to the log analytics output settings (LAW).
@@ -391,7 +391,7 @@ _Example 1:_ Add or update the command output settings (Storage Account) for a C
391
391
``` azurecli-interactive
392
392
az networkcloud cluster update --name "clusterName" --resource-group "resourceGroupName" \
393
393
--command-output-settings identity-type="SystemAssignedIdentity" \
394
- container-url="https://myaccount.blob.core.windows.net/mycontainer?restype=container "
394
+ container-url="https://myaccount.blob.core.windows.net/mycontainer"
395
395
```
396
396
397
397
_ Example 2:_ Add or update the log analytics output settings (LAW) for a Cluster.
@@ -418,7 +418,7 @@ _Example 4:_ This example combines all three resources using a SAMI into one upd
418
418
``` azurecli-interactive
419
419
az networkcloud cluster update --name "clusterName" --resource-group "resourceGroupName" \
420
420
--command-output-settings identity-type="SystemAssignedIdentity" \
421
- container-url="https://myaccount.blob.core.windows.net/mycontainer?restype=container "
421
+ container-url="https://myaccount.blob.core.windows.net/mycontainer"
422
422
--analytics-output-settings analytics-workspace-id="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/microsoft.operationalInsights/workspaces/logAnalyticsWorkspaceName" \
423
423
identity-type="SystemAssignedIdentity" \
424
424
--secret-archive-settings identity-type="SystemAssignedIdentity" \
0 commit comments