actions-marketplace-validations/Azure Spring Cloud
Deploy applications to Azure Spring Cloud and manage deployments.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| azure-subscription | Select the Azure Resource Manager subscription for the deployment. | yes | — |
| action | Action to be performed on Azure Spring Cloud. | yes | deploy |
| service-name | Select the Azure Spring Cloud service to which to deploy. | yes | — |
| app-name | Select the Azure Spring Cloud app to deploy. | yes | — |
| use-staging-deployment | Automatically select the deployment that's set as Staging at the time the task runs. | yes | true |
| create-new-deployment | Whether to target the deployment that's set as Staging at the time of execution. If unchecked, the 'Deployment Name' setting must be set. | no | false |
| deployment-name | The deployment to which this task will apply. Lowercase letters, - and numbers only; must start with a letter. | no | — |
| package | File path to the package or a folder containing the Spring Cloud app contents. | no | ${{ github.workspace }}/**/*.jar |
| environment-variables | Edit the app's environment variables. | no | — |
| jvm-options | Edit the app's JVM options. A String containing JVM Options. Example: `-Xms1024m -Xmx2048m` | no | — |
| runtime-version | The runtime on which the app will run. | no | — |
| dotnetcore-mainentry-path | The path to the .NET executable relative to zip root. | no | — |
| version | The runtime on which the app will run. | no | — |
Outputs
no outputs