Skip to content

Commit cd4a65c

Browse files
committed
add update info
1 parent 36657c0 commit cd4a65c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/ai-studio/tutorials/deploy-chat-web-app.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,9 @@ By default, the web app is only accessible to you. In this tutorial, you add aut
173173

174174
:::image type="content" source="../media/tutorials/chat/azure-portal-app-service.png" alt-text="Screenshot of web app authentication menu item under settings in the Azure portal." lightbox="../media/tutorials/chat/azure-portal-app-service.png":::
175175

176+
1. If you see **Microsoft** listed an Identity provider on this page, you can skip the next step.
176177
1. Add an identity provider with the following settings:
177-
- **Identity provider**: Select Microsoft as the identity provider. The default settings on this page restrict the app to your tenant only, so you don't need to change anything else here.
178+
- **Identity provider**: Select Microsoft as the identity provider. The default settings on this page restrict the app to your tenant only, so you don't need to change anything else here.
178179
- **Tenant type**: Workforce
179180
- **App registration**: Create a new app registration
180181
- **Name**: *The name of your web app service*
@@ -212,6 +213,10 @@ Once you enable chat history, your users are able to show and hide it in the top
212213

213214
If you delete the Cosmos DB resource but keep the chat history option enabled on the studio, your users are notified of a connection error, but can continue to use the web app without access to the chat history.
214215

216+
## Update the web app
217+
218+
Use the playground to add more data or test the model with different scenarios. When you're ready to update the web app with the new model, select **Deploy > ...as a web app** again. Select **updat an existing web app** and choose the existing web app from the list. The new model deploys to the existing web app.
219+
215220
## Clean up resources
216221

217222
To avoid incurring unnecessary Azure costs, you should delete the resources you created in this quickstart if they're no longer needed. To manage resources, you can use the [Azure portal](https://portal.azure.com?azure-portal=true).

0 commit comments

Comments
 (0)