Update CLM agentic hack: local-first Challenge 1 setup, remove redundant community files, lab-defaults tweaks - #429
Merged
Marco Weber (qxsch) merged 7 commits intoAug 19, 2026
Conversation
…agentic hack Mirrors the change made in glejdis/microhack-aiagents. These duplicate community-health files are already provided at the microsoft/MicroHack repo root, so they are redundant inside the hack folder. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
… norwayeast, spaincentral)
…aces optional Mirrors glejdis/microhack-aiagents: Task 1 now leads with clone + Dev Containers in VS Code; GitHub Codespaces moved to an optional note. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Relocate azure.yaml, Dockerfile, .dockerignore, .gitignore, .gitattributes, and requirements.txt into src/ and update all references so azd, the container build, CI, and docs still work. - azd is now run from src/ (cd src && azd up); azure.yaml infra.path and postprovision hook paths adjusted accordingly. - Docker build context is now src/; deploy scripts use --source src and .dockerignore rewritten for the src/ context. - write_env.py and setup_sharepoint_corpus.py run azd with cwd=src/. - CI, devcontainer, and all docs/challenges/walkthroughs updated. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 1ad09303-8cf2-472e-bfa3-04af5233d633
…t .gitignore Mirrors glejdis/microhack-aiagents#111 into the upstream hack path: add .gitignore (protects repo-root .env), .devcontainer/post-create.sh (pip install + best-effort msodbcsql18), .devcontainer/.gitattributes, and point devcontainer.json postCreateCommand at the script. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 84082b7c-f262-4c92-90b7-1649bce45bfc
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
Mirrors recent changes from the upstream development repo
glejdis/microhack-aiagentsinto the Agentic Contract Lifecycle Management hack folder (03-Azure/01-04-AI/04_Agentic_Contract_Lifecycle_Management/):microsoft/MicroHackrepo root, so per-hack copies are redundant and can drift:LICENSESECURITY.mdSUPPORT.mdCODE_OF_CONDUCT.mdchallenges/challenge-01.md— make local VS Code (Dev Containers) the primary setup path and move GitHub Codespaces into an optional note; generalize the downstream "Codespace terminal/editor" references to "VS Code" so the walkthrough stays consistent.labautomation/lab-defaults.json:estimatedDailyCostsUsdfrom5.0to15.0(updates the per-user/day estimate used by the lifecycle cost wizard).preferredLocationfromswedencentral, westeurope, norwayeasttoswedencentral, norwayeast, spaincentral(region priority order for deployment).src/— relocateazure.yaml,Dockerfile,.dockerignore,.gitignore,.gitattributes, andrequirements.txtfrom the hack-folder root intosrc/, and update every reference (deploy scripts, CI, devcontainer, docs, challenges, walkthroughs) so behavior is preserved:src/(cd src && azd up);azure.yamlinfra.pathand postprovision hook paths adjusted accordingly.src/; deploy scripts pass--source srcand.dockerignorewas rewritten for the new context.write_env.pyandsetup_sharepoint_corpus.pyinvokeazdwithcwd=src/.Context
No challenge logic or application source behavior changes. The community-file removals, Challenge 1 reframing, and
lab-defaults.jsontweaks are content/config only. Thesrc/relocation changes how the tooling is invoked (azd now runs fromsrc/, the Docker build context is nowsrc/) while preserving the resulting deployment — all references across scripts, CI, and docs were updated to match.