Skip to content

Commit 43e1c3b

Browse files
committed
add info
1 parent c1f9a3c commit 43e1c3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The steps in this tutorial are:
4040

4141
- A local copy of product data. The [Azure-Samples/rag-data-openai-python-promptflow repository on GitHub](https://github.com/Azure-Samples/rag-data-openai-python-promptflow/) contains sample retail product information that's relevant for this tutorial scenario. Specifically, the `product_info_11.md` file contains product information about the TrailWalker hiking shoes that's relevant for this tutorial example. [Download the example Contoso Trek retail product data in a ZIP file](https://github.com/Azure-Samples/rag-data-openai-python-promptflow/raw/refs/heads/main/tutorial/data/product-info.zip) to your local machine.
4242

43-
- A **Microsoft.Web** resource provider registered in the selected subscription, to be able to deploy to a web app.
43+
- A **Microsoft.Web** resource provider registered in the selected subscription, to be able to deploy to a web app. [Learn how to register a resource provider](/azure-resource-manager/management/resource-providers-and-types).
4444

4545
## Add your data and try the chat model again
4646

@@ -126,6 +126,7 @@ You're almost there! Now you can test the web app.
126126
1. Wait 10 minutes or so for the authentication settings to take effect.
127127
1. Return to the browser tab containing the chat playground page in Azure AI Foundry portal.
128128
1. Select **Launch** to launch the deployed web app. If prompted, accept the permissions request.
129+
1. If you don't see **Launch** in the playground, select **Web apps** from the left pane, then select your app from the list to launch it.
129130

130131
*If the authentication settings haven't yet taken effect, close the browser tab for your web app and return to the chat playground in Azure AI Foundry portal. Then wait a little longer and try again.*
131132

0 commit comments

Comments
 (0)