Skip to content

Commit 5ff7234

Browse files
authored
Clarify that URLs are case-insensitive
1 parent 9016364 commit 5ff7234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/key-vault/general/about-keys-secrets-certificates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags: azure-resource-manager
88
ms.service: key-vault
99
ms.subservice: general
1010
ms.topic: overview
11-
ms.date: 12/12/2022
11+
ms.date: 04/18/2023
1212
ms.author: mbaldwin
1313
---
1414

@@ -71,7 +71,7 @@ Objects in Key Vault can be retrieved by specifying a version or by omitting ver
7171
> The values you provide for Azure resources or object IDs may be copied globally for the purpose of running the service. The value provided should not include personally identifiable or sensitive information.
7272
7373
### Vault-name and Object-name
74-
Objects are uniquely identified within Key Vault using a URL. No two objects in the system have the same URL, regardless of geo-location. The complete URL to an object is called the Object Identifier. The URL consists of a prefix that identifies the Key Vault, object type, user provided Object Name, and an Object Version. The Object Name is case-insensitive and immutable. Identifiers that don't include the Object Version are referred to as Base Identifiers.
74+
Objects are uniquely identified within Key Vault using a case-insensitive URL. No two objects in the system have the same URL, regardless of geo-location. The complete URL to an object is called the Object Identifier. The URL consists of a prefix that identifies the Key Vault, object type, user provided Object Name, and an Object Version. The Object Name is case-insensitive and immutable. Identifiers that don't include the Object Version are referred to as Base Identifiers.
7575

7676
For more information, see [Authentication, requests, and responses](authentication-requests-and-responses.md)
7777

0 commit comments

Comments
 (0)