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
+17-12Lines changed: 17 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,35 +37,40 @@ The following section shows you how to set up the required resources for getting
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
39
1. To get the AI Services account resource id, run the following commands in the Azure CLI:
40
-
- az login
40
+
-```az login```
41
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:
0 commit comments