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 commented on or reviewed by Azure Client Tools Agent and removed azure-client-tools-agent Pull request commented on or reviewed by Azure Client Tools Agent labels Aug 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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