Link to home
Start Free TrialLog in
Avatar of K B
K BFlag for United States of America

asked on

Desired State Configuration in Azure

I am having trouble making sense of this error message (as I try to convert the cmdlets to ARM from this article: https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-windows-extensions-dsc-overview/)

I get stuck at:
Set-AzureRMVMDscExtension -ResourceGroupName 'blahblah' -VMName $demovm -ArchiveBlobName 'blahblah.ps1.zip' -ArchiveStorageAccountName 'blahblah' -Version '1.0'

Set-AzureRMVMDscExtension : The Resource 'Microsoft.Compute/virtualMachines/Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine' under resource
group 'blahblah' was not found.

Any ideas?

Thanks!
Avatar of [ fanpages ]
[ fanpages ]

Removed "MS Excel" Topic.
Removed "VB Script" Topic.
ASKER CERTIFIED SOLUTION
Avatar of footech
footech
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of K B

ASKER

Correct!