Skip to content

Commit 38124d3

Browse files
Merge pull request #2424 from mrbullwinkle/mrb_01_22_2024_cross_tenant_02
[Azure OpenAI] Cross Tenant clarify
2 parents 0689418 + b223a13 commit 38124d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/ai-services/openai/includes/fine-tuning-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ To deploy between the same subscription, but different regions you would just ha
505505

506506
### Cross tenant deployment
507507

508-
The accounts used to generate access tokens with `az account get-access-token --tenant` should have Cognitive Services OpenAI Contributor permissions to the associated Azure OpenAI resources.
508+
The account used to generate access tokens with `az account get-access-token --tenant` should have Cognitive Services OpenAI Contributor permissions to both the source and destination Azure OpenAI resources. You will need to generate two different tokens, one for the source tenant and one for the destination tenant.
509509

510510
```python
511511
import requests

articles/ai-services/openai/includes/fine-tuning-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ To deploy between the same subscription, but different regions, you would just h
324324

325325
### Cross tenant deployment
326326

327-
The accounts used to generate access tokens with `az account get-access-token --tenant` should have Cognitive Services OpenAI Contributor permissions to the associated Azure OpenAI resources.
327+
The account used to generate access tokens with `az account get-access-token --tenant` should have Cognitive Services OpenAI Contributor permissions to both the source and destination Azure OpenAI resources. You will need to generate two different tokens, one for the source tenant and one for the destination tenant.
328328

329329

330330
```bash

0 commit comments

Comments
 (0)