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
+21-15Lines changed: 21 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The following section shows you how to set up the required resources for getting
15
15
16
16
1. Creating an Azure AI project under your Hub creates an endpoint for your app to call, and sets up app services to access to resources in your tenant.
17
17
18
-
1. Connecting an Azure OpenAI resource or an Azure AI resource
18
+
1. Connecting an Azure OpenAI resource or an Azure AI Services resource
19
19
20
20
21
21
## Choose Basic or Standard Agent Setup
@@ -36,41 +36,47 @@ The following section shows you how to set up the required resources for getting
36
36
37
37
Replace the parameter value for `aiServiceAccountResourceId` with the full arm resource id of the AI Services account you want to use.
38
38
39
-
1. To get the AI Services account resource id, run the following commands in the Azure CLI:
40
-
-```az login```
41
-
- 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:
39
+
1. To get the AI Services account resource id, sign in to the Azure CLI and select the subscription with your AI Services account:
40
+
41
+
```az login```
42
+
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