Azure / deployment-stacks

Contains Deployment Stacks CLI scripts and releases
MIT License
87 stars 7 forks source link

Bicep examples? #71

Closed JustenKennedy closed 1 year ago

JustenKennedy commented 1 year ago

In the tutorial it references an arm template and whatnot. Can this also be ran with bicep files? If so, do you have an operational example? I've got everything installed correctly I believe. Just running into errors trying to run a New-AzSubscriptionDeploymentStack and my guess is I'm trying to use a main.bicep file and a bicepconfig.json file and it's not setup to use that.

jikuja commented 1 year ago

If preview tooling does not support bicep directly then one option you could try is to build bicep to ARM template and deploy that.

alex-frankel commented 1 year ago

The next release will include support for bicep files (matching the *-Az*Deployment and az deployment * commands).

JustenKennedy commented 1 year ago

Awesome. Do we have a time frame/ eta on the next release?

alex-frankel commented 1 year ago

@apclouds / @bmoore-msft can provide the most specific ETA

bmoore-msft commented 1 year ago

@JustenKennedy - ping again at the end of the week if you don't hear back...

JustenKennedy commented 1 year ago

Any update on this? @bmoore-msft

bmoore-msft commented 1 year ago

We're in the process of deploying the build with the new apiVersion... trying to sneak in an out of lockdowns for the world cup, black friday/cyber monday and the end of year holidays...

slavizh commented 1 year ago

lol. First time I hear that there are lockdowns due to the world cup as well. Good to know.

bmoore-msft commented 1 year ago

Well that one only happens every 4 years ;)

azcloudfarmer commented 1 year ago

The new tutorial uses Bicep to create Deployment Stacks.