Skip to content

[App Service] az webapp deploy: Add friendly name deploymentTag used to identify the deployment - #34134

Open
Shi1810 wants to merge 3 commits into
Azure:devfrom
Shi1810:user/shikhajhadeploytag
Open

Shi1810 wants to merge 3 commits into
Azure:devfrom
Shi1810:user/shikhajhadeploytag

Conversation

@Shi1810

@Shi1810 Shi1810 commented Sep 25, 2026 •

Copy link
Copy Markdown
Contributor

🤖 PR Validation — ⚠️ Review suggested

Breaking Changes Tests
⚠️ None ️✔️ 130/130
⚠️AzureCLI-BreakingChangeTest
⚠️appservice
rule cmd_name rule_message suggest_message
⚠️ 1008 - ParaPropAdd webapp deploy cmd webapp deploy update parameter tag: added property options_deprecate_info=[{'target': '--tag', 'redirect': '--deploymentTag'}]
⚠️ 1010 - ParaPropUpdate webapp deploy cmd webapp deploy update parameter tag: updated property name from tag to deployment_tag
⚠️ 1010 - ParaPropUpdate webapp deploy cmd webapp deploy update parameter tag: updated property options from ['--tag'] to ['--deploymentTag', '--tag']

Related command

az webapp deploy

Description

This PR adds a capability to give friendly name to az webapp deploy commands via --deploymentTag to identify the deployment.

Testing Guide

az webapp deploy --resource-group shikhajhatestingrg --name shikhajha-securebuild-euap-2 --src-path ..live-secure-build-vulnerable.zip --type zip --async true --deploymentTag screenshot-live-test
image
image

History Notes

[App Service] az webapp deploy: Add --deploymentTag parameter to give friendly name to deployment


This checklist is used to make sure that common guidelines for a pull request are followed.

@Shi1810
Shi1810 requested a review from a team as a code owner September 25, 2026 11:17
Copilot AI lite review requested due to automatic review settings September 25, 2026 11:17
@azure-client-tools-bot-prd

Copy link
Copy Markdown

Hi Shi1810,
Since the current milestone time is less than 7 days, this pr will be reviewed in the next milestone.

@microsoft-github-policy-service microsoft-github-policy-service Bot added the customer-reported Issues that are reported by GitHub users external to the Azure organization. label Sep 25, 2026
@microsoft-github-policy-service

Copy link
Copy Markdown
Contributor

Thank you for your contribution Shi1810! We will review the pull request and get back to you soon.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot review overview

🟡 Changes recommended

One or more issues must be addressed before approval.

Get a fresh assessment by requesting another Copilot review.

Review effort: Lite
Findings: 1 High severity

Open (1)
What changed in this PR

Adds a friendly deployment identifier to az webapp deploy for Linux web apps.

Changes:

  • Adds --deploymentTag.
  • Passes the value to OneDeploy requests.
  • Updates Windows-app warning coverage.
File Description
src/​azure-cli/​azure/​cli/​command_modules/​appservice/​tests/​latest/​test_webapp_commands_thru_mock.py Updated as part of this pull request.
src/​azure-cli/​azure/​cli/​command_modules/​appservice/​custom.py Updated as part of this pull request.
src/​azure-cli/​azure/​cli/​command_modules/​appservice/​_params.py Updated as part of this pull request.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread src/azure-cli/azure/cli/command_modules/appservice/_params.py Outdated
@yonzhan

Copy link
Copy Markdown
Collaborator

App Service

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

act-observability-squad Auto-Assign Auto assign by bot customer-reported Issues that are reported by GitHub users external to the Azure organization. Web Apps az webapp

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants