Можно ли установить и использовать конфигурацию требуемого состояния (DSC) в Azure Cloud Shell и, если да, то как?
В командной строке Azure Cloud Shell, если я выполню следующую команду:
Start-DscConfiguration
возвращается следующая ошибка:
Start-DscConfiguration : The term 'Start-DscConfiguration' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ Start-DscConfiguration
+ ~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Start-DscConfiguration:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException