climpr/Deploy Bicep deployment
Parses a Bicep deployment based on the .bicepparam file and deploys to Azure
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 5, 2025
- License
- GPL 3.0
Pinned Snippet
uses: climpr/deploy-bicep@3d32975234b7efa9b335ac41e93b77fc4dd97a29 # v1.4.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| deployment-file-path | The path to the .bicep or .bicepparam file. | yes | — |
| parameter-file-path | [Deprecated] The path to the .bicepparam file. (Use deployment-file-path instead) | no | — |
| what-if | Setting this to true will run the deployment commands in what-if mode. | no | false |
Outputs
| name | description |
|---|---|
| deployment-output | JSON formatted output from the deployment command. |