Azure Bicep - New Features - Insert Resource and

Опубликовано: 06 Октябрь 2024
на канале: Jon Gallant
1,099
18

There are a couple of new features in Bicep in 0.4.1124. Here's what they can do for you.

Insert resource allows you to insert an existing Azure resource into a bicep file. Handy when you have a complex resource that already exists and you don't want to recreate manually.

Also, #disable-next-line allows you to disable warnings for the next line in the file.