From c813740b6bf44aa00f7a84a8012abb03d5ea7cb6 Mon Sep 17 00:00:00 2001 From: MoustafaAMahmoud Date: Wed, 29 May 2024 14:57:18 +0100 Subject: [PATCH 1/2] docs: Remove 'build' segment from deployment URI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e97d623..d81dc0e 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ The provided ARM Templates will provision the following resources: 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. -[![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) +[![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%2Fazuredeploy.json) **Deploy with existing Azure OpenAI account:** Use a pre-existing Azure OpenAI service account with GPT 3.5 Turbo and ADA-002. Use this Deploy to Azure button below. Provide Azure OpenAI account name, key, and deployment names for GPT 3.5 Turbo and ADA-002 models. From 19cd3aac91ed8b6aa10c4d88403bac42456d1341 Mon Sep 17 00:00:00 2001 From: MoustafaAMahmoud Date: Wed, 29 May 2024 14:57:25 +0100 Subject: [PATCH 2/2] docs: Remove 'build' segment from deployment URI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d81dc0e..94ed168 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ All connection information for Azure Cosmos DB and Azure Open AI is zero-touch a **Deploy with existing Azure OpenAI account:** Use a pre-existing Azure OpenAI service account with GPT 3.5 Turbo and ADA-002. Use this Deploy to Azure button below. Provide Azure OpenAI account name, key, and deployment names for GPT 3.5 Turbo and ADA-002 models. -[![Deploy with existing Azure OpenAI](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Fcosmosdb-chatgpt%2Fbuild2024%2Fazuredeploy-no-aoai.json) +[![Deploy with existing Azure OpenAI](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Fcosmosdb-chatgpt%2Fazuredeploy-no-aoai.json) ### Quickstart