Skip to content

Route webapp create stack configuration fix to Azure CLI core - #10176

Draft
Aditya Pujara (a0x1ab) with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-az-webapp-create-issue-33835
Draft

Route webapp create stack configuration fix to Azure CLI core#10176
Aditya Pujara (a0x1ab) with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-az-webapp-create-issue-33835

Conversation

Copilot AI commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Related command

az webapp create

The selected App Service stack’s siteConfigPropertiesDictionary is not applied to the create payload. This repository’s webapp extension only contributes webapp scan commands; webapp create is implemented by Azure CLI’s core App Service module.

  • Scope
    • No extension override added.
    • Required fix belongs in Azure/azure-cli where the create payload is constructed.

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally? (pip install azdev required)
  • My extension version conforms to the Extension version schema

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update src/index.json automatically.
You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify src/index.json.

@azure-client-tools-bot-prd

Copy link
Copy Markdown

Hi Copilot,
Please write the description of changes which can be perceived by customers into HISTORY.rst.
If you want to release a new extension version, please update the version in setup.py as well.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

@yonzhan

Copy link
Copy Markdown
Collaborator

webapp

@a0x1ab Aditya Pujara (a0x1ab) added azure-client-tools-agent Pull request reviewed by Azure Client Tools Agent and removed azure-client-tools-agent Pull request reviewed by Azure Client Tools Agent labels Aug 6, 2026
@a0x1ab Aditya Pujara (a0x1ab) added the Azure Client Tools Agent Requested Request Azure Client Tools Agent testing and review label Aug 20, 2026
@azure-client-tools-agent

Copy link
Copy Markdown

Live test skipped

⏭️ Skipping the live test for this revision because no new test file was added (tests/**/test_*.py).

The live-test pipeline runs only the test files a PR changes, so there is nothing to execute for this commit. This is informational — a regression test is encouraged where it makes sense, but not required. If a test file is added in a later commit, the live test will run automatically.

@azure-client-tools-agent azure-client-tools-agent Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

CI Review Summary

All checks passed ✅ (2/2). The live-test tester was skipped because this PR does not change any test files (tests/**/test_*.py).

This PR looks good from an automation standpoint.

@azure-client-tools-agent azure-client-tools-agent Bot added azure-client-tools-agent Pull request reviewed by Azure Client Tools Agent and removed Azure Client Tools Agent Requested Request Azure Client Tools Agent testing and review labels Aug 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[webapp] az webapp create ignores siteConfigPropertiesDictionary from the selected App Service stack

3 participants