Как установить конфигурацию требуемого состояния (DSC) в облачной оболочке Azure? - PullRequest
0 голосов
/ 16 октября 2018

Можно ли установить и использовать конфигурацию требуемого состояния (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

1 Ответ

0 голосов
/ 16 октября 2018

Вы можете поместить свой сценарий DCS в Azure Automation для использования из Cloud Shell.

https://docs.microsoft.com/en-us/azure/automation/automation-dsc-getting-started

Однажды в Azure Automation вы можете запустить, если из CloudShell, используя:

https://docs.microsoft.com/en-us/powershell/module/servicemanagement/azure/start-azureautomationrunbook?view=azuresmps-4.0.0

...