cloudify-cosmo/Create Azure ARM Environment
Creates an Azure ARM environment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
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 |