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/agents/includes/bicep-setup.md
-53Lines changed: 0 additions & 53 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,59 +47,6 @@ By default, the deployment template is configured with the following values:
47
47
>
48
48
> The templates only support deployment of OpenAI models. See which OpenAI models are supported in the [Azure AI Agent Service model support](../concepts/model-region-support.md) documentation.
49
49
50
-
51
-
### [Optional] Use your own resources in agent setup
52
-
53
-
> [!NOTE]
54
-
> If you use an existing AI Services/AOAI resource, no model will be deployed. You can deploy a model to the resource after the agent setup is complete.
55
-
56
-
#### Basic agent setup: use an existing AI Services resource
57
-
58
-
Replace the parameter value for `aiServiceAccountResourceId` with the full arm resource ID of the AI Services account you want to use.
59
-
60
-
1. To get the AI Services account resource ID, sign in to the Azure CLI and select the subscription with your AI Services account:
61
-
62
-
```az login```
63
-
2. Replace `<your-resource-group>` with the resource group containing your resource and `your-ai-service-resource-name` with the name of your AI Service resource, and run:
0 commit comments