Skip to content

Commit 730bfd8

Browse files
committed
more edits
1 parent f097c33 commit 730bfd8

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

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

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -314,22 +314,26 @@ You can deploy to a copilot in [Copilot Studio](/microsoft-copilot-studio/fundam
314314
315315
#### [Teams app (preview)](#tab/teams)
316316

317-
A Teams app lets you bring conversational experience to your users in Teams to improve operational efficiency and democratize access of information. By default, this Teams app is set for users within a single Azure account tenant and personal chat (non-group chat) scenarios, but developers can modify the app to enable different configurations.
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 is configured to users within your Azure account tenant and personal chat (non-group chat) scenarios.
318318

319-
You can deploy to a standalone Teams app directly from Azure OpenAI Studio. Follow the steps below:
320319

321-
1. Make sure you have fulfilled the following prerequisites:
322-
- The latest version of [Visual Studio Code](https://code.visualstudio.com/) installed.
323-
- The latest version of [Teams toolkit](https://marketplace.visualstudio.com/items?itemName=TeamsDevApp.ms-teams-vscode-extension) installed. This is a VSCode extension that creates a project scaffolding for your app.
324-
- [Node.js](https://nodejs.org/en/download/) (version 16 or 17) installed. For more information, see [Node.js version compatibility table for project type](/microsoftteams/platform/toolkit/build-environments#nodejs-version-compatibility-table-for-project-type).
325-
- [Microsoft Teams](https://www.microsoft.com/microsoft-teams/download-app) installed.
326-
- Sign in to your M365 account (using this link to get a test account: [Developer program](https://developer.microsoft.com/microsoft-365/dev-program))
327-
- [Azure command-line interface (CLI)](/cli/azure/install-azure-cli) installed. This is a cross-platform command-line tool to connect to Azure and execute administrative commands on Azure resources. For more information on setting up environment variables, see theAzure SDK documentation.
328-
- Your Azure account has been assigned **Cognitive Services OpenAI user** or **Cognitive Services OpenAI Contributor** role of the Azure OpenAI resource you're using, allowing your account to make Azure OpenAI API calls. For more information, [seeUsing your data with Azure OpenAI securely](/azure/ai-services/openai/how-to/use-your-data-securely#using-the-api) and [Add role assignment to an Azure OpenAI resource](/azure/ai-services/openai/how-to/role-based-access-control#add-role-assignment-to-an-azure-openai-resource) for instructions on setting this role in the Azure portal.
329-
- 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))
320+
**Prerequisites**
321+
322+
- The latest version of [Visual Studio Code](https://code.visualstudio.com/) installed.
323+
- The latest version of [Teams toolkit](https://marketplace.visualstudio.com/items?itemName=TeamsDevApp.ms-teams-vscode-extension) installed. This is a VSCode extension that creates a project scaffolding for your app.
324+
- [Node.js](https://nodejs.org/en/download/) (version 16 or 17) installed. For more information, see [Node.js version compatibility table for project type](/microsoftteams/platform/toolkit/build-environments#nodejs-version-compatibility-table-for-project-type).
325+
- [Microsoft Teams](https://www.microsoft.com/microsoft-teams/download-app) installed.
326+
- Sign in to your [Microsoft 365 developer account](/microsoftteams/platform/concepts/build-and-test/prepare-your-o365-tenant) (using this link to get a test account: [Developer program](https://developer.microsoft.com/microsoft-365/dev-program)).
327+
- Enable **custom Teams apps** and turn on **custom app uploading** 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))
328+
- [Azure command-line interface (CLI)](/cli/azure/install-azure-cli) installed. This is a cross-platform command-line tool to connect to Azure and execute administrative commands on Azure resources. For more information on setting up environment variables, see the [Azure SDK documentation](https://github.com/Azure/azure-sdk-for-go/wiki/Set-up-Your-Environment-for-Authentication).
329+
- Your Azure account has been assigned **Cognitive Services OpenAI user** or **Cognitive Services OpenAI Contributor** role of the Azure OpenAI resource you're using, allowing your account to make Azure OpenAI API calls. For more information, [seeUsing your data with Azure OpenAI securely](/azure/ai-services/openai/how-to/use-your-data-securely#using-the-api) and [Add role assignment to an Azure OpenAI resource](/azure/ai-services/openai/how-to/role-based-access-control#add-role-assignment-to-an-azure-openai-resource) for instructions on setting this role in the Azure portal.
330+
331+
332+
You can deploy to a standalone Teams app directly from Azure OpenAI Studio. Follow the steps below:
330333

334+
1. After you've added your data to the chat model, select **Deploy** and then **a new Teams app (preview)**.
331335

332-
1. After you've added your data to the chat model, select **Deploy** and then **a new Teams app(preview)**. Enter the name of your Teams app and download the resulting .zip file.
336+
1. Enter the name of your Teams app and download the resulting .zip file.
333337

334338
1. Extract the .zip file and open the folder in Visual Studio Code.
335339

0 commit comments

Comments
 (0)