From 430cbc4e5ab2399a5827d95446607b0a17bfc301 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Fri, 28 Jun 2024 00:49:06 +0900 Subject: [PATCH] =?UTF-8?q?Update=20README.md=20(Typo=20"Azure=20Open=20AI?= =?UTF-8?q?"=E2=86=92"Azure=20OpenAI")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://learn.microsoft.com/en-us/samples/officedev/teamsfx-samples/officedev-teamsfx-samples-intelligent-data-chart-generator/ https://github.com/OfficeDev/teams-toolkit-samples/blob/main/intelligent-data-chart-generator/README.md #PingMSFTDocs --- intelligent-data-chart-generator/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/intelligent-data-chart-generator/README.md b/intelligent-data-chart-generator/README.md index b9b37277..f4495837 100644 --- a/intelligent-data-chart-generator/README.md +++ b/intelligent-data-chart-generator/README.md @@ -21,7 +21,7 @@ This intelligent Microsoft Teams Tab app is powered by Azure OpenAI, which helps ## This sample illustrates -- How to use Azure Open AI to generate data visualization based on verbal descriptions. +- How to use Azure OpenAI to generate data visualization based on verbal descriptions. - How to display the generated data visualization in Teams tab. - How to query data from Azure SQL database. - How to use TeamsFx to build backend hosting on Azure for your tab app. @@ -70,7 +70,7 @@ Deploy your project to Azure by following these steps: 1. Open Teams Toolkit in Visual Studio Code, and sign in your Azure account by clicking the `Sign in to Azure` in the `ACCOUNTS` section from sidebar. 2. After you signed in, select a subscription under your account. The Teams Toolkit will use this subscription to provision Azure resources to host you app. -3. Update the `.env.dev.user` file to add your Azure Open AI and Azure SQL configurations. +3. Update the `.env.dev.user` file to add your Azure OpenAI and Azure SQL configurations. 4. Open the Teams Toolkit and click `Provision` in the `LIFECYCLE` section. Alternatively open the command palette(Ctrl+Shift+P) and type: `Teams: Provision` command. 5. Open the Teams Toolkit and click `Deploy` in the `LIFECYCLE` section. Alternatively open the command palette(Ctrl+Shift+P) and type: `Teams: Deploy` command.