You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/concepts/use-your-data.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -349,18 +349,20 @@ You can deploy to a standalone Teams app directly from Azure OpenAI Studio. Foll
349
349
350
350
1. Provision your app: (detailed instructions in [Provision cloud resources](/microsoftteams/platform/toolkit/provision))
351
351
352
-
1. Assign the **Cognitive Service OpenAI User** role to your deployed App Service resource
353
-
1. Go to the Azure portal and select the newly created Azure App Service resource
354
-
1. Go to **settings** -> **identity** -> **enable system assigned identity**
355
-
1. Select **Azure role assignments** and then **add role assignments**. Specify the following parameters:
356
-
* Scope: resource group
357
-
* Subscription: the subscription of your Azure OpenAI resource
358
-
* Resource group of your Azure OpenAI resource
359
-
* Role: **Cognitive Service OpenAI user**
352
+
1. Assign the **Cognitive Service OpenAI User** role to your deployed **User Assigned Managed Identity**resource of your custom copilot.
353
+
1. Go to the Azure portal and select the newly created **User Assigned Managed Identity**resource for your custom copilot.
354
+
1. Go to **Azure Role Assignments**.
355
+
1. Select **add role assignment**. Specify the following parameters:
356
+
* Scope: resource group
357
+
* Subscription: the subscription of your Azure OpenAI resource
358
+
* Resource group of your Azure OpenAI resource
359
+
* Role: **Cognitive Service OpenAI user**
360
360
361
361
1. Deploy your app to Azure by following the instructions in [Deploy to the cloud](/microsoftteams/platform/toolkit/deploy).
362
362
363
363
1. Publish your app to Teams by following the instructions in [Publish Teams app](/microsoftteams/platform/toolkit/publish).
364
+
> [!IMPORTANT]
365
+
> Your Teams app is intended for use within the same tenant of your Azure account used during setup, as it is securely configured by default for single-tenant usage. Using this app with a Teams account not associated with the Azure tenant used during setup will result in an error.
364
366
365
367
The README file in your Teams app has additional details and tips. Also, see [Tutorial - Build Custom Copilot using Teams](/microsoftteams/platform/teams-ai-library-tutorial) for guided steps.
0 commit comments