You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/lab-instructions.md
+4-12Lines changed: 4 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,14 +150,6 @@ Now, you'll use the Azure Developer CLI (azd) to *start* provisioning all the ne
150
150
151
151
Follow the prompts to authenticate in your browser. Close the browser tab after successful login and return to VS Code.
152
152
153
-
>[!alert] You may see warnings that your version of azd is out of date. You can run the following command to update azd. The process only takes a minute or two.
154
-
>
155
-
>winget upgrade Microsoft.Azd
156
-
>
157
-
> [!note] If successful, in VSCode Terminal, you should see *Logged in to Azure as **@lab.CloudPortalCredential(User1).Username***
158
-
159
-
160
-
161
153
3.[]**Set up the azd Environment:**
162
154
163
155
An azd environment stores configuration details like subscription ID and location. Create a new environment for this lab (this will be unique to each lab environment):
@@ -386,7 +378,7 @@ This application uses the **Microsoft Agent Framework** with **agent-framework-a
386
378
"""Orchestration that chains multiple agent calls."""
387
379
388
380
# Get the DeepWiki agent wrapper for orchestration use
0 commit comments