Closed mcollier closed 1 year ago
@tawalke I pushed an update which replaces the previous ARM templates with an ARM template generated from the Bicep files (using the az bicep build --file main.bicep --outfile azuredeploy.json
command). The README files were updated to link to the new azuredeploy.json files.
@tawalke I pushed an update which replaces the previous ARM templates with an ARM template generated from the Bicep files (using the
az bicep build --file main.bicep --outfile azuredeploy.json
command). The README files were updated to link to the new azuredeploy.json files.
I would like this to additional option vs. in lieu of so folks have both. Can you update do this is an additional offering of bicep. Thanks!
This repo is going to be changed to public today.
@tawalke I’m not understanding. Can you please expand on the request?
The PR contains both an ARM and Bicep template.
@mcollier reviewing.
Purpose
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
Get the code
Open the project using Visual Studio Code and the provided dev container.
Follow the instructions in the Azure-Container-Instances or Azure-Kubernetes-Svc folder to provision the necessary resources using Azure Bicep.
Test the code
What to Check
Verify that the following are valid
Other Information