Skip to content

Commit 72c1734

Browse files
committed
edits from team feedback
1 parent 9951d05 commit 72c1734

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

articles/ai-services/openai/concepts/use-your-data.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -319,37 +319,34 @@ A Teams app lets you bring conversational experience to your users in Teams to i
319319
You can deploy to a standalone Teams app directly from Azure OpenAI Studio. Follow the steps below:
320320

321321
1. Make sure you have fulfilled the following prerequisites:
322-
* Tutorial - Build Custom Copilot - Teams | Microsoft Learn TBD
323-
* Sign in to you M365 account and enablecustom app upload”
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.
322+
* Sign in to your M365 account (using this link to get a test account: [Developer program](https://developer.microsoft.com/microsoft-365/dev-program))
323+
* Enable **custom app upload** in your account (instructions [here](/microsoftteams/platform/concepts/build-and-test/prepare-your-o365-tenant#enable-custom-teams-apps-and-turn-on-custom-app-uploading))
324+
* [Azure CLI](/cli/azure/install-azure-cli) installed
325+
* [Visual Studio Code](https://code.visualstudio.com/) installed
326+
* You have the **Cognitive Service OpenAI user** role with the Azure OpenAI resource you're using.
327327

328328
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.
329329

330330
1. Extract the .zip file and open the folder in VSCode.
331331

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+
1. If you chose **API key** in the data connection step, manually copy and paste your Azure AI Search key into the `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 in the [Data connection](/azure/ai-services/openai/concepts/use-your-data?tabs=ai-search#data-connection) section.
333333

334-
1. Select the Run menu, and select **Debug (Edge)** to run the app locally only in your environment.
334+
1. Select the **Run** menu, and select **Debug (Edge)** to run the app locally in your environment. After you've tested it locally, you can provision, deploy, and publish your Teams app.
335335

336-
1. After you've tested it locally, you can provision, deploy, and publish your Teams app.
337-
338-
1. Provision your app: https://learn.microsoft.com/en-us/microsoftteams/platform/toolkit/provision
339-
1. Go to the Azure portal and select the newly created Azure App Service
336+
1. Provision your app: (detailed instructions in [Provision cloud resources](/microsoftteams/platform/toolkit/provision))
337+
1. Go to the Azure portal and select the newly created Azure App Service resource
340338
1. Go to **settings** -> **identity** -> **enable system assigned identity**
341339
1. Select **Azure role assignments** and then **add role assignments**. Specify the following parameters:
342340
* Scope: resource group
343341
* Subscription: the subscription of your Azure OpenAI resource
344342
* Resource group of your Azure OpenAI resource
345343
* Role: Cognitive Service OpenAI user
346344

347-
1. Deploy your app to Azure: https://learn.microsoft.com/en-us/microsoftteams/platform/toolkit/deploy
348-
349-
1. Publish your app to Teams: https://learn.microsoft.com/en-us/microsoftteams/platform/toolkit/publish
345+
1. Deploy your app to Azure by following the instructions in [Deploy to the cloud](/microsoftteams/platform/toolkit/deploy).
350346

347+
1. Publish your app to Teams by following the instructions in [Publish Teams app](/microsoftteams/platform/toolkit/publish).
351348

352-
See also [Tutorial - Build Custom Copilot](https://learn.microsoft.com/en-us/microsoftteams/platform/teams-ai-library-tutorial). TBD
349+
See also [Tutorial - Build Custom Copilot using Teams](/microsoftteams/platform/teams-ai-library-tutorial) for guided steps.
353350

354351
#### [Web app](#tab/web-app)
355352

0 commit comments

Comments
 (0)