Skip to content

Commit 9c75bf4

Browse files
authored
Refresh introduction
1 parent 229d1b3 commit 9c75bf4

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
@@ -14,7 +14,7 @@ ms.author: mbaldwin
1414

1515
# Azure Key Vault keys, secrets and certificates overview
1616

17-
Azure Key Vault enables Microsoft Azure applications and users to store and use several types of secret/key data. Key Vault resource provider supports two resource types: vaults and managed HSMs.
17+
Azure Key Vault enables Microsoft Azure applications and users to store and use several types of secret/key data: keys, secrets, and certificates. All keys, secrets, and certificates are generically referred to as Objects.
1818

1919
## Object Identifiers
2020
Objects are uniquely identified within Key Vault using a case-insensitive identifier called the Object Identifier. No two objects in the system have the same identifier, regardless of geo-location. The identifier consists of a prefix that identifies the Key Vault, object type, user provided Object Name, and an Object Version. Identifiers that don't include the Object Version are referred to as Base Identifiers. Key Vault Object Identifiers are also valid URL but should always be compared as case-insensitive strings.
@@ -42,7 +42,7 @@ Where:
4242
|`object-version`|An `object-version` is a system-generated, 32 character string identifier that is optionally used to address a unique version of an object.|
4343

4444
## DNS suffixes for object identifiers
45-
This table shows the DNS suffix used by the data-plane endpoint for vaults and managed HSM pools in various cloud environments.
45+
Key Vault resource provider supports two resource types: vaults and managed HSMs. This table shows the DNS suffix used by the data-plane endpoint for vaults and managed HSM pools in various cloud environments.
4646

4747
Cloud environment | DNS suffix for vaults | DNS suffix for managed HSMs
4848
---|---|---

0 commit comments

Comments
 (0)