Skip to content

Commit 60c6246

Browse files
committed
fix links
1 parent 514f958 commit 60c6246

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ $tagHash = @{
225225
Update-AzNetworkCloudClusterManager -Name "$CLUSTER_MANAGER_NAME -ResourceGroupName $CLUSTER_MANAGER_RG -SubscriptionId $SUB_ID -Tag $tagHash
226226
```
227227

228-
### Update Cluster Manager Identities
228+
## Update Cluster Manager Identities
229229

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

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

283-
### [Azure APIs](#tab/azure-api)
283+
### [Azure PowerShell](#tab/azure-powershell)
284+
285+
Currently not supported.
286+
287+
---
288+
289+
Alternatively, you can update Cluster Manager Identities Azure APIs.
284290

285291
- To remove all managed identities, execute:
286292

@@ -379,6 +385,6 @@ After you successfully created the Network Fabric Controller and the Cluster Man
379385

380386
## Useful links
381387

382-
- [NetworkCloud REST APIs Reference](https://learn.microsoft.com/rest/api/networkcloud/)
383-
- [NetworkCloud PowerShell Reference](https://learn.microsoft.com/powershell/module/az.networkcloud/)
388+
- [NetworkCloud REST APIs Reference](/rest/api/networkcloud/)
389+
- [NetworkCloud PowerShell Reference](/powershell/module/az.networkcloud/)
384390

0 commit comments

Comments
 (0)