Skip to content

Commit c422822

Browse files
authored
Merge pull request #257482 from roygara/fixFilePath
Shortening filename
2 parents 2f13010 + 42f18fc commit c422822

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

articles/storage/elastic-san/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ items:
4343
- name: Manage Encryption
4444
items:
4545
- name: Configure customer-managed keys with Key Vault
46-
href: elastic-san-encryption-configure-customer-managed-keys-key-vault.md
46+
href: elastic-san-configure-customer-managed-keys.md
4747
- name: Manage customer keys
4848
href: elastic-san-encryption-manage-customer-keys.md
4949
- name: Samples

articles/storage/elastic-san/elastic-san-encryption-manage-customer-keys.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can change the key that you're using for Azure Elastic SAN encryption at any
3838
To change the key with PowerShell, call [Update-AzElasticSanVolumeGroup](/powershell/module/az.elasticsan/update-azelasticsanvolumegroup) and provide the new key name and version. If the new key is in a different key vault, then you must also update the key vault URI.
3939

4040

41-
If the new key is in a different key vault, you must [grant the managed identity access to the key in the new vault](elastic-san-encryption-configure-customer-managed-keys-key-vault.md#choose-a-managed-identity-to-authorize-access-to-the-key-vault). If you opt for manual updating of the key version, you'll also need to [update the key vault URI](elastic-san-encryption-configure-customer-managed-keys-key-vault.md#manual-key-version-rotation).
41+
If the new key is in a different key vault, you must [grant the managed identity access to the key in the new vault](elastic-san-configure-customer-managed-keys.md#choose-a-managed-identity-to-authorize-access-to-the-key-vault). If you opt for manual updating of the key version, you'll also need to [update the key vault URI](elastic-san-configure-customer-managed-keys.md#manual-key-version-rotation).
4242

4343
## Update the key version
4444

@@ -59,13 +59,13 @@ To automatically update a customer-managed key when a new version is available,
5959

6060
Azure Elastic SAN checks the key vault for a new key version only once daily. When you rotate a key, be sure to wait 24 hours before disabling the older version.
6161

62-
If the Elastic SAN volume group was previously configured for manual updating of the key version and you want to change it to update automatically, you might need to explicitly change the key version to an empty string. For details on how to do this, see [Manual key version rotation](elastic-san-encryption-configure-customer-managed-keys-key-vault.md#manual-key-version-rotation).
62+
If the Elastic SAN volume group was previously configured for manual updating of the key version and you want to change it to update automatically, you might need to explicitly change the key version to an empty string. For details on how to do this, see [Manual key version rotation](elastic-san-configure-customer-managed-keys.md#manual-key-version-rotation).
6363

6464
### Manually update the key version
6565

6666
To use a specific version of a key for Azure Elastic SAN encryption, specify that key version when you enable encryption with customer-managed keys for the Elastic SAN volume group. If you specify the key version, then Azure Elastic SAN uses that version for encryption until you manually update the key version.
6767

68-
When the key version is explicitly specified, then you must manually update the Elastic SAN volume group to use the new key version URI when a new version is created. To learn how to update the Elastic SAN volume group to use a new version of the key, see [Configure encryption with customer-managed keys stored in Azure Key Vault](elastic-san-encryption-configure-customer-managed-keys-key-vault.md).
68+
When the key version is explicitly specified, then you must manually update the Elastic SAN volume group to use the new key version URI when a new version is created. To learn how to update the Elastic SAN volume group to use a new version of the key, see [Configure encryption with customer-managed keys stored in Azure Key Vault](elastic-san-configure-customer-managed-keys.md).
6969

7070
## Revoke access to a volume group that uses customer-managed keys
7171

@@ -105,4 +105,4 @@ Update-AzElasticSanVolumeGroup -ResourceGroupName "ResourceGroupName" -ElasticSa
105105

106106
## See also
107107

108-
- [Configure customer-managed keys for an Elastic SAN volume group](elastic-san-encryption-configure-customer-managed-keys-key-vault.md)
108+
- [Configure customer-managed keys for an Elastic SAN volume group](elastic-san-configure-customer-managed-keys.md)

articles/storage/elastic-san/elastic-san-encryption-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ The following list explains the numbered steps in the diagram:
4343

4444
## Next steps
4545

46-
- [Configure customer-managed keys for an Elastic SAN volume group](elastic-san-encryption-configure-customer-managed-keys-key-vault.md)
46+
- [Configure customer-managed keys for an Elastic SAN volume group](elastic-san-configure-customer-managed-keys.md)
4747
- [Manage customer keys for Azure Elastic SAN data encryption](elastic-san-encryption-manage-customer-keys.md)

0 commit comments

Comments
 (0)