Skip to content

webapp:Unable to create serviceplan using the CLI (System.Collections.Generic.HashSet`1[System.String]) #9792

Description

@liron-navon

version 2.0.62

Describe the bug
I'm trying to create an appservice plan using azure cli from the pipeline (azure devops => pipelines => releases => Azure CLI block => inline script), but it doesn't work and throws a very cryptic error message (see "additional context").

Also apparently sku is required, even though the documentation says it's optional.

To Reproduce
You can replace the sku here with different types like B1 or "S1" - but none work.
I also tried with different configurations, but it doesn't work with any.

az appservice plan create -g MyResourceGroup -n MyPlan --number-of-workers 4 --sku S1 --is-linux

As seen in the documentation

Expected behavior
A service plan should be created

Environment summary
Azure pipeline

Additional context

2019-06-25T11:51:51.4165536Z ERROR: This version of AppServiceEnvironments only supports System.Collections.Generic.HashSet`1[System.String] Sku(s).

Metadata

Metadata

Assignees

Labels

App Servicesaz appserviceService AttentionThis issue is responsible by Azure service team.

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions