Skip to content

Commit 9d0eb68

Browse files
Merge pull request #282129 from bryan-strassner/bstrassner/apiLimits
[operator-nexus] Add resource naming limits and references.
2 parents c8e2658 + c648583 commit 9d0eb68

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

articles/azure-resource-manager/management/resource-name-rules.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,34 @@ In the following tables, the term alphanumeric refers to:
680680
> | vpnGateways / vpnConnections | VPN gateway | 1-80 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with alphanumeric. End alphanumeric or underscore. |
681681
> | vpnSites | resource group | 1-80 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with alphanumeric. End alphanumeric or underscore. |
682682
683+
## Microsoft.NetworkCloud
684+
> [!div class="mx-tableFixed"]
685+
> | Entity | Scope | Length | Valid Characters |
686+
> | --- | --- | --- | --- |
687+
> | bareMetalMachineKeySets | resource group | 2-30 | Alphanumerics, underscores, and hyphens.<br><br>Start with alphanumeric. End with alphanumeric. |
688+
> | bareMetalMachines | resource group | 2-64 | Alphanumerics. |
689+
> | bmcKeySets | resource group | 2-30 | Alphanumerics, underscores, and hyphens.<br><br>Start with alphanumeric. End with alphanumeric. |
690+
> | cloudServicesNetworks | resource group | 2-30 | Alphanumerics, underscores, and hyphens.<br><br>Start with alphanumeric. End with alphanumeric. |
691+
> | clusterManagers | resource group | 2-30 | Alphanumerics, underscores, and hyphens.<br><br>Start with alphanumeric. End with alphanumeric. |
692+
> | clusters | resource group | 2-30 | Alphanumerics, underscores, and hyphens.<br><br>Start with alphanumeric. End with alphanumeric. |
693+
> | clusters / metricsConfigurations | Cluster | see value | Must be `default`. |
694+
> | edgeClusters | resource group | 2-30 | Alphanumerics, underscores, and hyphens.<br><br>Start with alphanumeric. End with alphanumeric. |
695+
> | edgeClusters / nodes | Edge Cluster | 2-64 | Alphanumerics. |
696+
> | edgeClusters / features | Edge Cluster | 2-63 | Alphanumerics, underscores, and hyphens.<br><br>Start with alphanumeric. End with alphanumeric.<br><br> Only predefined values. |
697+
> | kubernetesClusters | resource group | 2-30 | Alphanumerics, underscores, and hyphens.<br><br>Start with alphanumeric. End with alphanumeric. |
698+
> | kubernetesClusters / agentPools | Kubernetes Cluster | 2-30 | Alphanumerics, underscores, and hyphens.<br><br>Start with alphanumeric. End with alphanumeric. |
699+
> | l2Network | resource group | 2-30 | Alphanumerics, underscores, and hyphens.<br><br>Start with alphanumeric. End with alphanumeric. |
700+
> | l3Network | resource group | 2-30 | Alphanumerics, underscores, and hyphens.<br><br>Start with alphanumeric. End with alphanumeric. |
701+
> | l3Network | resource group | 2-30 | Alphanumerics, underscores, and hyphens.<br><br>Start with alphanumeric. End with alphanumeric. |
702+
> | racks | resource group | 2-30 | Alphanumerics, underscores, and hyphens.<br><br>Start with alphanumeric. End with alphanumeric. |
703+
> | registrationHubs | resource group | 2-30 | Alphanumerics, underscores, and hyphens.<br><br>Start with alphanumeric. End with alphanumeric. |
704+
> | registrationHubs / machines | Registration Hub | 2-40 | Alphanumerics, underscores, and hyphens.<br><br>Start with alphanumeric. End with alphanumeric. |
705+
> | storageAppliance | resource group | 2-30 | Alphanumerics, underscores, and hyphens.<br><br>Start with alphanumeric. End with alphanumeric. |
706+
> | trunkedNetwork | resource group | 2-30 | Alphanumerics, underscores, and hyphens.<br><br>Start with alphanumeric. End with alphanumeric. |
707+
> | volume | resource group | 2-64 | Alphanumerics, underscores, and hyphens.<br><br>Start with alphanumeric. End with alphanumeric. |
708+
> | virtualMachines | resource group | 2-64 | Alphanumerics. |
709+
> | virtualMachines/consoles | Virtual Machine | see value | Must be `default`. |
710+
683711
## Microsoft.NotificationHubs
684712

685713
> [!div class="mx-tableFixed"]

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ You'll need:
2424
- **Azure Region** - The Cluster Manager should be created in the same Azure region as the Network Fabric Controller.
2525
This Azure region should be used in the `Location` field of the Cluster Manager and all associated Operator Nexus instances.
2626

27+
## Limitations
28+
- **Naming** - Naming rules can be found [here](../azure-resource-manager/management/resource-name-rules.md#microsoftnetworkcloud).
2729

2830
## Global arguments
2931

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ information on the resource providers and resource models, and the APIs.
2525

2626
The metrics generated from the logging data are available in [Azure Monitor metrics](./list-of-metrics-collected.md).
2727

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

2931
## Create a Cluster
3032

0 commit comments

Comments
 (0)