webstorm-tech/Azure Config Loader
Load Azure configuration from a file on disk for a specified environment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| environment | Environment name (development, staging, production) | yes | — |
| config-file | Path to configuration file | no | .github/config/azure-environments.yml |
Outputs
| name | description |
|---|---|
| client-id | Azure Client ID |
| tenant-id | Azure Tenant ID |
| subscription-id | Azure Subscription ID |
| resource-group | Azure Resource Group |
| location | Azure Location |