Replies: 1 comment 2 replies
-
@brwilkinson do you maybe had an Idea? I already looked at your github, but got kinda lost in there :D |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everybody, I have another one that I cannot solve despite my googling around.
Please help with the following scenario:
I am trying to deploy virtual machine that will become a domain controller, I am trying to use VM extension with DSC and do not know how to pass parameters from my parameters file properly.
I googled around and all I can found is ARM template instructions like here:
https://github.com/Huachao/azure-content/blob/master/articles/virtual-machines/virtual-machines-extensions-configuration-samples-windows.md
But i do not know how to do this in bicep, I get error:
Part of bicep file I am trying to use:
I tried to pass them normally as I would for other properties of resources but It does not work.
And another question: Where I can check which version of "typeHandlerVersion" for DSC is the latest?
Please help.
Beta Was this translation helpful? Give feedback.
All reactions