nahlian
nahlian
@Go2Engle Have you been able to get live update to work with vscode devcontainer and docker compose? I have tried rancher desktop and docker desktop on two different computers. I...
Bicep now supports user-defined data types. With this, I can expose options in the .bicepparam. Each parameter gets a nice drop down list of options that the developer can select....
I was trying to avoid using the `readEnvironmentVariable()` as I like the tab completion from the user defined types. Appears my desired flow is an edge case. Thank you for...