Skip to content

Commit 287a0b6

Browse files
committed
update connection strings
1 parent 7a03f90 commit 287a0b6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/ai-services/openai/how-to/use-your-data-securely.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-openai
88
ms.topic: how-to
99
author: aahill
1010
ms.author: aahi
11-
ms.date: 07/15/2024
11+
ms.date: 09/24/2024
1212
recommendations: false
1313
---
1414

@@ -152,13 +152,13 @@ To set the managed identities via the management API, see [the management API re
152152
```json
153153

154154
"identity": {
155-
"principalId": "12345678-abcd-1234-5678-abc123def",
156-
"tenantId": "1234567-abcd-1234-1234-abcd1234",
155+
"principalId": "<YOUR-PRINCIPAL-ID>",
156+
"tenantId": "<YOUR-TENNANT-ID>",
157157
"type": "SystemAssigned, UserAssigned",
158158
"userAssignedIdentities": {
159-
"/subscriptions/1234-5678-abcd-1234-1234abcd/resourceGroups/my-resource-group",
160-
"principalId": "12345678-abcd-1234-5678-abcdefg1234",
161-
"clientId": "12345678-abcd-efgh-1234-12345678"
159+
"/subscriptions/<YOUR-SUBSCIRPTION-ID>/resourceGroups/my-resource-group",
160+
"principalId": "<YOUR-PRINCIPAL-ID>",
161+
"clientId": "<YOUR-CLIENT-ID>"
162162
}
163163
}
164164
```

0 commit comments

Comments
 (0)