Skip to content

Commit 554d9c6

Browse files
committed
rewrite
1 parent 96c399d commit 554d9c6

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

articles/ai-foundry/concepts/architecture.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ Azure AI Foundry enforces a clear separation between management and development
5050

5151
Azure AI Foundry applies a flexible compute architecture to support diverse [model access](../concepts/foundry-models-overview.md) and workload execution scenarios.
5252

53-
- Model Hosting Architecture: Foundry models can be accessed in different ways:
53+
- Model Hosting Architecture: Foundry models access is provided in different ways:
5454

5555
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)
5858

5959
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)
6060

@@ -66,19 +66,23 @@ Azure AI Foundry applies a flexible compute architecture to support diverse [mod
6666

6767
Azure AI Foundry provides flexible and secure data storage options to support a wide range of AI workloads.
6868

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 Agentswithout 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.
7171

7272
* **Bring Your Own Storage (Optional)**:
7373
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.
7474

75-
* **Agent Data Storage:**
75+
* **Bring-your-own storage for storing Agent state:**
7676

7777
* In the basic configuration, the Agent service stores threads, messages, and files in Microsoft-managed multi-tenant storage, with logical separation.
7878
* 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.
7979

8080
* **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).
8286

8387
## Next steps
8488

0 commit comments

Comments
 (0)