Skip to content

Commit 039789b

Browse files
authored
Merge pull request #134805 from DCtheGeek/dmc-links-hpccache
Links: Azure - hpc-cache
2 parents 741878c + 609bd79 commit 039789b

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

articles/hpc-cache/customer-keys.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ Key vault access permissions:
5353

5454
* The user that creates the Azure HPC Cache must have permissions equivalent to the [Key Vault contributor role](../role-based-access-control/built-in-roles.md#key-vault-contributor). The same permissions are needed to set up and manage Azure Key Vault.
5555

56-
Read [Secure access to a key vault](../key-vault/key-vault-secure-your-key-vault.md) for more information.
56+
Read [Secure access to a key vault](../key-vault/general/secure-your-key-vault.md) for more information.
5757

5858
## 1. Set up Azure Key Vault
5959

6060
You can set up a key vault and key before you create the cache, or do it as part of cache creation. Make sure these resources meet the requirements outlined [above](#understand-key-vault-and-key-requirements).
6161

6262
At cache creation time you must specify a vault, key, and key version to use for the cache's encryption.
6363

64-
Read the [Azure Key Vault documentation](../key-vault/key-vault-overview.md) for details.
64+
Read the [Azure Key Vault documentation](../key-vault/general/overview.md) for details.
6565

6666
> [!NOTE]
6767
> The Azure Key Vault must use the same subscription and be in the same region as the Azure HPC Cache. Make sure that the region you choose [supports the customer-managed keys feature](hpc-cache-overview.md#region-availability).
@@ -87,7 +87,7 @@ The user who creates the cache must have privileges equal to the [Key Vault cont
8787

8888
1. After selecting a vault, select the individual key from the available options, or create a new key. The key must be a 2048-bit RSA key.
8989

90-
1. Specify the version for the selected key. Learn more about versioning in the [Azure Key Vault documentation](../key-vault/about-keys-secrets-and-certificates.md#objects-identifiers-and-versioning).
90+
1. Specify the version for the selected key. Learn more about versioning in the [Azure Key Vault documentation](../key-vault/general/about-keys-secrets-certificates.md#objects-identifiers-and-versioning).
9191

9292
Continue with the rest of the specifications and create the cache as described in [Create an Azure HPC Cache](hpc-cache-create.md).
9393

@@ -145,4 +145,4 @@ These articles explain more about using Azure Key Vault and customer-managed key
145145

146146
After you have created the Azure HPC Cache and authorized Key Vault-based encryption, continue to set up your cache by giving it access to your data sources.
147147

148-
* [Add storage targets](hpc-cache-add-storage.md)
148+
* [Add storage targets](hpc-cache-add-storage.md)

articles/hpc-cache/hpc-cache-add-storage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ When finished, click **OK** to add the storage target.
6969
7070
### Add the access control roles to your account
7171

72-
Azure HPC Cache uses [Azure role-based access control (Azure RBAC)](https://docs.microsoft.com/azure/role-based-access-control/index) to authorize the cache service to access your storage account for Azure Blob storage targets.
72+
Azure HPC Cache uses [Azure role-based access control (Azure RBAC)](../role-based-access-control/index.yml) to authorize the cache service to access your storage account for Azure Blob storage targets.
7373

74-
The storage account owner must explicitly add the roles [Storage Account Contributor](https://docs.microsoft.com/azure/role-based-access-control/built-in-roles#storage-account-contributor) and [Storage Blob Data Contributor](https://docs.microsoft.com/azure/role-based-access-control/built-in-roles#storage-blob-data-contributor) for the user "HPC Cache Resource Provider".
74+
The storage account owner must explicitly add the roles [Storage Account Contributor](../role-based-access-control/built-in-roles.md#storage-account-contributor) and [Storage Blob Data Contributor](../role-based-access-control/built-in-roles.md#storage-blob-data-contributor) for the user "HPC Cache Resource Provider".
7575

7676
You can do this ahead of time, or by clicking a link on the page where you add a Blob storage target. Keep in mind that it can take up to five minutes for the role settings to propagate through the Azure environment, so you should wait a few minutes after adding the roles before creating a storage target.
7777

@@ -347,4 +347,4 @@ After creating storage targets, continue with these tasks to get your cache read
347347
* [Mount the Azure HPC Cache](hpc-cache-mount.md)
348348
* [Move data to Azure Blob storage](hpc-cache-ingest.md)
349349

350-
If you need to update any settings, you can [edit a storage target](hpc-cache-edit-storage.md).
350+
If you need to update any settings, you can [edit a storage target](hpc-cache-edit-storage.md).

articles/hpc-cache/hpc-cache-create.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ After you create the cache, you must authorize it to use the key vault service.
7676

7777
## Add resource tags (optional)
7878

79-
The **Tags** page lets you add [resource tags](https://go.microsoft.com/fwlink/?linkid=873112) to your Azure HPC Cache instance.
79+
The **Tags** page lets you add [resource tags](../azure-resource-manager/management/tag-resources.md) to your Azure HPC Cache instance.
8080

8181
## Finish creating the cache
8282

@@ -199,7 +199,7 @@ module and connect to your Azure account using the
199199
[Connect-AzAccount](/powershell/module/az.accounts/connect-azaccount) cmdlet. For more information
200200
about installing the Az PowerShell module, see
201201
[Install Azure PowerShell](/powershell/azure/install-az-ps). If you choose to use Cloud Shell, see
202-
[Overview of Azure Cloud Shell](https://docs.microsoft.com/azure/cloud-shell/overview) for
202+
[Overview of Azure Cloud Shell](../cloud-shell/overview.md) for
203203
more information.
204204

205205
> [!IMPORTANT]
@@ -302,4 +302,4 @@ The message includes some useful information, including these items:
302302
After your cache appears in the **Resources** list, you can move to the next step.
303303

304304
* [Define storage targets](hpc-cache-add-storage.md) to give your cache access to your data sources.
305-
* If you use customer-managed encryption keys, you need to [authorize Azure Key Vault encryption](customer-keys.md#3-authorize-azure-key-vault-encryption-from-the-cache) from the cache's overview page to complete your cache setup. You must do this step before you can add storage. Read [Use customer-managed encryption keys](customer-keys.md) for details.
305+
* If you use customer-managed encryption keys, you need to [authorize Azure Key Vault encryption](customer-keys.md#3-authorize-azure-key-vault-encryption-from-the-cache) from the cache's overview page to complete your cache setup. You must do this step before you can add storage. Read [Use customer-managed encryption keys](customer-keys.md) for details.

articles/hpc-cache/hpc-cache-prerequisites.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If you only need access to Blob storage, you can use the default Azure-provided
6060

6161
A simple DNS server also can be used to load balance client connections among all the available cache mount points.
6262

63-
Learn more about Azure virtual networks and DNS server configurations in [Name resolution for resources in Azure virtual networks](https://docs.microsoft.com/azure/virtual-network/virtual-networks-name-resolution-for-vms-and-role-instances).
63+
Learn more about Azure virtual networks and DNS server configurations in [Name resolution for resources in Azure virtual networks](../virtual-network/virtual-networks-name-resolution-for-vms-and-role-instances.md).
6464

6565
## Permissions
6666

@@ -105,7 +105,7 @@ If using an NFS storage system (for example, an on-premises hardware NAS system)
105105
106106
More information is included in [Troubleshoot NAS configuration and NFS storage target issues](troubleshoot-nas.md).
107107

108-
* **Network connectivity:** The Azure HPC Cache needs high-bandwidth network access between the cache subnet and the NFS system's data center. [ExpressRoute](https://docs.microsoft.com/azure/expressroute/) or similar access is recommended. If using a VPN, you might need to configure it to clamp TCP MSS at 1350 to make sure large packets are not blocked. Read [VPN packet size restrictions](troubleshoot-nas.md#adjust-vpn-packet-size-restrictions) for additional help troubleshooting VPN settings.
108+
* **Network connectivity:** The Azure HPC Cache needs high-bandwidth network access between the cache subnet and the NFS system's data center. [ExpressRoute](../expressroute/index.yml) or similar access is recommended. If using a VPN, you might need to configure it to clamp TCP MSS at 1350 to make sure large packets are not blocked. Read [VPN packet size restrictions](troubleshoot-nas.md#adjust-vpn-packet-size-restrictions) for additional help troubleshooting VPN settings.
109109

110110
* **Port access:** The cache needs access to specific TCP/UDP ports on your storage system. Different types of storage have different port requirements.
111111

@@ -158,4 +158,4 @@ If you want to create or manage Azure HPC Cache from the Azure command-line inte
158158

159159
## Next steps
160160

161-
* [Create an Azure HPC Cache instance](hpc-cache-create.md) from the Azure portal
161+
* [Create an Azure HPC Cache instance](hpc-cache-create.md) from the Azure portal

0 commit comments

Comments
 (0)