-
Notifications
You must be signed in to change notification settings - Fork 151
Azure Container Apps: Config
Ruoyu Wang edited this page Jan 2, 2025
·
1 revision
-
This goal will set up the plugin configuration used in
azure-container-apps:deploy
through a step by step wizard. You will proceed with the following steps, after you have finished these steps, the configuration for azure-container-apps-maven-plugin will be filled with values you selected during the wizard, then you can executeazure-container-apps:deploy
. -
You will be promoted with the following steps:
- select or confirm default subscription: subscriptionId (if there is only one subscription available in your account, the subscriptionId will be set automatically)
- select or provide Azure Container Apps Environment
- select or provide Azure Container App (default as artifactId)
- select or provide Azure Container Registry (will create one for you if leave it as blank).
- select User Assigned Identity to pull image from Azure Container Registry (optional)
- select deployment type for apps (default as code)
- input deployment directory or image
- configure ingress
- configure scale
- 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
- Maven Plugin for Azure Container Apps
- Using in CI/CD