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/encryption/cognitive-services-encryption-keys-portal.md
+1-16Lines changed: 1 addition & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,20 +27,6 @@ Azure AI is built on top of multiple Azure services. While the data is stored se
27
27
* unwrap key
28
28
* get
29
29
30
-
For example, the managed identity for Azure Cosmos DB would need to have those permissions to the key vault.
31
-
32
-
## How metadata is stored
33
-
34
-
The following services are used by Azure AI to store metadata for your Azure AI resource and projects:
35
-
36
-
|Service|What it's used for|Example|
37
-
|-----|-----|-----|
38
-
|Azure Cosmos DB|Stores metadata for your Azure AI projects and tools|Flow creation timestamps, deployment tags, evaluation metrics|
39
-
|Azure AI Search|Stores indices that are used to help query your AI studio content.|An index based off your model deployment names|
40
-
|Azure Storage Account|Stores artifacts created by Azure AI projects and tools|Fine-tuned models|
41
-
42
-
All of the above services are encrypted using the same key at the time that you create your Azure AI resource for the first time, and are set up in a managed resource group in your subscription once for every Azure AI resource and set of projects associated with it. Your Azure AI resource and projects read and write data using managed identity. Managed identities are granted access to the resources using a role assignment (Azure role-based access control) on the data resources. The encryption key you provide is used to encrypt data that is stored on Microsoft-managed resources. It's also used to create indices for Azure AI Search, which are created at runtime.
43
-
44
30
## Customer-managed keys
45
31
46
32
When you don't use a customer-managed key, Microsoft creates and manages these resources in a Microsoft owned Azure subscription and uses a Microsoft-managed key to encrypt the data.
@@ -53,14 +39,13 @@ When you use a customer-managed key, these resources are _in your Azure subscrip
53
39
These Microsoft-managed resources are located in a new Azure resource group is created in your subscription. This group is in addition to the resource group for your project. This resource group contains the Microsoft-managed resources that your key is used with. The resource group is named using the formula of `<Azure AI resource group name><GUID>`. It isn't possible to change the naming of the resources in this managed resource group.
54
40
55
41
> [!TIP]
56
-
> * The [Request Units](/azure/cosmos-db/request-units) for the Azure Cosmos DB automatically scale as needed.
57
42
> * If your AI resource uses a private endpoint, this resource group will also contain a Microsoft-managed Azure Virtual Network. This VNet is used to secure communications between the managed services and the project. You cannot provide your own VNet for use with the Microsoft-managed resources. You also cannot modify the virtual network. For example, you cannot change the IP address range that it uses.
58
43
59
44
> [!IMPORTANT]
60
45
> If your subscription does not have enough quota for these services, a failure will occur.
61
46
62
47
> [!WARNING]
63
-
> Don't delete the managed resource group that contains this Azure Cosmos DB instance, or any of the resources automatically created in this group. If you need to delete the resource group or Microsoft-managed services in it, you must delete the Azure AI resources that uses it. The resource group resources are deleted when the associated AI resource is deleted.
48
+
> Don't delete the managed resource group any of the resources automatically created in this group. If you need to delete the resource group or Microsoft-managed services in it, you must delete the Azure AI resources that uses it. The resource group resources are deleted when the associated AI resource is deleted.
64
49
65
50
The process to enable Customer-Managed Keys with Azure Key Vault for Azure AI services varies by product. Use these links for service-specific instructions:
0 commit comments