Summary: An overview of cheatsheets on this wiki. Originally everything was here but it simply became too big. Small topics are kept here.
Date: 8 December 2024
Cheatsheets:
Bicep object vs arrayparam objectToTest object = { one: 'a' two: 'b' three: 'c' } param arrayToTest array = [ 'one' 'two' 'three' ]
ctrl + /
alt + z
ctrl + `
ctrl + 1
shift + alt + click
<h1>(.+?)<\/h1>
#### $1
I once implemented a health check based on this one.