passing parameter values from bicep to DSC during runtime #14428
-
Hi, I'm encountering some issues passing parameter values from a Bicep file to a DSC script. Could you help me understand why this is happening? I've included the code blocks below. Thanks! here is the DSC script that have been staged on the storage container:
here is what i see on the log for the extension on the Azure VM. It fails only on certificate script block and install IIS role and folder etc for me [[Script]GetCertificateFromKeyVault] Performing the operation "Set-TargetResource" on target "Executing the SetScript |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Any variable used inside the script block in the script resource require the |
Beta Was this translation helpful? Give feedback.
Any variable used inside the script block in the script resource require the
$using:tenant
format.