Skip to content

Commit 58bf7be

Browse files
author
Maryanne Gichohi
committed
Address PR comments
1 parent 2d2e32b commit 58bf7be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/azure-app-configuration/howto-chat-completion-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ You've successfully added your chat completion configuration named **ChatApp:Mod
4747
4848
1. Follow the [Get started with Azure OpenAI Service](/azure/ai-services/openai/overview#get-started-with-azure-openai-service) to create and deploy an Azure OpenAI service resource with a **gpt-4o** model. Please note down the deployment name for later use.
4949

50-
1. In your Azure OpenAI resource, from the **Resource Management** menu, select **Keys and Endpoint** and copy the Azure OpenAI resource endpoint it should follow the format: `https://<open-ai-resource-name>.openai.azure.com`. If using the API key for authentication copy the API key as well.
50+
1. In your Azure OpenAI resource, from the **Resource Management** menu, select **Keys and Endpoint** and copy the Azure OpenAI resource endpoint, it should follow the format: `https://<open-ai-resource-name>.openai.azure.com`. If using the API key for authentication copy the API key as well.
5151

5252
1. Navigate to your App Configuration store and add the following key-values. Leave **Label** and **Content Type** with their default values. For more information about how to add key-values to a store using the Azure portal or the CLI, go to [Create a key-value](./quickstart-azure-app-configuration-create.md#create-a-key-value).
5353

5454
| **Key** | **Value** |
5555
|-----------------------------------------|-----------------------------------------------------------------------|
5656
| _ChatApp:AzureOpenAI:Endpoint_ | _Paste the resource endpoint you copied in the previous step_ |
57-
| _ChatApp:AzureOpenAI:DeploymentName_ | _Paste the resource deployment name you copied in the previous step_ |
57+
| _ChatApp:AzureOpenAI:DeploymentName_ | _Paste the model deployment name you copied in the previous step_ |
5858

5959
If you plan to use an API key for authentication, you can optionally add it as a Key Vault reference using the following key-value. For detailed instructions, see [Add a Key Vault reference to App Configuration](./use-key-vault-references-dotnet-core.md#add-a-key-vault-reference-to-app-configuration).
6060

articles/azure-app-configuration/quickstart-chat-completion-dotnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,8 @@ In this guide, you build an AI chat application and iterate on the prompt using
333333
```
334334
335335
1. In Azure portal, select the App Configuration store instance that you created. From the **Operations** menu, select **Configuration explorer** and select the **ChatApp:Model** key. Update the value of the Messages property:
336-
- Role: **system**
337-
- Content: "You are a cheerful tour guide".
336+
- Role: **system**
337+
- Content: "You are a cheerful tour guide".
338338
339339
1. Press the Enter key to trigger a refresh and you should see the updated value in the output.
340340

0 commit comments

Comments
 (0)