Skip to content

Commit 842de22

Browse files
committed
Fix typo
Azure key vault -> Azure Key Vault
1 parent 0c5787c commit 842de22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/healthcare-apis/fhir/customer-managed-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Customer-managed keys (CMK) are encryption keys that you create and manage in yo
1717

1818
Follow security best practices and rotate keys often. Keys used with the FHIR service must be rotated manually. When you rotate a key, update the version of the existing key or set a new encryption key from a different storage location. Always make sure to keep existing keys enabled when adding new keys because they're still needed to access the data that was encrypted with them.
1919

20-
To rotate the key by generating a new version of the key, use the 'az keyvault key rotate' command. For more information, see [Azure key vault rotate command](/cli/azure/keyvault/key)
20+
To rotate the key by generating a new version of the key, use the 'az keyvault key rotate' command. For more information, see [Azure Key Vault rotate command](/cli/azure/keyvault/key)
2121

2222
## Update the FHIR service after changing a managed identity
2323

0 commit comments

Comments
 (0)