Skip to content

Commit 7388b64

Browse files
Merge pull request #2676 from sdgilley/sdg-uuf
update copilot-sdk-create-resource
2 parents ea448c1 + 18591d6 commit 7388b64

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

articles/ai-studio/tutorials/copilot-sdk-create-resources.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ Create a folder for your work. Create a file called **config.py** in this folder
138138

139139
:::code language="python" source="~/azureai-samples-main/scenarios/rag/custom-rag-app/config.py":::
140140

141+
> [!NOTE]
142+
> This script also uses a package you haven't installed yet, `azure.monitor.opentelemetry`. You'll install this package in the next part of the tutorial series.
141143

142144
## Configure environment variables
143145

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

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

4242
- 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.
4343

44-
- A **Microsoft.Web** resource provider registered in the selected subscription, to be able to deploy to a web app. For more information on registering a resource provide, see [Register resource provider](/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider-1).
44+
- A **Microsoft.Web** resource provider registered in the selected subscription, to be able to deploy to a web app. For more information on registering a resource provider, see [Register resource provider](/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider-1).
4545

4646
- Necessary permissions to add role assignments in your Azure subscription. Granting permissions by role assignment is only allowed by the Owner of the specific Azure resources.
4747

@@ -207,6 +207,7 @@ You're almost there. Now you can test the web app.
207207
1. If you changed settings, wait 10 minutes or so for the authentication settings to take effect.
208208
1. Return to the browser tab containing the chat playground page in the Azure AI Foundry portal.
209209
1. Select **Launch** to launch the deployed web app. If prompted, accept the permissions request.
210+
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.
210211

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

0 commit comments

Comments
 (0)