Skip to content

Commit d5e2fd5

Browse files
committedDec 22, 2020
update images for namespace page
1 parent 300bd71 commit d5e2fd5

File tree

7 files changed

+8
-12
lines changed

7 files changed

+8
-12
lines changed
 

‎articles/hpc-cache/add-namespace-paths.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: How to create client-facing paths for back-end storage with Azure H
44
author: ekpgh
55
ms.service: hpc-cache
66
ms.topic: how-to
7-
ms.date: 12/21/2020
7+
ms.date: 12/22/2020
88
ms.author: v-erkel
99
---
1010

@@ -20,9 +20,7 @@ All of the client-facing paths that have been defined for this cache are listed
2020

2121
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.
2222

23-
<!-- ![screenshot of portal namespace page with two paths in a table. Column headers: Namespace path, Storage target, Export path, and Export subdirectory, and Client access policy. The items in the first column are clickable links. Top buttons: Add namespace path, refresh, delete](media/namespace-page.png) -->
24-
25-
[ ![screenshot of portal namespace page with two paths in a table. Column headers: Namespace path, Storage target, Export path, and Export subdirectory, and Client access policy. The items in the first column are clickable links. Top buttons: Add namespace path, refresh, delete](media/namespace-page.png) ](media/namespace-page.png#lightbox)
23+
[![screenshot of portal namespace page with two paths in a table. Column headers: Namespace path, Storage target, Export path, and Export subdirectory, and Client access policy. The path names in the first column are clickable links. Top buttons: Add namespace path, refresh, delete](media/namespace-page.png) ](media/namespace-page.png#lightbox)
2624

2725
## Add or edit namespace paths
2826

@@ -40,17 +38,17 @@ From the Azure portal, load the **Namespace** settings page. You can add, change
4038

4139
* **Add a new path:** Click the **+ Add** button at the top and fill in information in the edit panel.
4240

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+
![Screenshot of the add namespace edit fields with a blob storage target selected. The export and subdirectory paths are set to / and not editable.](media/namespace-add-blob.png)
4442

45-
![Screenshot of the new namespace edit fields with the storage target selector exposed](media/namespace-select-storage-target.png)
43+
* Enter the path clients will use to access this storage target.
4644

4745
* Select which access policy to use for this path. Learn more about customizing client access in [Use client access policies](access-policies.md).
4846

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.
5048

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 ``/``.
5250

53-
![Screenshot of the namespace page after clicking on a Blob namespace path - the edit fields appear on a pane to the right](media/edit-namespace-blob.png)
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.
5452

5553
* **Delete a namespace path:** Select the checkbox to the left of the path and click the **Delete** button.
5654

@@ -110,15 +108,13 @@ Fill in these values for each namespace path:
110108

111109
* **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).
112110

113-
![screenshot of the portal namespace page with the add page page open at the right and the drop-down list of client access policies showing](media/nfs-select-policy-draft.png)
114-
115111
* **Storage target** - If creating a new namespace path, select a storage target from the drop-down menu.
116112

117113
* **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.
118114

119115
* **Export subdirectory** - If you want this path to mount a specific subdirectory of the export, enter it here. If not, leave this field blank.
120116

121-
![screenshot of the portal namespace page with the update page open at the right](media/update-namespace-nfs.png)
117+
![screenshot of the portal namespace page with the edit page open at the right. The edit form shows settings for an nfs storage target namespace path](media/namespace-edit-nfs.png)
122118

123119
### [Azure CLI](#tab/azure-cli)
124120

Loading
Loading
Binary file not shown.
-6.37 KB
Loading
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.