Skip to content

Commit 781bf72

Browse files
Merge pull request #262418 from tfitzmac/0104names1
Add desktopVirtualization
2 parents 88fd9bc + 16b496e commit 781bf72

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

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

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: conceptual
55
author: tfitzmac
66
ms.author: tomfitz
77
ms.reviewer: franksolomon
8-
ms.date: 01/03/2024
8+
ms.date: 01/04/2024
99
---
1010

1111
# Naming rules and restrictions for Azure resources
@@ -135,7 +135,7 @@ In the following tables, the term alphanumeric refers to:
135135
> [!div class="mx-tableFixed"]
136136
> | Entity | Scope | Length | Valid Characters |
137137
> | --- | --- | --- | --- |
138-
> | privateClouds | resource group | 1-80 | Alphanumerics, periods, hyhens, and underscores.<br>Start with alphanumeric and end with alphanumeric or underscore. |
138+
> | privateClouds | resource group | 1-80 | Alphanumerics, periods, hyhens, and underscores.<br><br>Start with alphanumeric and end with alphanumeric or underscore. |
139139
140140
## Microsoft.Batch
141141

@@ -400,6 +400,15 @@ In the following tables, the term alphanumeric refers to:
400400
> | servers / firewallRules | servers | 1-128 | Alphanumerics, hyphens, and underscores. |
401401
> | servers / virtualNetworkRules | servers | 1-128 | Alphanumerics and hyphens. |
402402
403+
## Microsoft.DesktopVirtualization
404+
405+
> [!div class="mx-tableFixed"]
406+
> | Entity | Scope | Length | Valid Characters |
407+
> | --- | --- | --- | --- |
408+
> | applicationGroups | resource group | 3-64 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with letter or number. End with letter, number, or underscore. |
409+
> | hostPools | resource group | 3-64 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with letter or number. End with letter, number, or underscore. |
410+
> | workspaces | resource group | 3-64 | Alphanumerics, underscores, periods, and hyphens.<br><br>Start with letter or number. End with letter, number, or underscore. |
411+
403412
## Microsoft.Devices
404413

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

0 commit comments

Comments
 (0)