scepman / install

SCEPman | Cloud-based Certification Authority
https://scepman.com/
8 stars 10 forks source link

Feature request - Convert ARM templates in this repo to Bicep #23

Open o-l-a-v opened 5 months ago

o-l-a-v commented 5 months ago

Microsoft does not seem willing to waste a callory on making ARM tooling for IDEs any better, and tells everyone to author templates using Bicep instead:

Convert ARM templates in this repo to Bicep to get better tooling and make it easier to contribute with better quality.

bb-froggy commented 5 months ago

We decided to stay with ARM, because Bicep internally compiles into ARM before being used and therefore provides us with no additional features; and then the old saying applied "never change a running system".

But point taken ... the world keeps turning, tool support is important, and Bicep seems to be what MS and the community is going for. Moving to Bicep would be a good thing.

cleverkm commented 2 months ago

Could you please reconsider this and convert the ARM template to Bicep. ARM is very hard to read compared to Bicep. Microsoft is putting a lot of effort into Bicep at the time.

bb-froggy commented 2 months ago

I agree that it would be a step forward. Support for the ARM toolchain is fading, we are already seeing it in the extra effort required to keep our armttk tests running.

We are currently not well staffed for that task, though, partially due to the summer vacation season. It could take a while till we get to this.