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/add-namespace-paths.md
+8-12Lines changed: 8 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: How to create client-facing paths for back-end storage with Azure H
4
4
author: ekpgh
5
5
ms.service: hpc-cache
6
6
ms.topic: how-to
7
-
ms.date: 12/21/2020
7
+
ms.date: 12/22/2020
8
8
ms.author: v-erkel
9
9
---
10
10
@@ -20,9 +20,7 @@ All of the client-facing paths that have been defined for this cache are listed
20
20
21
21
You can sort the table columns to better understand your cache's aggregated namespace. Click the arrows in the column headers to sort the paths.
22
22
23
-
<!--  -->
24
-
25
-
[](media/namespace-page.png#lightbox)
23
+
[](media/namespace-page.png#lightbox)
26
24
27
25
## Add or edit namespace paths
28
26
@@ -40,17 +38,17 @@ From the Azure portal, load the **Namespace** settings page. You can add, change
40
38
41
39
***Add a new path:** Click the **+ Add** button at the top and fill in information in the edit panel.
42
40
43
-
* Select the storage target from the drop-down list. (In this screenshot, the blob storage target can't be selected because it already has a namespace path.)
41
+

44
42
45
-

43
+
* Enter the path clients will use to access this storage target.
46
44
47
45
* Select which access policy to use for this path. Learn more about customizing client access in [Use client access policies](access-policies.md).
48
46
49
-
*For an Azure Blob storage target, the export and subdirectory paths are automatically set to ``/``.
47
+
*Select the storage target from the drop-down list. If a blob storage target already has a namespace path, it can't be selected.
50
48
51
-
***Change an existing path:** Click the namespace path. The edit panel opens and you can modify the path.
49
+
* For an Azure Blob storage target, the export and subdirectory paths are automatically set to ``/``.
52
50
53
-

51
+
***Change an existing path:** Click the namespace path. The edit panel opens. You can modify the path and the access policy, but you can't change to a different storage target.
54
52
55
53
***Delete a namespace path:** Select the checkbox to the left of the path and click the **Delete** button.
56
54
@@ -110,15 +108,13 @@ Fill in these values for each namespace path:
110
108
111
109
***Client access policy** - Select which access policy to use for this path. Learn more about customizing client access in [Use client access policies](access-policies.md).
112
110
113
-

114
-
115
111
***Storage target** - If creating a new namespace path, select a storage target from the drop-down menu.
116
112
117
113
***Export path** - Enter the path to the NFS export. Make sure to type the export name correctly - the portal validates the syntax for this field but does not check the export until you submit the change.
118
114
119
115
***Export subdirectory** - If you want this path to mount a specific subdirectory of the export, enter it here. If not, leave this field blank.
120
116
121
-

117
+

0 commit comments