Skip to content

Commit 53783f8

Browse files
committedDec 28, 2020
minor correctionsto new features articles
1 parent deed342 commit 53783f8

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed
 

‎articles/hpc-cache/access-policies.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: How to create and apply custom access policies to limit client acce
44
author: ekpgh
55
ms.service: hpc-cache
66
ms.topic: how-to
7-
ms.date: 12/22/2020
7+
ms.date: 12/28/2020
88
ms.author: v-erkel
99
---
1010

@@ -86,6 +86,17 @@ If you turn on root squash, you must also set the anonymous ID user value to one
8686
* **65535** (no access)
8787
* **0** (unprivileged root)
8888

89+
## Update access policies
90+
91+
You can edit or delete access policies from the table in the **Client access policies** page.
92+
93+
Click the policy name to open it for editing.
94+
95+
To delete a policy, mark the checkbox next to its name in the list, then click the **Delete** button at the top of the list. You can't delete the policy named Default.
96+
97+
> [!NOTE]
98+
> You can't delete an access policy that is in use. Remove the policy from any namespace paths that include it before trying to delete it.
99+
89100
## Next steps
90101

91102
* Apply access policies in the namespace paths for your storage targets. Read [Set up the aggregated namespace](add-namespace-paths.md) to learn how.

‎articles/hpc-cache/directory-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Under **Active directory details**, supply these values:
3939

4040
* **AD DNS domain name** - Provide the fully qualified domain name of the AD server that the cache will join to get the credentials.
4141

42-
* **Cache server name (computer account)** - Set the name that will be assigned to this HPC cache when it joins the AD domain. Specify a name that is easy to recognize as this cache. The name can be up to 15 characters long and can include capital or lowercase letters, numbers, hyphens (-), and underscores (_).
42+
* **Cache server name (computer account)** - Set the name that will be assigned to this HPC cache when it joins the AD domain. Specify a name that is easy to recognize as this cache. The name can be up to 15 characters long and can include capital or lowercase letters, numbers, and hyphens (-).
4343

4444
In the **Credentials** section, provide an AD administrator username and password that the Azure HPC Cache can use to access the AD server. This information is encrypted when stored, and can't be queried.
4545

-595 Bytes
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.