From 19cdde2f1d57e19faa05e25d038110e610697d2e Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Sun, 26 May 2024 00:13:19 +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://github.com/Azure-Samples/cosmosdb-chatgpt/blob/main/README.md #PingMSFTDocs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e97d623..728423d 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,9 @@ The provided ARM Templates will provision the following resources: 1. **Azure OpenAI Service** You must also specify a name for the deployment of the "completion" and "embedding" models used by this application. 1. **Azure App service** Web application host for the ASP.NET Blazor application. -**Note:** You must have access to Azure Open AI service from your subscription before attempting to deploy this application. +**Note:** You must have access to Azure OpenAI service from your subscription before attempting to deploy this application. -All connection information for Azure Cosmos DB and Azure Open AI is zero-touch and injected as environment variables in the Azure App Service instance at deployment time. +All connection information for Azure Cosmos DB and Azure OpenAI is zero-touch and injected as environment variables in the Azure App Service instance at deployment time. [![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Fcosmosdb-chatgpt%2Fbuild%2Fazuredeploy.json)