Skip to content

Commit 7468fc1

Browse files
committed
consaf freshness
1 parent 41c5c94 commit 7468fc1

File tree

5 files changed

+17
-16
lines changed

5 files changed

+17
-16
lines changed

articles/ai-services/content-safety/how-to/encrypt-data-at-rest.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: azure-ai-content-safety
88
ms.custom: build-2023
99
ms.topic: conceptual
10-
ms.date: 07/04/2023
10+
ms.date: 06/01/2024
1111
ms.author: pafarley
1212
---
1313

@@ -54,7 +54,7 @@ To enable customer-managed keys in the Azure portal, follow these steps:
5454

5555
After you enable customer-managed keys, you can specify a key to associate with the Azure AI services resource.
5656

57-
### Specify a key as a URI
57+
#### [Specify a key as a URI](#tab/uri)
5858

5959
To specify a key as a URI, follow these steps:
6060

@@ -82,7 +82,7 @@ To specify a key as a URI, follow these steps:
8282

8383

8484

85-
### Specify a key from a key vault
85+
#### [Specify a key from a key vault](#tab/vault)
8686

8787
To specify a key from a key vault, first make sure that you have a key vault that contains a key. Then follow these steps:
8888

@@ -98,23 +98,24 @@ To specify a key from a key vault, first make sure that you have a key vault tha
9898

9999
5. Save your changes.
100100

101+
---
101102

102103
## Update the key version
103104

104105
When you create a new version of a key, update the Azure AI services resource to use the new version. Follow these steps:
105106

106107
1. Go to your Azure AI services resource, and then select **Encryption**.
107-
2. Enter the URI for the new key version. Alternately, you can select the key vault and then select the key again to update the version.
108-
3. Save your changes.
108+
1. Enter the URI for the new key version. Alternately, you can select the key vault and then select the key again to update the version.
109+
1. Save your changes.
109110

110111

111112
## Use a different key
112113

113114
To change the key that you use for encryption, follow these steps:
114115

115116
1. Go to your Azure AI services resource, and then select **Encryption**.
116-
2. Enter the URI for the new key. Alternately, you can select the key vault and then select a new key.
117-
3. Save your changes.
117+
1. Enter the URI for the new key. Alternately, you can select the key vault and then select a new key.
118+
1. Save your changes.
118119

119120

120121
## Rotate customer-managed keys
@@ -134,7 +135,7 @@ To revoke access to customer-managed keys, use PowerShell or Azure CLI. For more
134135
When you disable customer-managed keys, your Azure AI services resource is then encrypted with Microsoft-managed keys. To disable customer-managed keys, follow these steps:
135136

136137
1. Go to your Azure AI services resource, and then select **Encryption**.
137-
2. Select **Microsoft Managed Keys** > **Save**.
138+
1. Select **Microsoft Managed Keys** > **Save**.
138139

139140
When you previously enabled customer managed keys this also enabled a system assigned managed identity, a feature of Microsoft Entra ID. Once the system assigned managed identity is enabled, this resource will be registered with Microsoft Entra ID. After being registered, the managed identity will be given access to the Key Vault selected during customer managed key setup. You can learn more about [Managed Identities](/azure/active-directory/managed-identities-azure-resources/overview).
140141

articles/ai-services/content-safety/how-to/use-blocklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: azure-ai-content-safety
99
ms.custom: build-2023
1010
ms.topic: how-to
11-
ms.date: 07/20/2023
11+
ms.date: 06/01/2024
1212
ms.author: pafarley
1313
---
1414

@@ -18,7 +18,7 @@ ms.author: pafarley
1818
> [!CAUTION]
1919
> The sample data in this guide might contain offensive content. User discretion is advised.
2020
21-
The default AI classifiers are sufficient for most content moderation needs. However, you might need to screen for items that are specific to your use case.
21+
The default AI classifiers are sufficient for most content moderation needs. However, you might need to screen for items that are specific to your use case. Blocklists let you add custom terms to the AI classifiers. You can use blocklists to screen for specific terms or phrases that you want to flag in your content.
2222

2323
## Prerequisites
2424

articles/ai-services/content-safety/includes/quickstarts/rest-quickstart-text.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ See the following sample request body:
7979
}
8080
```
8181

82-
Open a command prompt window and run the cURL command.
82+
Open a command prompt window, paste in the edited cURL command, and run it.
8383

8484

85-
### Interpret the API response
85+
## Output
8686

8787
You should see the text moderation results displayed as JSON data in the console output. For example:
8888

articles/ai-services/content-safety/language-support.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ author: PatrickFarley
77
manager: nitinme
88
ms.service: azure-ai-content-safety
99
ms.topic: conceptual
10-
ms.date: 08/01/2023
10+
ms.date: 06/01/2024
1111
ms.author: pafarley
1212

1313
---
1414

1515
# Language support for Azure AI Content Safety
1616

17-
Some capabilities of Azure AI Content Safety support multiple languages; any capabilities not mentioned here only support English.
17+
Some capabilities of Azure AI Content Safety support multiple languages; any capabilities not listed here only support English.
1818

1919
## Text moderation
2020

@@ -23,7 +23,7 @@ The Azure AI Content Safety text moderation feature supports many languages, but
2323
> [!NOTE]
2424
> **Language auto-detection**
2525
>
26-
> You don't need to specify a language code for text moderation; the service automatically detects your input language.
26+
> You don't need to specify a language code for text moderation. The service automatically detects your input language.
2727
2828
| Language name | Language code | Text moderation | Specially trained |
2929
|-----------------------|---------------|--------|--|

articles/ai-services/content-safety/quickstart-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: azure-ai-content-safety
99
ms.custom: build-2023, devx-track-python, devx-track-dotnet, devx-track-extended-java, devx-track-js
1010
ms.topic: quickstart
11-
ms.date: 07/18/2023
11+
ms.date: 06/01/2024
1212
ms.author: pafarley
1313
zone_pivot_groups: programming-languages-content-safety
1414
---

0 commit comments

Comments
 (0)