You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hpc-cache/hpc-cache-prerequisites.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Prerequisites for using Azure HPC Cache
4
4
author: ekpgh
5
5
ms.service: hpc-cache
6
6
ms.topic: how-to
7
-
ms.date: 01/06/2022
7
+
ms.date: 01/13/2022
8
8
ms.author: rohogue
9
9
---
10
10
@@ -106,7 +106,7 @@ Check these permission-related prerequisites before starting to create your cach
106
106
Follow the instructions in [Add storage targets](hpc-cache-add-storage.md#add-the-access-control-roles-to-your-account) to add the roles.
107
107
108
108
## 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 -->
110
110
111
111
The cache supports Azure Blob containers, NFS hardware storage exports, and NFS-mounted ADLS blob containers. Add storage targets after you create the cache.
112
112
@@ -221,25 +221,23 @@ This is a general overview of the steps. These steps might change, so always ref
221
221
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).
222
222
223
223
### 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 -->
225
225
226
226
Azure Storage supports private endpoints to allow secure data access. You can use private endpoints with Azure Blob or NFS-mounted blob storage targets.
227
227
228
228
[Learn more about private endpoints](../storage/common/storage-private-endpoints.md)
229
229
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.
231
231
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:
233
233
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.
238
238
239
239
Read [View and manage storage targets](manage-storage-targets.md) to learn how to suspend, resume, and refresh DNS for storage targets.
240
240
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
-
243
241
## Set up Azure CLI access (optional)
244
242
245
243
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