Add push-button GitHub Actions deploy for the AKS zone-down demo - #29
Open
Nikhil Kaul (nikhilkaul1234) wants to merge 2 commits into
Open
Add push-button GitHub Actions deploy for the AKS zone-down demo#29Nikhil Kaul (nikhilkaul1234) wants to merge 2 commits into
Nikhil Kaul (nikhilkaul1234) wants to merge 2 commits into
Conversation
workflow_dispatch workflow (OIDC via azure/login, gated by an environment) that runs deploy.sh or cleanup.sh and surfaces the storefront URL, infrastructure resource group, and target zone in the job summary. README documents the one-time OIDC setup and keeps Cloud Shell as the recommended first-touch path.
Nikhil Kaul (nikhilkaul1234)
requested review from
abhiajm and
Brent Rusinow (brrusino)
as code owners
July 30, 2026 19:24
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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.
Follow-up to #28: a
workflow_dispatchworkflow that deploys or cleans up the zone-down demo from the Actions tab, for teams that already connect GitHub to Azure with OIDC..github/workflows/aks-zone-down-demo.yml:deploy/cleanupoperation input plus resource group/location/cluster inputs; authenticates withazure/loginOIDC; runs the existing sample scripts; surfaces the storefront URL, infrastructure resource group, and target zone in the job summary. Uses anaks-zone-down-demoenvironment so runs can be gated with approvals.No changes to the scripts themselves.