Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AppService] Fix #22332: az appservice plan create: Fix windows container app service plan creation for ASEv3 #22349

Closed
wants to merge 1 commit into from

Conversation

PramodValavala-MSFT
Copy link
Contributor

Related command

az appservice plan create --name {} --resource-group {} --app-service-environment {} --hyper-v --sku {}

Description

Windows Container are supported from ASEV3 but is not possible to create an app service plan for windows containers using Azure CLI today

Resolves #22332

Testing Guide

Creating an ASP for Windows Containers should work on ASEv3 but fail for ASEv2 and ASEv1, with the following command

az appservice plan create --name {} --resource-group {} --app-service-environment {} --hyper-v --sku {}

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

@ghost ghost added the Auto-Assign Auto assign by bot label May 10, 2022
@ghost ghost requested review from wangzelin007 and yonzhan May 10, 2022 17:46
@ghost ghost assigned zhoxing-ms May 10, 2022
@ghost ghost added this to the May 2022 (2022-05-24) - For Build milestone May 10, 2022
@ghost ghost added the App Services az appservice label May 10, 2022
@ghost ghost assigned jsntcy May 10, 2022
@ghost ghost added the ContainerApp label May 10, 2022
@panchagnula
Copy link
Contributor

@PramodValavala-MSFT please don't take this change - if this a known issue please reach out to PG to make the right change with the testing. this is a very popular & highly used command & needs to be understood by PG team who maintain these commands. Thanks!

@PramodValavala-MSFT PramodValavala-MSFT added the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App Services az appservice Auto-Assign Auto assign by bot bug This issue requires a change to an existing behavior in the product in order to be resolved. ContainerApp
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot create Windows Container on ASEV3
4 participants