Skip to content

Commit 5a624d0

Browse files
committed
updating indentation
1 parent 88e61f2 commit 5a624d0

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

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

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ Replace the parameter value for `aiServiceAccountResourceId` with the full arm r
4141
The value returned is the `aiServiceAccountResourceId` you need to use in the template.
4242

4343
2. In the basic agent template file, replace the following placeholders:
44-
45-
```
46-
aiServiceAccountResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{serviceName}
47-
```
44+
45+
```
46+
aiServiceAccountResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{serviceName}
47+
```
4848
4949
## Standard agent setup: use an existing AI Services, storage, and/or Azure AI Search resource
5050
@@ -53,10 +53,10 @@ Use an existing AI Search, storage account, and/or Azure AI Search resource by p
5353
Use an existing AI Services resource:
5454
1. Follow the steps in basic agent setup to get the AI Services account resource ID.
5555
2. In the standard agent template file, replace the following placeholders:
56-
57-
```
58-
aiServiceAccountResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{serviceName}
59-
```
56+
57+
```
58+
aiServiceAccountResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{serviceName}
59+
```
6060
6161
### Use an existing storage account
6262
@@ -69,10 +69,10 @@ aiServiceAccountResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resou
6969
7070
The output is the `aiStorageAccountResourceID` you need to use in the template.
7171
3. In the standard agent template file, In the basic agent template file, replace the following placeholders:
72-
73-
```
74-
aiStorageAccountResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{storageAccountName}
75-
```
72+
73+
```
74+
aiStorageAccountResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{storageAccountName}
75+
```
7676
7777
### Use an existing Azure AI Search resource
7878
@@ -84,7 +84,10 @@ aiStorageAccountResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resou
8484
```az search service show --resource-group <your-resource-group> --name <your-search-service> --query "id" --output tsv```
8585
3. In the standard agent template file, replace the following placeholders:
8686
87-
```
88-
aiSearchServiceResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}
89-
```
87+
```
88+
aiSearchServiceResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}
89+
```
90+
91+
## See also
92+
9093
* Learn about the different [tools](./tools/overview.md) agents can use.

0 commit comments

Comments
 (0)