Skip to content

Commit 9612445

Browse files
committed
A few more language improvements
1 parent 75174c3 commit 9612445

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-services/openai/how-to/use-web-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can customize the app's front-end and back-end logic. The app provides sever
3737

3838
When you're customizing the app, we recommend:
3939

40-
- Resetting the chat session (clear chat) if any settings changes are made. Notify your application end-users that their chat history will be lost.
40+
- Resetting the chat session (clear chat) if any settings changes are made. Notify your application end-users that their chat history will be lost.
4141

4242
- Clearly communicating how each setting that you implement affects the user experience.
4343

@@ -82,7 +82,7 @@ After you turn on chat history, your users can show and hide it in the upper-rig
8282

8383
## Deleting your Cosmos DB instance
8484

85-
Deleting your web app doesn't delete your Cosmos DB instance automatically. To delete your Cosmos DB instance along with all stored chats, you need to go to the associated resource in the [Azure portal](https://portal.azure.com) and delete it. If you delete the Cosmos DB resource but keep the chat history option selected on subsequent updates from the Azure OpenAI Studio, your users are noified of a connection error but can continue to use the web app without access to the chat history.
85+
Deleting your web app doesn't delete your Cosmos DB instance automatically. To delete your Cosmos DB instance along with all stored chats, you need to go to the associated resource in the [Azure portal](https://portal.azure.com) and delete it. If you delete the Cosmos DB resource but keep the chat history option selected on subsequent updates from the Azure OpenAI Studio, your users are notified of a connection error. However, they can continue to use the web app without access to the chat history.
8686

8787
## Enabling Microsoft Entra ID authentication between services
8888

@@ -125,7 +125,7 @@ In the webapp application settings, navigate to "Environment Variables" and make
125125

126126
If using an embedding model deployed to the same resource as your model used for inference, there are no other settings changes required.
127127

128-
However, if you're using an embedding model deployed to a different resource, make the following additional changes to your app's environment variables:
128+
However, if you're using an embedding model deployed to a different resource, make the following extra changes to your app's environment variables:
129129
* Set `AZURE_OPENAI_EMBEDDING_ENDPOINT` variable to the full API path of the embedding API for the resource you're using for embeddings, for example, `https://<your embedding AOAI resource name>.openai.azure.com/openai/deployments/<your embedding deployment name>/embeddings`
130130
* Delete the `AZURE_OPENAI_EMBEDDING_KEY` variable to use Microsoft Entra ID authentication.
131131

0 commit comments

Comments
 (0)