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
+24-23Lines changed: 24 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -305,50 +305,51 @@ After you connect Azure OpenAI to your data, you can deploy it using the **Deplo
305
305
306
306
This gives you multiple options for deploying your model.
307
307
308
-
#### [Copilot](#tab/copilot)
308
+
#### [Copilot (preview)](#tab/copilot)
309
309
310
310
You can deploy to a copilot in [Copilot Studio](/microsoft-copilot-studio/fundamentals-what-is-copilot-studio) (preview) directly from Azure OpenAI studio, enabling you to bring conversational experiences to various channels such as: Microsoft Teams, websites, Dynamics 365, and other [Azure Bot Service channels](/microsoft-copilot-studio/publication-connect-bot-to-azure-bot-service-channels). The tenant used in the Azure OpenAI service and Copilot Studio (preview) should be the same. For more information, see [Use a connection to Azure OpenAI On Your Data](/microsoft-copilot-studio/nlu-generative-answers-azure-openai).
311
311
312
312
> [!NOTE]
313
313
> Deploying to a copilot in Copilot Studio (preview) is only available in US regions.
314
314
315
-
#### [Teams app](#tab/teams)
315
+
#### [Teams app (preview)](#tab/teams)
316
316
317
-
You can deploy to a standalone Teams app (preview) directly from Azure OpenAI Studio, enabling you to bring conversational experience to your users in Teams to improve operational efficiency and democratize access of information. This Teams app is limited to users within a single tenant and personal chat (non-group chat) scenarios.
317
+
A Teams app lets you bring conversational experience to your users in Teams to improve operational efficiency and democratize access of information. This Teams app feature is limited to users within a single tenant and personal chat (non-group chat) scenarios.
318
318
319
-
As a developer, follow the steps below:
319
+
You can deploy to a standalone Teams app directly from Azure OpenAI Studio. Follow the steps below:
320
320
321
-
1. Make sure you have fulfilled the prerequisite here
322
-
* Tutorial - Build Custom Copilot - Teams | Microsoft Learn
321
+
1. Make sure you have fulfilled the following prerequisites:
322
+
* Tutorial - Build Custom Copilot - Teams | Microsoft Learn TBD
323
323
* Sign in to you M365 account and enable “custom app upload”
324
-
* How to install the Azure CLI | Microsoft Learn
325
-
* You have “Cognitive Service OpenAI user” role of the AOAI resource you are using
324
+
*[Install the Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli)
325
+
* Visual Studio Code installed
326
+
* You have **Cognitive Service OpenAI user** role with the Azure OpenAI resource you're using.
326
327
327
-
1. After you have added your data, click “deploy” and then “a Teams app(preview)”. Enter the name of your Teams app and download the zip file
328
+
1. After you've added your data to the chat model, select **Deploy** and then **a Teams app(preview)**. Enter the name of your Teams app and download the resulting .zip file.
328
329
329
-
1. Extract the zip file and open the folder in VSCode.
330
+
1. Extract the .zip file and open the folder in VSCode.
330
331
331
-
1. If you chose “API key” in data connection, manually copy and paste your Azure AI Search key in `src\prompts\chat\config.json` file. If you chose “system assigned managed identity”, you can skip this step. Learn more about different data connection options here
332
+
1.(TBD) If you chose “API key” in data connection, manually copy and paste your Azure AI Search key in `src\prompts\chat\config.json` file. If you chose “system assigned managed identity”, you can skip this step. Learn more about different data connection options [here](https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/use-your-data?tabs=ai-search#data-connection).
332
333
333
-
1.Click “debug in Edge” to run it locally only in your environment.
334
+
1.Select the Run menu, and select **Debug (Edge)** to run the app locally only in your environment.
334
335
335
-
1. After you have tested it locally, you can provision, deploy and finally publish your Teams app.
336
+
1. After you've tested it locally, you can provision, deploy, and publish your Teams app.
336
337
337
338
1. Provision your app: https://learn.microsoft.com/en-us/microsoftteams/platform/toolkit/provision
338
-
1. Go to Azure portal and select the resource group, select the newly created Azure App Service
339
-
1. Go to settings > identity, enable system assigned identity
340
-
1.Click “Azure role assignments” and click “add role assignments”.
341
-
1. Scope: resource group
342
-
1.Subscription: the subscription of your AOAI resource
343
-
1.Resource group of your AOAI resource
344
-
1. Role: Cognitive Service OpenAI user
339
+
1. Go to the Azure portal and select the newly created Azure App Service
340
+
1. Go to **settings** -> **identity** -> **enable system assigned identity**
341
+
1.Select **Azure role assignments** and then **add role assignments**. Specify the following parameters:
342
+
* Scope: resource group
343
+
*Subscription: the subscription of your Azure OpenAI resource
344
+
*Resource group of your Azure OpenAI resource
345
+
* Role: Cognitive Service OpenAI user
345
346
346
-
1. Deploy to Azure: https://learn.microsoft.com/en-us/microsoftteams/platform/toolkit/deploy
347
+
1. Deploy your app to Azure: https://learn.microsoft.com/en-us/microsoftteams/platform/toolkit/deploy
347
348
348
-
1. Publish to Teams: https://learn.microsoft.com/en-us/microsoftteams/platform/toolkit/publish
349
+
1. Publish your app to Teams: https://learn.microsoft.com/en-us/microsoftteams/platform/toolkit/publish
349
350
350
351
351
-
See also [Tutorial - Build Custom Copilot](https://learn.microsoft.com/en-us/microsoftteams/platform/teams-ai-library-tutorial).
352
+
See also [Tutorial - Build Custom Copilot](https://learn.microsoft.com/en-us/microsoftteams/platform/teams-ai-library-tutorial). TBD
0 commit comments