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-add-storage.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Steps to add the RBAC roles:
74
74
1. In the **Select** field, search for "hpc". This string should match one service principal, named "HPC Cache Resource Provider". Click that principal to select it.
75
75
76
76
> [!NOTE]
77
-
> If a search for "hpc" doesn't work, try using the string "storagecache" instead. Users who joined the previews (before GA) might need to use the older name for the service principal.
77
+
> If a search for "hpc" doesn't work, try using the string "storagecache" instead. Users who participated in previews (before GA) might need to use the older name for the service principal.
78
78
79
79
1. Click the **Save** button at the bottom.
80
80
@@ -124,7 +124,7 @@ When finished, click **OK** to add the storage target.
124
124
### Choose a usage model
125
125
<!-- referenced from GUI - update aka.ms link if you change this heading -->
126
126
127
-
When you create a storage target that points to an NFS storage system, you need to choose the *usage model* for that target. This model determines how your data is cached.
127
+
When you create a storage target that points to an NFS storage system, you need to choose the usage model for that target. This model determines how your data is cached.
Copy file name to clipboardExpand all lines: articles/hpc-cache/hpc-cache-mount.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.author: rohogue
10
10
11
11
# Mount the Azure HPC Cache
12
12
13
-
After the cache is created, NFS clients can access it with a simple mount command. The command connects a specific storage target path on the Azure HPC Cache to a local directory on the client machine.
13
+
After the cache is created, NFS clients can access it with a simple `mount` command. The command connects a specific storage target path on the Azure HPC Cache to a local directory on the client machine.
14
14
15
15
The mount command is made up of these elements:
16
16
@@ -19,7 +19,7 @@ The mount command is made up of these elements:
19
19
* The local path to use on the client
20
20
* Command parameters that optimize the success of this kind of NFS mount
21
21
22
-
The **Mount instructions** page for your cache collects the information and the recommended options for you, and creates a prototype mount command that you can copy. Read [Use the mount instructions utility](#use-the-mount-instructions-utility), below, for details.
22
+
The **Mount instructions** page for your cache collects the information and the recommended options for you, and creates a prototype mount command that you can copy. Read [Use the mount instructions utility](#use-the-mount-instructions-utility) for details.
23
23
24
24
## Prepare clients
25
25
@@ -54,13 +54,13 @@ The mount command page includes information about the client mount process and p
54
54
55
55
To use this page, follow this procedure:
56
56
57
-
1. Review the client prerequisites and install the utilities needed to use the NFS `mount` command as described above in [Prepare clients](#prepare-clients).
58
-
59
57
<!--1. In step one of **Mounting your file system**, enter the path that the client will use to access the Azure HPC Cache storage target.
60
58
61
59
* This path is local to the client.
62
60
* After you provide the directory name, the field populates with a command you can copy. Use this command on the client directly or in a setup script to create the directory path on the client VM. -->
63
61
62
+
1. Review the client prerequisites and install the utilities needed to use the NFS `mount` command as described above in [Prepare clients](#prepare-clients).
63
+
64
64
1. Step one of **Mounting your file system**<!-- label will change --> gives an example command for creating the local path on the client. This is the path that the client will use to access the content from the Azure HPC Cache.
65
65
66
66
Note the path name so that you can modify it in the command if needed.
0 commit comments