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: 03-Azure/01-03-Infrastructure/12_Azure_Copilot/Readme.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,13 +75,15 @@ In order to use the MicroHack time most effectively, the following tasks should
75
75
3.**Agents (Preview) access** — Your tenant must have access to Agents (preview) in Azure Copilot. Access is managed at the tenant level and rolled out gradually. Check with your tenant administrator, or [request access](https://aka.ms/azurecopilot/agents/feedbackprogram).
76
76
4.**WebSocket connections** — Your organization must allow WebSocket connections to `https://directline.botframework.com`. Ask your network administrator to enable this if blocked.
77
77
5.[Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed and logged in (`az login`). **Hint:** Make sure to use the latest version available.
78
+
6.[PowerShell 7+](https://learn.microsoft.com/powershell/scripting/install/installing-powershell) (pwsh) — required for all deployment and test scripts. **Hint:** On macOS install via `brew install powershell/tap/powershell`.
78
79
79
80
In summary:
80
81
81
82
- Azure Subscription (Contributor role)
82
83
- Azure Copilot enabled for your tenant
83
84
- Agents (Preview) enabled for your tenant
84
85
- Azure CLI installed
86
+
- PowerShell 7+ (pwsh) installed
85
87
- WebSocket connectivity to `directline.botframework.com`
86
88
87
89
Permissions for the deployment:
@@ -145,4 +147,4 @@ Running all resources for one day costs approximately **$11.50–14**. For a 2-d
Copy file name to clipboardExpand all lines: 03-Azure/01-03-Infrastructure/12_Azure_Copilot/challenges/challenge-06.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,9 @@ Simulate a Cosmos DB connection issue investigation:
113
113
114
114
### Task 3: Troubleshoot AKS Cluster Issues (10 min)
115
115
116
+
> [!NOTE]
117
+
> No AKS cluster is deployed as part of the lab. This task is exploratory — you can select an existing AKS cluster in your subscription, or simply follow the prompts to see what guidance Azure Copilot provides without a specific resource selected.
118
+
116
119
Investigate Kubernetes cluster problems:
117
120
118
121
1. Start a new conversation with agent mode enabled
Copy file name to clipboardExpand all lines: 03-Azure/01-03-Infrastructure/12_Azure_Copilot/challenges/finish.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
## Congratulations
6
6
7
-
Congratulations! :partying_face: You finished the MicroHack for Azure Copilot.
7
+
Congratulations! 🥳 You finished the MicroHack for Azure Copilot.
8
8
9
9
We hope you've had the opportunity to experience Azure Copilot and its five specialized agents — Deployment, Observability, Optimization, Resiliency, and Troubleshooting.
0 commit comments