[AppService] az webapp status: Add new command to show per-instance Site Runtime Status#33632
[AppService] az webapp status: Add new command to show per-instance Site Runtime Status#33632HaripriyaMehta wants to merge 9 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! |
|
AppService |
|
@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”),
|
e6d1aff to
76a2ba8
Compare
7464742 to
18591c0
Compare
| * Fix #33180: `az functionapp plan create`: Simplify reserved parameter assignment in AppServicePlan (#33202) | ||
| * `az webapp sitecontainers convert`: Add support for converting Docker Compose multi-container apps to Sitecontainers mode (#33131) | ||
| * `az webapp up/deploy`: Add `--enriched-errors` parameter to see detailed deployment failure log (#32940) | ||
| * `az webapp status`: Add new command to show per-instance Site Runtime Status (#33632) |
There was a problem hiding this comment.
This needs to be reverted and it is auto generated.
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