-
Notifications
You must be signed in to change notification settings - Fork 150
Azure Web App: Config
yucwan edited this page Nov 21, 2019
·
1 revision
- A plugin goal providing a great experience for managing configurations of the project, it will add configurations for your App Service into your pom.xml or rewrite existing ones based on your input.
- The plugin goal will divide the configuration into 3 parts.
-
Application
You can configure appName, resource group, region, pricing tier at this part.
-
Runtime
You can configure operating system and runtime stack at this part. It should be noted that you can not change the operating system after you deploy it.
-
DeploymentSlot
You can configure deployment slot at this part.
-
- Home
- Authentication
- Proxy
- Common Configurations
-
Maven Plugin for Azure Web Apps
- Quickstarts
- Goals
- Configuration Details
- Samples
-
Maven Plugin for Azure Functions
- Quickstarts
- Archetype
- Goals
- Configuration Details
-
Maven Plugin for Azure Spring Apps
- Quickstarts
- Goals
- Configuration Details
- Using in CI/CD