microsoft / azure-maven-plugins

Maven plugins for Azure
MIT License
274 stars 146 forks source link

Deployment failures with Isolated App Services #1097

Open Zangriev opened 4 years ago

Zangriev commented 4 years ago

Plugin name and version

zure-webapp-maven-plugin:1.8.0:deploy

Plugin configuration in your pom.xml

<pricingTier>I1</pricingTier>

Expected behavior

Deployment succeeds

Actual behavior

Caused by: org.apache.maven.plugin.MojoExecutionException: Unknown value of the pricingTier.

Steps to reproduce the problem

Changing pricing tier to an Isolated App Service Pricing tier will cause deployment failures because Isolated App Services seem to be not supported.

Flanker32 commented 4 years ago

@Zangriev Thanks for your report and sorry for the late reply, will looking into this issue sson.

Flanker32 commented 4 years ago

Maven plugin uses azure mgmt sdk for resource management, and Pricing in azure sdk didn't support Isolated , will update here once there are updates

weidongxu-microsoft commented 4 years ago

For supporting of the isolated SKU (I1 I2 I3), it need to have a App Service Environment. Current app service plan had yet to support for App Service Environment.

And I guess in maven toolkit some configuration is also needed to let user provide this ASE.

haraldatbmw commented 3 years ago

Any new on this issue? This maven plugin should support App Service Environment (v3) with App Service Plans (I1V2, I2V2, I3V2).

andxu commented 3 years ago

@haraldatbmw Sorry to tell you that: currently , ASE is not supported by maven tooling.