This action can be used to to consume and deploy bice files. It actually does the following
- Consume bicep file (main.bicep).
- Build ARM json from bicep file.
- Deploy ARM json in Azure.
To be able to execute scripts in Azure your Action needs to be logged into Azure. The Action azlogin does that for you.
- name: Bicep build and deploy
uses: segraef/bicep@v1
with:
bicepFile: main.bicep
location: eastus
rg: bicep-rg
bicepFile
- Mandatorylocation
- Mandatoryrg
- Mandatory