[AppService] az webapp status: Add new command to show per-instance Site Runtime Status#33632
Open
HaripriyaMehta wants to merge 8 commits into
Open
[AppService] az webapp status: Add new command to show per-instance Site Runtime Status#33632HaripriyaMehta wants to merge 8 commits into
HaripriyaMehta wants to merge 8 commits into
Conversation
|
Validation for Azure CLI Full Test Starting...
Thanks for your contribution! |
|
Hi @HaripriyaMehta, |
|
Validation for Breaking Change Starting...
Thanks for your contribution! |
Collaborator
|
AppService |
Contributor
|
@HaripriyaMehta please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
vageorge00
reviewed
Jun 24, 2026
vageorge00
reviewed
Jun 24, 2026
vageorge00
reviewed
Jun 24, 2026
vageorge00
reviewed
Jun 24, 2026
e6d1aff to
76a2ba8
Compare
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.
Related command
az webapp statusDescription
Adds a new
az webapp statuscommand that surfaces the per-instance Site Runtime Statusfor a web app by calling the
siteStatusARM API. Supports:--slotto target a deployment slot--instanceto filter to a single instance (runaz webapp list-instancesto discover IDs)Output is rendered as a table via a transformer, with error columns shown only when an
instance reports a
lastError.Screenshots of Output:
Testing
WebappStatusScenarioTest(recorded scenario test, NODE|22-lts Linux app).TestWebappStatusMockedwith 5 mocked unit tests covering slot/instance URLconstruction, output formatting, and the missing-instance error path.
azdev style appservice→ PASSED (pylint + flake8)azdev linter --include-whl-extensions appservice→ No violations foundazdev test test_webapp_status TestWebappStatusMocked→ 6 passedHistory Notes
[AppService]
az webapp status: Add new command to show per-instance Site Runtime Status