Skip to content

Commit 3927e14

Browse files
authored
Update about-keys-secrets-certificates.md
Adding note for EUDB privacy considerations explaining that azure resource/object ids will be copied globally and therefore should not contain PII
1 parent 7c4dff8 commit 3927e14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ Objects stored in Key Vault are versioned whenever a new instance of an object i
7070

7171
Objects in Key Vault can be addressed by specifying a version or by omitting version for operations on current version of the object. For example, given a Key with the name `MasterKey`, performing operations without specifying a version causes the system to use the latest available version. Performing operations with the version-specific identifier causes the system to use that specific version of the object.
7272

73+
> [!NOTE]
74+
> The values you provide for Azure resource 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.
75+
7376
### Vault-name and Object-name
7477
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.
7578

0 commit comments

Comments
 (0)