Skip to content

Commit 9aacfad

Browse files
committed
updating bullet points
1 parent 523fe4f commit 9aacfad

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

articles/ai-services/openai/concepts/provisioned-migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ ms.service: azure-ai-openai
77
ms.custom:
88
- ignite-2024
99
ms.topic: how-to
10-
ms.date: 11/11/2024
11-
author: mrbullwinkle
12-
ms.author: mbullwin
10+
ms.date: 01/08/2025
11+
author: aahill
12+
ms.author: aahi
1313
recommendations: false
1414
---
1515

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-ai-openai
77
ms.topic: how-to
88
author: aahill
99
ms.author: aahi
10-
ms.date: 08/09/2024
10+
ms.date: 01/08/2025
1111
recommendations: false
1212
---
1313

@@ -19,7 +19,7 @@ Along with Azure AI Foundry portal, APIs, and SDKs, you can use the customizable
1919
* Conversation history and user feedback collection through Cosmos DB.
2020
* Authentication with role-based access control via Microsoft Entra ID.
2121
* Customization of the user interface, data sources, and features using environment variables (no-code via Azure portal).
22-
* Support for modifying the underlying web application source code as an open-source repository.
22+
* Sample source code for the web app is available on [GitHub](https://github.com/microsoft/sample-app-aoai-chatGPT). Source code is provided "as is" and as a sample only. Customers are responsible for all customization and implementation of their web apps.
2323

2424
You can deploy the app via the [Azure AI Foundry portal](/azure/ai-studio/tutorials/deploy-chat-web-app), the [Azure portal](https://portal.azure.com), or the Azure Developer CLI via your local machine [(instructions available at the repository here)](https://github.com/microsoft/sample-app-aoai-chatGPT). Depending on your deployment channel, you can preload a data source to chat with via the web application, but this can be changed after deployment.
2525

@@ -59,8 +59,6 @@ When you're customizing the app, we recommend:
5959

6060
- Updating the app settings for each of your deployed apps to use new API keys after you rotate keys for your Azure OpenAI or Azure AI Search resource.
6161

62-
Sample source code for the web app is available on [GitHub](https://github.com/microsoft/sample-app-aoai-chatGPT). Source code is provided "as is" and as a sample only. Customers are responsible for all customization and implementation of their web apps.
63-
6462
## Modifying the application user interface
6563

6664
The environment variables relevant to user interface customization are:

0 commit comments

Comments
 (0)