Skip to content
Discussion options

You must be logged in to vote

note this is what you have

resource vmName_vmExtensionName 'Microsoft.Compute/virtualMachines/extensions@2019-12-01' = {
  dependsOn: [
    virtualMachines_MIM_DC_01_name_resource
    ]
  parent: virtualMachines_MIM_DC_01_name_resource
  name: 'CreateADForest'
  location: location
  properties: {
    publisher: 'Microsoft.Powershell'
    type: 'DSC'
    typeHandlerVersion: '2.19'
    autoUpgradeMinorVersion: true
    settings: {
   //ModulesUrl: uri('${artifactsLocation}/DSC/CreateADPC.zip', '${moduleFilePath}${artifactsLocationSasToken}')
   //ModulesUrl: uri('${artifactsLocation}/${moduleFilePath}', '${moduleFilePath}${artifactsLocationSasToken}')
   //ModuleUrl: uri('https://dev.azure.…

Replies: 4 comments 8 replies

Comment options

You must be logged in to vote
2 replies
@brwilkinson
Comment options

@brwilkinson
Comment options

Comment options

You must be logged in to vote
1 reply
@brwilkinson
Comment options

Comment options

You must be logged in to vote
2 replies
@brwilkinson
Comment options

@brwilkinson
Comment options

Answer selected by brwilkinson
Comment options

You must be logged in to vote
3 replies
@brwilkinson
Comment options

@brwilkinson
Comment options

@brwilkinson
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants