Skip to content

Commit 15a129d

Browse files
authored
Update howto-cluster-manager.md
Fix page formatting
1 parent 09a9546 commit 15a129d

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

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

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ ms.custom: devx-track-azurecli
1414

1515
The Cluster Manager is deployed in the operator's Azure subscription to manage the lifecycle of Operator Nexus Infrastructure Clusters.
1616

17-
---
18-
1917
## Before you begin
2018

2119
Ensure you have the following information:
@@ -25,13 +23,9 @@ Ensure you have the following information:
2523
- **Azure Region** - The Cluster Manager should be created in the same Azure region as the Network Fabric Controller.
2624
This Azure region should be used in the `Location` field of the Cluster Manager and all associated Operator Nexus instances.
2725

28-
---
29-
3026
## Limitations
3127
- **Naming** - Naming rules can be found [here](../azure-resource-manager/management/resource-name-rules.md#microsoftnetworkcloud).
3228

33-
---
34-
3529
## Cluster Manager properties
3630

3731
| Property Name | Description |
@@ -46,7 +40,6 @@ This Azure region should be used in the `Location` field of the Cluster Manager
4640
| provisioningState | The provisioning status of the latest operation on the Cluster Manager. One of: Succeeded, Failed, Provisioning, Accepted, Updating. |
4741
| detailedStatus | The detailed statuses that provide additional information about the status of the Cluster Manager. |
4842
| detailedStatusMessage | The descriptive message about the current detailed status. |
49-
---
5043

5144
## Cluster Manager Identity
5245

@@ -65,8 +58,6 @@ The role assignment can be done via the Azure portal:
6558
- Select Member: `AFOI-NC-MGMT-PME-PROD` application
6659
- Review and assign
6760

68-
---
69-
7061
## Create a Cluster Manager
7162

7263
Use the below commands to create a Cluster Manager.
@@ -181,8 +172,6 @@ You can find examples of these two files here:
181172
1. Make sure all Instance Details are correct.
182173
1. Click Review + create.
183174

184-
---
185-
186175
## List/show Cluster Managers
187176

188177
List and show commands are used to get a list of existing Cluster Managers or the properties of a specific Cluster Manager.
@@ -234,8 +223,6 @@ This command shows the properties of the specified Cluster Manager in JSON forma
234223

235224
To view Cluster Managers, use Portal, CLI, or PowerShell.
236225

237-
---
238-
239226
## Update Cluster Manager
240227

241228
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.
@@ -279,8 +266,6 @@ Update-AzNetworkCloudClusterManager -Name "<CLUSTER_MANAGER_NAME>" -ResourceGrou
279266

280267
The template used for creation can also be used to update the Cluster Manager.
281268

282-
---
283-
284269
## Cluster Manager identity
285270

286271
The Cluster Manager identity can be managed via CLI using `az networkcloud clustermanager identity` sub commands.
@@ -334,8 +319,6 @@ az networkcloud clustermanager identity remove \
334319
--mi-system-assigned
335320
```
336321

337-
---
338-
339322
## Delete Cluster Manager
340323

341324
This command is used to Delete the provided Cluster Manager.
@@ -365,17 +348,11 @@ To delete the Cluster Manager, use Portal, CLI, or PowerShell.
365348
>[!NOTE]
366349
>As best practice, wait 20 minutes after deleting a Cluster Manager before trying to create a new Cluster Manager with the same name.
367350
368-
---
369-
370351
## Next steps
371352

372353
After you successfully created the Network Fabric Controller and the Cluster Manager, the next step is to create a [Network Fabric](./howto-configure-network-fabric.md).
373354

374-
---
375-
376355
## Useful links
377356

378357
- [NetworkCloud REST APIs Reference](/rest/api/networkcloud/)
379358
- [NetworkCloud PowerShell Reference](/powershell/module/az.networkcloud/)
380-
381-
---

0 commit comments

Comments
 (0)