Common Configuration - microsoft/azure-maven-plugins GitHub Wiki
The three Maven Plugins for Azure Web App/Functions/Spring Cloud support below configuration properties.
Property | Required | Description |
---|---|---|
<subscriptionId> |
false | Specifies the target subscription. Use this setting when you have multiple subscriptions in your authentication file. |
<allowTelemetry> |
false | Specifies whether to allow this plugin to send telemetry data; default value is true. |
<auth> |
false | Specifies auth configuration. For more infos, please refer here |
<region> |
false | Specifies location. To get the full list of you account, you can try to run az account list-locations . |
<pricingTier> |
false | Specifies the pricing tier. It is specific to your service types, for example: P1v2 for Azure Webapp and Consumption for Azure Functions. |
<appSettings> |
false | Specifies the application settings for your azure resources, example: <property><name>foo</name><value>bar</value></property>
|
<httpProxyHost> |
false | Deprecated, see this Doc |
<httpProxyPort> |
false | Deprecated, see this Doc |
<skip> |
false | Specifies whether to skip execution. Default value is false. |