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
41
41
42
42
The value returned is the ` aiServiceAccountResourceId ` you need to use in the template.
43
43
44
- 2 . In the basic agent template file, replace the following placeholders:
44
+ 3 . In the basic agent template file, replace the following placeholders:
45
45
46
46
```
47
47
aiServiceAccountResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{serviceName}
@@ -73,9 +73,10 @@ Use an existing AI Services or Azure OpenAI resource:
73
73
```az login```
74
74
2. Then run the command:
75
75
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
+
78
78
The output is the `aiStorageAccountResourceID` you need to use in the template.
79
+
79
80
3. In the standard agent template file, replace the following placeholders:
80
81
81
82
```
You can’t perform that action at this time.
0 commit comments