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-foundry/concepts/architecture.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,11 +50,11 @@ Azure AI Foundry enforces a clear separation between management and development
50
50
51
51
Azure AI Foundry applies a flexible compute architecture to support diverse [model access](../concepts/foundry-models-overview.md) and workload execution scenarios.
52
52
53
-
- Model Hosting Architecture: Foundry models can be accessed in different ways:
53
+
- Model Hosting Architecture: Foundry models access is provided in different ways:
54
54
55
55
1.[Standard deployment in Azure AI Foundry resources](deployments-overview.md#standard-deployment-in-azure-ai-foundry-resources)
56
-
1.[Deployment to serverless API endpoints](deployments-overview.md#serverless-api-endpoint)
57
-
1.[Deployment to managed computes](deployments-overview.md#managed-compute)
56
+
1.[Deployment to serverless API endpoints in Azure AI Hub resources](deployments-overview.md#serverless-api-endpoint)
57
+
1.[Deployment to managed computes in Azure AI Hub resources](deployments-overview.md#managed-compute)
58
58
59
59
For an overview of data, privacy and security considerations with these deployment options, see [Data, privacy, and security for use of models](../how-to/concept-data-privacy.md)
60
60
@@ -66,19 +66,23 @@ Azure AI Foundry applies a flexible compute architecture to support diverse [mod
66
66
67
67
Azure AI Foundry provides flexible and secure data storage options to support a wide range of AI workloads.
68
68
69
-
***Managed Storage**:
70
-
In the default setup, Azure AI Foundry uses Microsoft-managed storage accounts, that are logically separated, and support direct file uploads for select use cases—such as OpenAI models, Assistants, and Agents—without requiring a customer-provided storage account.
69
+
***Managed storage for file upload**:
70
+
In the default setup, Azure AI Foundry uses Microsoft-managed storage accounts, that are logically separated, and support direct file uploads for select use cases—such as OpenAI models, Assistants, and Agents, without requiring a customer-provided storage account.
71
71
72
72
***Bring Your Own Storage (Optional)**:
73
73
Users can optionally connect their own Azure Storage accounts. Foundry tools can read inputs from and write outputs to these accounts, depending on the tool and use case.
74
74
75
-
***Agent Data Storage:**
75
+
***Bring-your-own storage for storing Agent state:**
76
76
77
77
* In the basic configuration, the Agent service stores threads, messages, and files in Microsoft-managed multi-tenant storage, with logical separation.
78
78
* With the [Agent standard setup](../agents/how-to/use-your-own-resources.md), you may bring your own storage for thread and message data. In this configuration, data is isolated by project within the customer’s storage account.
79
79
80
80
***Customer-Managed Key Encryption:**
81
-
When using customer-managed keys, data remains stored in Microsoft-managed multi-tenant infrastructure, encrypted using the customer’s keys. To support in-product search and optimized query performance, a dedicated Azure Search instance is provisioned for metadata indexing.
81
+
By default, Azure services use Microsoft-managed encryption keys to encrypt data in transit and at rest. Data is encrypted and decrypted using FIPS 140-2 compliant 256-bit AES encryption. Encryption and decryption are transparent, meaning encryption and access are managed for you. Your data is secure by default and you don't need to modify your code or applications to take advantage of encryption.
82
+
83
+
When using customer-managed keys, your data on Microsoft-managed infrastructure is encrypted using your keys for encryption.
84
+
85
+
To learn more about data encryption, see customer-managed keys for encryption with Azure AI Foundry](encryption-keys-portal.md).
0 commit comments