Skip to content

Common Configuration

Andy Xu(devdiv) edited this page Aug 24, 2021 · 17 revisions

The three Maven Plugins for Azure Web App/Functions/Spring Cloud support below configuration properties.

Property Required Description Version
<subscriptionId> false Specifies the target subscription.
Use this setting when you have multiple subscriptions in your authentication file.
WebApp:0.1.0
Function:0.1.0
Spring:1.0.0
<allowTelemetry> false Specifies whether to allow this plugin to send telemetry data; default value is true. WebApp:0.1.0
Function:0.1.0
Spring:1.0.0
<auth> false Specifies auth configuration. For more infos, please refer here WebApp:0.1.0
Function:0.1.0
<region> false Specifies location. To get the full list of you account, you can try to run az account list-locations. WebApp:0.1.0
Function:0.1.0
<pricingTier> false Specifies the pricing tier. It is specific to your service types, for example: P1v2 for Azure Webapp and Consumption for Azure Functions. WebApp:0.1.0
Function:0.1.0
<appSettings> false Specifies the application settings for your azure resources, example: <property><name>foo</name><value>bar</value></property> WebApp:0.1.4
Function:0.1.0
<httpProxyHost> false Deprecated, see this Doc
<httpProxyPort> false Deprecated, see this Doc
<skip> false Specifies whether to skip execution. Default value is false. WebApp:0.1.4
Function:0.1.0

Clone this wiki locally