Skip to content

Commit 7444635

Browse files
authored
Merge pull request #194054 from tfitzmac/0405names1
add new types
2 parents 7d6fea2 + e726154 commit 7444635

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

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

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Resource naming restrictions
33
description: Shows the rules and restrictions for naming Azure resources.
44
ms.topic: conceptual
5-
ms.date: 04/04/2022
5+
ms.date: 04/05/2022
66
---
77

88
# Naming rules and restrictions for Azure resources
@@ -78,6 +78,13 @@ In the following tables, the term alphanumeric refers to:
7878
> | --- | --- | --- | --- |
7979
> | configurationStores | resource group | 5-50 | Alphanumerics, underscores, and hyphens. |
8080
81+
## Microsoft.AppPlatform
82+
83+
> [!div class="mx-tableFixed"]
84+
> | Entity | Scope | Length | Valid Characters |
85+
> | --- | --- | --- | --- |
86+
> | spring | resource group | 4-32 | Lowercase letters, numbers, and hyphens. |
87+
8188
## Microsoft.Authorization
8289

8390
> [!div class="mx-tableFixed"]
@@ -511,6 +518,16 @@ In the following tables, the term alphanumeric refers to:
511518
> | mediaservices / liveEvents / liveOutputs | Live event | 1-256 | Alphanumerics and hyphens.<br><br>Start with alphanumeric. |
512519
> | mediaservices / streamingEndpoints | Media service | 1-24 | Alphanumerics and hyphens.<br><br>Start with alphanumeric. |
513520
521+
## Microsoft.NetApp
522+
523+
> [!div class="mx-tableFixed"]
524+
> | Entity | Scope | Length | Valid Characters |
525+
> | --- | --- | --- | --- |
526+
> | netAppAccounts | resource group | 1-128 | Alphanumerics, underscores, periods, and hyphens. |
527+
> | netAppAccounts / capacityPools | NetApp account | 1-64 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with alphanumeric. |
528+
> | netAppAccounts / snapshotPolicies | NetApp account | 1-64 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with alphanumeric. |
529+
> | netAppAccounts / volumeGroups | NetApp account | 1-64 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with alphanumeric. |
530+
514531
## Microsoft.Network
515532

516533
> [!div class="mx-tableFixed"]
@@ -599,6 +616,13 @@ In the following tables, the term alphanumeric refers to:
599616
> | --- | --- | --- | --- |
600617
> | capacities | region | 3-63 | Lowercase letters or numbers<br><br>Start with lowercase letter. |
601618
619+
## Microsoft.Quantum
620+
621+
> [!div class="mx-tableFixed"]
622+
> | Entity | Scope | Length | Valid Characters |
623+
> | --- | --- | --- | --- |
624+
> | workspaces | region | 2-54 | Alphanumerics and hyphens.<br><br>Can't start or end with hyphen. |
625+
602626
## Microsoft.RecoveryServices
603627

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

0 commit comments

Comments
 (0)