Skip to content

Commit f18ca84

Browse files
committed
Merge branch 'terraform' of https://github.com/deeikele/azure-ai-docs-pr into terraform
2 parents 1c9743d + 8a720f9 commit f18ca84

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

articles/ai-foundry/concepts/architecture.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Azure AI Foundry applies a flexible compute architecture to support diverse [mod
5656
1. [Deployment to serverless API endpoints in Azure AI Hub resources](deployments-overview.md#serverless-api-endpoint)
5757
1. [Deployment to managed computes in Azure AI Hub resources](deployments-overview.md#managed-compute)
5858

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

6161
- **Workload Execution:** Agents, Evaluations, and Batch jobs are executed as managed container compute, fully managed by Microsoft.
6262

@@ -67,26 +67,26 @@ Azure AI Foundry applies a flexible compute architecture to support diverse [mod
6767
Azure AI Foundry provides flexible and secure data storage options to support a wide range of AI workloads.
6868

6969
* **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 casessuch as OpenAI models, Assistants, and Agents, without requiring a customer-provided storage account.
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

7575
* **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.
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.
78+
* With the [Agent standard setup](../agents/how-to/use-your-own-resources.md), you can 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:**
8181
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.
8282

83-
When using customer-managed keys, your data on Microsoft-managed infrastructure is encrypted using your keys for encryption.
83+
When using customer-managed keys, your data on Microsoft-managed infrastructure is encrypted using your keys.
8484

8585
To learn more about data encryption, see [customer-managed keys for encryption with Azure AI Foundry](encryption-keys-portal.md).
8686

8787
## Next steps
8888

89-
* [Azure AI Foundry Rollout Across My Organization](planning.md)
89+
* [Azure AI Foundry rollout across my organization](planning.md)
9090
* [Customer-managed keys for encryption with Azure AI Foundry](encryption-keys-portal.md)
9191
* [How to configure a private link for Azure AI Foundry](../how-to/configure-private-link.md)
92-
* [Bring-your-own resources with Agent service](../agents/how-to/use-your-own-resources.md)
92+
* [Bring-your-own resources with the Agent service](../agents/how-to/use-your-own-resources.md)

articles/ai-foundry/how-to/create-resource-terraform.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,23 @@ ai-usage: ai-assisted
2020

2121
In this article, you use Terraform to create an [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs) resource. You learn how to use Terraform to create AI Foundry management configurations including projects, deployments, and connections.
2222

23-
The examples used in article use the [AzAPI](https://learn.microsoft.com/azure/developer/terraform/overview-azapi-provider) Terraform provider. Similar [AzureRM](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/ai_services) provider support is available via the classic `AzureRM_AIServices` module (using `aiservices` kind as value), but is limited in functionality to resource and deployment creation.
23+
The examples used in article use the [AzAPI](/azure/developer/terraform/overview-azapi-provider) Terraform provider. Similar [AzureRM](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/ai_services) provider support is available via the classic `AzureRM_AIServices` module (using the `aiservices` kind as its value), but is limited in functionality to resource and deployment creation.
2424

2525
[!INCLUDE [About Terraform](~/azure-dev-docs-pr/articles/terraform/includes/abstract.md)]
2626

2727
> [!div class="checklist"]
2828
> * Create a resource group
29-
> * Create AI Foundry
29+
> * Create an AI Foundry resource.
3030
> * Configure projects.
3131
> * Configure deployments.
3232
> * Configure a connection to other resources.
33-
> * Configure capability host to bring your own storage with Agent service
33+
> * Configure capability host to bring your own storage with Agent service.
3434
3535
## Prerequisites
3636

3737
- Create an Azure account with an active subscription. You can [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
3838

39-
- [Install and configure Terraform](/azure/developer/terraform/quickstart-configure)
39+
- [Install and configure Terraform](/azure/developer/terraform/quickstart-configure).
4040

4141
## Implement a basic AI Foundry configuration using Terraform code
4242

0 commit comments

Comments
 (0)