Skip to content

Commit 8dadde6

Browse files
committed
add case-insensitive rg name
1 parent cdf8e1e commit 8dadde6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Shows the rules and restrictions for naming Azure resources.
44
ms.topic: conceptual
55
author: tfitzmac
66
ms.author: tomfitz
7-
ms.date: 06/17/2022
7+
ms.date: 09/28/2022
88
---
99

1010
# Naming rules and restrictions for Azure resources
@@ -13,10 +13,12 @@ This article summarizes naming rules and restrictions for Azure resources. For r
1313

1414
This article lists resources by resource provider namespace. For a list of how resource providers match Azure services, see [Resource providers for Azure services](azure-services-resource-providers.md).
1515

16-
Resource names are case-insensitive unless noted in the valid characters column.
17-
1816
> [!NOTE]
19-
> When retrieving resource names using various APIs, returned values may display different case values than what is listed in the valid characters table.
17+
> Resource and resource group names are case-insensitive unless specifically noted in the valid characters column.
18+
>
19+
> When using various APIs to retrieve the name for a resource or resource group, the returned value may have different casing than what you originally specified for the name. The returned value may even display different case values than what is listed in the valid characters table.
20+
>
21+
> Always perform a case-insensitive comparison of names.
2022
2123
In the following tables, the term alphanumeric refers to:
2224

0 commit comments

Comments
 (0)