Skip to content

Commit b3701a0

Browse files
Update use-your-own-resources.md
there was a typo in the command the get the id of the storage account
1 parent 4460124 commit b3701a0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/ai-services/agents/how-to/use-your-own-resources.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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```
7474
2. 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+
7980
3. In the standard agent template file, replace the following placeholders:
8081
8182
```

0 commit comments

Comments
 (0)