Skip to content

Commit 45e45fe

Browse files
committed
move cli instructions in tutorial
1 parent 0a87090 commit 45e45fe

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,11 @@ In the Azure AI Foundry portal, check for an Azure AI Search connected resource.
110110
111111
1. Select **Add connection**.
112112

113-
## <a name="installs"></a> Install the Azure CLI and sign in
114-
115-
[!INCLUDE [Install the Azure CLI](../includes/install-cli.md)]
116113

117114
## Create a new Python environment
118115

116+
In the IDE of your choice, create a new folder for your project. Open a terminal window in that folder.
117+
119118
[!INCLUDE [Install Python](../includes/install-python.md)]
120119

121120
## Install packages
@@ -145,6 +144,12 @@ Create a folder for your work. Create a file called **config.py** in this folder
145144

146145
[!INCLUDE [create-env-file](../includes/create-env-file-tutorial.md)]
147146

147+
## <a name="installs"></a> Install the Azure CLI and sign in
148+
149+
[!INCLUDE [Install the Azure CLI](../includes/install-cli.md)]
150+
151+
Keep this terminal window open to run your python scripts from here as well, now that you've signed in.
152+
148153
## Clean up resources
149154
150155
To avoid incurring unnecessary Azure costs, you should delete the resources you created in this tutorial 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)