actions-marketplace-validations/Create Azure ARM Environment
Creates an Azure ARM environment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 5, 2022
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/cloudify-cosmo_arm-action@1c82cb30ddd2ebee746547be1cd6a39326c300c8 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| environment-name | Name of Cloudify environment to create | yes | — |
| labels | A labels list of the form <key>:<value>,<key>:<value>. Any comma and colon in <value> must be escaped with \. The labels’ keys are saved in lowercase. | no | - |
| resource-group | Name of resource group to create | yes | — |
| template-file | URL/path to template file | yes | — |
| parameters-file | YAML/JSON file containing template parameters | no | - |
| location | Azure location to create resource group in | no | - |
| outputs-file | Path to JSON file to receive the Cloudify environment's outputs and capabilities | no | - |
Outputs
| name | description |
|---|---|
| environment-data | The Cloudify environment's outputs and capabilties |