Add Azure Copilot MicroHack (12_Azure_Copilot) - #329
Merged
Andreas Schwarz (ASchwarz1984) merged 1 commit intoMar 23, 2026
Merged
Add Azure Copilot MicroHack (12_Azure_Copilot)#329Andreas Schwarz (ASchwarz1984) merged 1 commit into
Andreas Schwarz (ASchwarz1984) merged 1 commit into
Conversation
MSFT-LarsFisch (MSFT-LarsFisch)
requested review from
Andreas Schwarz (ASchwarz1984) and
MSFT-LarsFisch (MSFT-LarsFisch)
March 20, 2026 14:31
Collaborator
|
I like this idea! Will check the PR soon Andreas Schwarz (@ASchwarz1984), please also review the content |
Andreas Schwarz (ASchwarz1984)
approved these changes
Mar 20, 2026
Andreas Schwarz (ASchwarz1984)
left a comment
Collaborator
There was a problem hiding this comment.
I like this as well; it looks good. Dmitriy Nekrasov (@nekdima) , can this MH be run multiple times in parallel, for example, with 10 participants at once in a single subscription? When I check the resource deployments, it seems there is only one deployment, which can't be used by multiple users at the same time?
7-challenge workshop covering Azure Copilot and its 5 specialized agents (Deployment, Observability, Optimization, Resiliency, Troubleshooting). Features: - Progressive challenges from Copilot basics to multi-agent capstone - Bicep IaC with per-participant suffix isolation for parallel deployments - HackboxConsole-compatible lab/Deploy-Lab.ps1 entry point - Playwright E2E test suite for automated validation - Multi-agent GitHub Copilot architecture (6 agent configs) - Buggy Flask app for observability and troubleshooting scenarios Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
|
Andreas Schwarz (@ASchwarz1984), you're absolutely right regarding the scaling. Each participant will need an instance of infra, fixed. |
Dmitriy Nekrasov (nekdima)
requested a review
from Andreas Schwarz (ASchwarz1984)
March 20, 2026 18:27
Member
|
Looks good |
Marco Weber (qxsch)
self-requested a review
March 21, 2026 21:15
Marco Weber (qxsch)
approved these changes
Mar 21, 2026
Contributor
Author
|
MSFT-LarsFisch (@MSFT-LarsFisch) , Andreas Schwarz (@ASchwarz1984) could you please provide your final review and approve the merge? |
Andreas Schwarz (ASchwarz1984)
merged commit Mar 23, 2026
4cc7f4e
into
microsoft:main
2 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a new Azure Copilot MicroHack (
12_Azure_Copilot) — a hands-on workshop covering GitHub Copilot usage for Azure cloud development.What's Included
7 progressive challenges covering:
Infrastructure as Code — Bicep modules for provisioning workshop resources
Playwright E2E test suite — Automated tests validating each challenge
PowerShell deployment/teardown scripts
Walkthrough solutions for all challenges
Changes