azure-maven-plugins icon indicating copy to clipboard operation
azure-maven-plugins copied to clipboard

Deployment failures with Isolated App Services

Open Zangriev opened this issue 4 years ago • 5 comments

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.

Zangriev avatar Jun 29 '20 11:06 Zangriev

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

Flanker32 avatar Jul 01 '20 05:07 Flanker32

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

Flanker32 avatar Jul 01 '20 06:07 Flanker32

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.

weidongxu-microsoft avatar Jul 10 '20 02:07 weidongxu-microsoft

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

haraldatbmw avatar Jul 01 '21 11:07 haraldatbmw

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

andxu avatar Aug 09 '21 08:08 andxu