Skip to content

Commit d26062c

Browse files
committed
removing bicep template
1 parent 9de6106 commit d26062c

File tree

8 files changed

+12
-55
lines changed

8 files changed

+12
-55
lines changed

articles/ai-services/agents/environment-setup.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ Includes everything in the Standard Setup, with the added ability to operate ent
6666
| Private Network Isolation (Bring your own virtual network) | | ||
6767

6868
### Deployment options
69-
To customize these templates, see [use your own resources](../how-to/use-your-own-resources.md).
69+
To customize these templates, see [use your own resources](./how-to/use-your-own-resources.md).
7070

71-
If you want support for Private Network Isolation see [network-secured setup](../how-to/virtual-networks.md) for more information on how to bring your own virtual network.
71+
If you want support for Private Network Isolation see [network-secured setup](./how-to/virtual-networks.md) for more information on how to bring your own virtual network.
7272

7373
| Description and Autodeploy | Diagram (click to zoom in) |
7474
|-----------------------------|------------------------------|
75-
| Deploy a basic agent setup that uses **Managed Identity** for authentication. <br> An account and project are created. <br> A GPT-4o model is deployed. <br> A Microsoft-managed Key Vault is used by default. <br> [![Deploy To Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fazure-ai-foundry%2Ffoundry-samples%2Frefs%2Fheads%2Fmain%2Fsamples%2Fmicrosoft%2Finfrastructure-setup%2F40-basic-agent-setup%2Fbasic-setup.json) | :::image type="content" source="../media/quickstart/basic-setup-resources-foundry.png" alt-text="An architecture diagram for basic agent setup." lightbox="../media/quickstart/basic-setup-resources-foundry.png"::: |
76-
| Deploy a standard agent setup that uses **Managed Identity** for authentication. <br>An account and project are created. <br> A GPT-4o model is deployed. <br> Azure resources for storing customer data - **Azure Storage**, **Azure Cosmos DB**, and **Azure AI Search** - are automatically created if existing resources are't provided. <br> These resources are connected to your project to store files, threads, and vector data. <br> A Microsoft-managed Key Vault is used by default.</li></ul> <br> [![Deploy To Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fazure-ai-foundry%2Ffoundry-samples%2Frefs%2Fheads%2Fmain%2Fsamples%2Fmicrosoft%2Finfrastructure-setup%2F41-standard-agent-setup%2Fazuredeploy.json) | :::image type="content" source="../media/quickstart/standard-agent-setup.png" alt-text="An architecture diagram for standard agent setup." lightbox="../media/quickstart/standard-agent-setup.png"::: |
75+
| Deploy a basic agent setup that uses **Managed Identity** for authentication. <br> An account and project are created. <br> A GPT-4o model is deployed. <br> A Microsoft-managed Key Vault is used by default. <br> [![Deploy To Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fazure-ai-foundry%2Ffoundry-samples%2Frefs%2Fheads%2Fmain%2Fsamples%2Fmicrosoft%2Finfrastructure-setup%2F40-basic-agent-setup%2Fbasic-setup.json) | :::image type="content" source="./media/quickstart/basic-setup-resources-foundry.png" alt-text="An architecture diagram for basic agent setup." lightbox="./media/quickstart/basic-setup-resources-foundry.png"::: |
76+
| Deploy a standard agent setup that uses **Managed Identity** for authentication. <br>An account and project are created. <br> A GPT-4o model is deployed. <br> Azure resources for storing customer data - **Azure Storage**, **Azure Cosmos DB**, and **Azure AI Search** - are automatically created if existing resources are't provided. <br> These resources are connected to your project to store files, threads, and vector data. <br> A Microsoft-managed Key Vault is used by default.</li></ul> <br> [![Deploy To Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fazure-ai-foundry%2Ffoundry-samples%2Frefs%2Fheads%2Fmain%2Fsamples%2Fmicrosoft%2Finfrastructure-setup%2F41-standard-agent-setup%2Fazuredeploy.json) | :::image type="content" source="./media/quickstart/standard-agent-setup.png" alt-text="An architecture diagram for standard agent setup." lightbox="./media/quickstart/standard-agent-setup.png"::: |
7777

7878
### [Optional] Model selection in autodeploy template
7979
You can customize the model used by your agent by editing the model parameters in the autodeploy template. To deploy a different model, you need to update at least the `modelName` and `modelVersion` parameters.
@@ -91,11 +91,11 @@ By default, the deployment template is configured with the following values:
9191
> [!IMPORTANT]
9292
> **Don't change the modelFormat parameter.**
9393
>
94-
> The templates only support deployment of Azure OpenAI models. See which Azure OpenAI models are supported in the [Azure AI Foundry Agent Service model support](../concepts/model-region-support.md) documentation.
94+
> The templates only support deployment of Azure OpenAI models. See which Azure OpenAI models are supported in the [Azure AI Foundry Agent Service model support](./concepts/model-region-support.md) documentation.
9595
9696

9797
### What's Next?
98-
* [Create your first agent](../quickstart.md)
98+
* [Create your first agent](./quickstart.md)
9999
* Explore more:
100100
* [Use your existing resources](./use-your-own-resources.md)
101101
* [Network aecured agent setup](./virtual-networks.md)

articles/ai-services/agents/includes/bicep-setup.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

articles/ai-services/agents/includes/quickstart-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.date: 03/28/2025
2222
* The minimum set of permissions required is: **agents/*/read**, **agents/*/action**, **agents/*/delete**
2323
* Install [the Azure CLI and the machine learning extension](/azure/machine-learning/how-to-configure-cli). If you have the CLI already installed, make sure it's updated to the latest version.
2424

25-
[!INCLUDE [bicep-setup](bicep-setup.md)]
25+
2626

2727
## Configure and run an agent
2828

articles/ai-services/agents/includes/quickstart-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ms.custom: devx-track-js
2424
* The minimum set of permissions required is: **agents/*/read**, **agents/*/action**, **agents/*/delete**
2525
* Install [the Azure CLI and the machine learning extension](/azure/machine-learning/how-to-configure-cli). If you have the CLI already installed, make sure it's updated to the latest version.
2626

27-
[!INCLUDE [bicep-setup](bicep-setup.md)]
27+
2828

2929
## Configure and run an agent
3030

articles/ai-services/agents/includes/quickstart-python-openai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.date: 11/13/2024
2222
* You need the **Cognitive Services OpenAI User** role assigned to use the Azure AI Services resource.
2323
* Install [the Azure CLI and the machine learning extension](/azure/machine-learning/how-to-configure-cli). If you have the CLI already installed, make sure it's updated to the latest version.
2424

25-
[!INCLUDE [bicep-setup](bicep-setup.md)]
25+
2626

2727
## Configure and run an agent
2828

articles/ai-services/agents/includes/quickstart-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ms.date: 11/13/2024
2323
* The minimum set of permissions required is: `agents/*/read`, `agents/*/action`, `agents/*/delete`
2424
* Install [the Azure CLI and the machine learning extension](/azure/machine-learning/how-to-configure-cli). If you have the CLI already installed, make sure it's updated to the latest version.
2525

26-
[!INCLUDE [bicep-setup](bicep-setup.md)]
26+
2727

2828
## Configure and run an agent
2929

articles/ai-services/agents/includes/quickstart-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.date: 02/15/2025
2020
* You need the **Cognitive Services OpenAI User** role assigned to use the Azure AI Services resource.
2121
* Install [the Azure CLI and the machine learning extension](/azure/machine-learning/how-to-configure-cli). If you have the CLI already installed, make sure it's updated to the latest version.
2222

23-
[!INCLUDE [bicep-setup](bicep-setup.md)]
23+
2424

2525
## Configure and run an agent
2626

articles/ai-services/agents/includes/quickstart-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.custom: devx-track-ts
2222
* Make sure you have the **Azure AI Developer** [RBAC role](../../../ai-foundry/concepts/rbac-azure-ai-foundry.md) assigned at the appropriate level.
2323
* Install [the Azure CLI and the machine learning extension](/azure/machine-learning/how-to-configure-cli). If you have the CLI already installed, make sure it's updated to the latest version.
2424

25-
[!INCLUDE [bicep-setup](bicep-setup.md)]
25+
2626

2727
## Configure and run an agent
2828

0 commit comments

Comments
 (0)