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

[Feature]: New-AzAppServicePlan does not support P5mv3 #21933

Closed
yuna-s opened this issue May 29, 2023 · 2 comments
Closed

[Feature]: New-AzAppServicePlan does not support P5mv3 #21933

yuna-s opened this issue May 29, 2023 · 2 comments
Assignees
Labels
App Services aka WebSites feature-request This issue requires a new behavior in the product in order be resolved. Service Attention This issue is responsible by Azure service team.

Comments

@yuna-s
Copy link

yuna-s commented May 29, 2023

Description of the new feature

New-AzAppServicePlan does not support new version of PremiumV3 tier(P5mV3). cf. https://learn.microsoft.com/en-us/azure/app-service/app-service-configure-premium-tier

Steps to reproduce

$ResourceGroupName = "temp"
$Location = "East Japan"
$Tier = "PremiumMV3"
$AppServicePlanName = "app-plan-p5mv3"

$ResourceGroup = New-AzResourceGroup -Name $ResourceGroupName -Location $Location
$JobAppServicePlan = New-AzAppServicePlan -ResourceGroupName $ResourceGroupName -Location $Location -Name $AppServicePlanName -Tier $Tier

I can create a P5MV3 plan with az command in the region.

az appservice plan create -g temp -n AppServicePlan --sku P5MV3 --location JapanEast

Proposed implementation details (optional)

Module versions

ModuleType Version    PreRelease Name                                ExportedCommands
---------- -------    ---------- ----                                ----------------
Script     2.12.3                Az.Accounts                         {Add-AzEnvironment, Clear-AzConfig, Clear-AzContext, Clear-AzDefault…}
Script     3.0.0                 Az.Websites                         {Add-AzWebAppAccessRestrictionRule, Add-AzWebAppTrafficRouting, Edit-AzWebAppBackupConfiguration, Get-AzAppServiceEnvironment…}
Manifest   7.0.0.0               Microsoft.PowerShell.Management     {Add-Content, Clear-Content, Clear-Item, Clear-ItemProperty…}
Manifest   7.0.0.0               Microsoft.PowerShell.Security       {ConvertFrom-SecureString, ConvertTo-SecureString, Get-Acl, Get-AuthenticodeSignature…}
Manifest   7.0.0.0               Microsoft.PowerShell.Utility        {Add-Member, Add-Type, Clear-Variable, Compare-Object…}
Script     1.4.8.1               PackageManagement                   {Find-Package, Find-PackageProvider, Get-Package, Get-PackageProvider…}
Script     2.2.5                 PowerShellGet                       {Find-Command, Find-DscResource, Find-Module, Find-RoleCapability…}
Script     2.2.6                 PSReadLine                          {Get-PSReadLineKeyHandler, Get-PSReadLineOption, Remove-PSReadLineKeyHandler, Set-PSReadLineKeyHandler…}
@yuna-s yuna-s added feature-request This issue requires a new behavior in the product in order be resolved. needs-triage This is a new issue that needs to be triaged to the appropriate team. labels May 29, 2023
@ghost ghost removed the needs-triage This is a new issue that needs to be triaged to the appropriate team. label May 29, 2023
@isra-fel isra-fel added App Services aka WebSites Service Attention This issue is responsible by Azure service team. labels May 30, 2023
@ghost
Copy link

ghost commented May 30, 2023

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @antcp, @AzureAppServiceCLI.

Issue Details

Description of the new feature

New-AzAppServicePlan does not support new version of PremiumV3 tier(P5mV3). cf. https://learn.microsoft.com/en-us/azure/app-service/app-service-configure-premium-tier

Steps to reproduce

$ResourceGroupName = "temp"
$Location = "East Japan"
$Tier = "PremiumMV3"
$AppServicePlanName = "app-plan-p5mv3"

$ResourceGroup = New-AzResourceGroup -Name $ResourceGroupName -Location $Location
$JobAppServicePlan = New-AzAppServicePlan -ResourceGroupName $ResourceGroupName -Location $Location -Name $AppServicePlanName -Tier $Tier

I can create a P5MV3 plan with az command in the region.

az appservice plan create -g temp -n AppServicePlan --sku P5MV3 --location JapanEast

Proposed implementation details (optional)

Module versions

ModuleType Version    PreRelease Name                                ExportedCommands
---------- -------    ---------- ----                                ----------------
Script     2.12.3                Az.Accounts                         {Add-AzEnvironment, Clear-AzConfig, Clear-AzContext, Clear-AzDefault…}
Script     3.0.0                 Az.Websites                         {Add-AzWebAppAccessRestrictionRule, Add-AzWebAppTrafficRouting, Edit-AzWebAppBackupConfiguration, Get-AzAppServiceEnvironment…}
Manifest   7.0.0.0               Microsoft.PowerShell.Management     {Add-Content, Clear-Content, Clear-Item, Clear-ItemProperty…}
Manifest   7.0.0.0               Microsoft.PowerShell.Security       {ConvertFrom-SecureString, ConvertTo-SecureString, Get-Acl, Get-AuthenticodeSignature…}
Manifest   7.0.0.0               Microsoft.PowerShell.Utility        {Add-Member, Add-Type, Clear-Variable, Compare-Object…}
Script     1.4.8.1               PackageManagement                   {Find-Package, Find-PackageProvider, Get-Package, Get-PackageProvider…}
Script     2.2.5                 PowerShellGet                       {Find-Command, Find-DscResource, Find-Module, Find-RoleCapability…}
Script     2.2.6                 PSReadLine                          {Get-PSReadLineKeyHandler, Get-PSReadLineOption, Remove-PSReadLineKeyHandler, Set-PSReadLineKeyHandler…}
Author: yuna-s
Assignees: -
Labels:

App Services, feature-request, Service Attention

Milestone: -

Kotasudhakarreddy added a commit to Kotasudhakarreddy/azure-powershell that referenced this issue Jun 7, 2023
vidai-msft pushed a commit that referenced this issue Jun 8, 2023
… `New-AzAppServicePlan` (#22016)

* [AppService]: feature #21933 Added support for the PremiumMV3 tier to `New-AzResourceGroup`

* Corrected the changelog
@Kotasudhakarreddy Kotasudhakarreddy self-assigned this Jun 8, 2023
@Kotasudhakarreddy
Copy link
Contributor

Issue has been fixed. But still you can only use it until P4MV3, because in PowerShell we are supporting only 4 Workers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App Services aka WebSites feature-request This issue requires a new behavior in the product in order be resolved. Service Attention This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

3 participants