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/ai-services/content-safety/how-to/encrypt-data-at-rest.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ manager: nitinme
7
7
ms.service: azure-ai-content-safety
8
8
ms.custom: build-2023
9
9
ms.topic: conceptual
10
-
ms.date: 07/04/2023
10
+
ms.date: 06/01/2024
11
11
ms.author: pafarley
12
12
---
13
13
@@ -54,7 +54,7 @@ To enable customer-managed keys in the Azure portal, follow these steps:
54
54
55
55
After you enable customer-managed keys, you can specify a key to associate with the Azure AI services resource.
56
56
57
-
###Specify a key as a URI
57
+
#### [Specify a key as a URI](#tab/uri)
58
58
59
59
To specify a key as a URI, follow these steps:
60
60
@@ -82,7 +82,7 @@ To specify a key as a URI, follow these steps:
82
82
83
83
84
84
85
-
###Specify a key from a key vault
85
+
#### [Specify a key from a key vault](#tab/vault)
86
86
87
87
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:
88
88
@@ -98,23 +98,24 @@ To specify a key from a key vault, first make sure that you have a key vault tha
98
98
99
99
5. Save your changes.
100
100
101
+
---
101
102
102
103
## Update the key version
103
104
104
105
When you create a new version of a key, update the Azure AI services resource to use the new version. Follow these steps:
105
106
106
107
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.
109
110
110
111
111
112
## Use a different key
112
113
113
114
To change the key that you use for encryption, follow these steps:
114
115
115
116
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.
118
119
119
120
120
121
## Rotate customer-managed keys
@@ -134,7 +135,7 @@ To revoke access to customer-managed keys, use PowerShell or Azure CLI. For more
134
135
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:
135
136
136
137
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**.
138
139
139
140
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).
Copy file name to clipboardExpand all lines: articles/ai-services/content-safety/how-to/use-blocklist.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
@@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service: azure-ai-content-safety
9
9
ms.custom: build-2023
10
10
ms.topic: how-to
11
-
ms.date: 07/20/2023
11
+
ms.date: 06/01/2024
12
12
ms.author: pafarley
13
13
---
14
14
@@ -18,7 +18,7 @@ ms.author: pafarley
18
18
> [!CAUTION]
19
19
> The sample data in this guide might contain offensive content. User discretion is advised.
20
20
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.
0 commit comments