File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
articles/ai-services/agents/how-to Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Replace the parameter value for `aiServiceAccountResourceId` with the full arm r
4141
4242 The value returned is the ` aiServiceAccountResourceId ` you need to use in the template.
4343
44- 2 . In the basic agent template file, replace the following placeholders:
44+ 3 . In the basic agent template file, replace the following placeholders:
4545
4646 ```
4747 aiServiceAccountResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{serviceName}
@@ -73,9 +73,10 @@ Use an existing AI Services or Azure OpenAI resource:
7373 ```az login```
74742. Then run the command:
7575
76- ```az search service show --resource-group <your-resource-group> --name <your-storage-account> --query "id" --output tsv```
77-
76+ ```az storage account show --resource-group <your-resource-group> --name <your-storage-account> --query "id" --output tsv```
77+
7878 The output is the `aiStorageAccountResourceID` you need to use in the template.
79+
79803. In the standard agent template file, replace the following placeholders:
8081
8182 ```
You can’t perform that action at this time.
0 commit comments