Skip to content

Commit 80aa2ab

Browse files
committed
Update to pre-reqs
1 parent b917824 commit 80aa2ab

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

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

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Prerequisites for using Azure HPC Cache
44
author: ekpgh
55
ms.service: hpc-cache
66
ms.topic: how-to
7-
ms.date: 01/06/2022
7+
ms.date: 01/13/2022
88
ms.author: rohogue
99
---
1010

@@ -106,7 +106,7 @@ Check these permission-related prerequisites before starting to create your cach
106106
Follow the instructions in [Add storage targets](hpc-cache-add-storage.md#add-the-access-control-roles-to-your-account) to add the roles.
107107

108108
## Storage infrastructure
109-
<!-- heading is linked in create storage target GUI as aka.ms/hpc-cache-prereq#storage-infrastructure - make sure to fix that if you change the wording of this heading -->
109+
<!-- heading is linked in create storage target GUI as aka.ms/hpc-cache-prereq#storage-infrastructure - fix that if you change the wording of this heading -->
110110

111111
The cache supports Azure Blob containers, NFS hardware storage exports, and NFS-mounted ADLS blob containers. Add storage targets after you create the cache.
112112

@@ -221,25 +221,23 @@ This is a general overview of the steps. These steps might change, so always ref
221221
Learn more about using ADLS-NFS storage targets with Azure HPC Cache in [Use NFS-mounted blob storage with Azure HPC Cache](nfs-blob-considerations.md).
222222
223223
### Work with private endpoints
224-
<!-- [Work with private endpoints](#work-with-private-endpoints) -->
224+
<!-- linked from other articles, update links if you change this header -->
225225
226226
Azure Storage supports private endpoints to allow secure data access. You can use private endpoints with Azure Blob or NFS-mounted blob storage targets.
227227
228228
[Learn more about private endpoints](../storage/common/storage-private-endpoints.md)
229229
230-
Keep these tips in mind if you use storage targets with private endpoints:
230+
A private endpoint provides a specific IP address that the HPC Cache uses to communicate with your back-end storage system. If that IP address changes, the cache can't automatically re-establish a connection with the storage.
231231

232-
* If you need to change a private endpoint's configuration, first suspend any storage targets that use the endpoint. Follow this procedure to avoid communication problems between the storage and the HPC Cache:
232+
If you need to change a private endpoint's configuration, follow this procedure to avoid communication problems between the storage and the HPC Cache:
233233
234-
1. Suspend the storage target (or all of the storage targets that use this private endpoint)
235-
1. Make changes to the private endpoint, and save those changes
236-
1. Put the storage target back into service with the "resume" command
237-
1. Refresh the storage target's DNS setting
234+
1. Suspend the storage target (or all of the storage targets that use this private endpoint).
235+
1. Make changes to the private endpoint, and save those changes.
236+
1. Put the storage target back into service with the "resume" command.
237+
1. Refresh the storage target's DNS setting.
238238

239239
Read [View and manage storage targets](manage-storage-targets.md) to learn how to suspend, resume, and refresh DNS for storage targets.
240240

241-
* For NFS-mounted blob storage, you can't delete the storage endpoint that was created with the storage subnet. You might assume that the subnet's storage endpoint is not needed after you set up a private endpoint, but some Azure processes still expect it to exist. <!--the storage endpoint that is associated with the subnet ***[??? is this the storage's subnet? And you think you should be able to delete it because you're using NFS or something? ???]*** -->
242-
243241
## Set up Azure CLI access (optional)
244242

245243
If you want to create or manage Azure HPC Cache from the Azure CLI, you need to install Azure CLI and the hpc-cache extension. Follow the instructions in [Set up Azure CLI for Azure HPC Cache](az-cli-prerequisites.md).

0 commit comments

Comments
 (0)