Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import-AzDscConfigurations fails if the Start-AzAutomationDscCompilationJob Runbook is not already imported into the Azure Automation Account #11

Open
JakeDean3631 opened this issue Jun 23, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@JakeDean3631
Copy link
Contributor

Describe the bug
Compiling the Azure DSC Configurations fails if the Start-AzAutomationDscCompilationJob runbook is not manually added into the Azure Automation account.

To Reproduce
Steps to reproduce the behavior:

  1. Create a new Azure Automation Account
  2. Run New-AzSystemData, Export-AzDscConfigurations, and Import-AzDscConfigurations and see that it fails due to the Start-AzAutomationDscCompilationJob runbook being missing.

Expected behavior
AzDsc Configuration import works successfully and compiles the DSC configurations.

Screenshots
image
image

Additional context
A solution is needed that automates the runbook being uploaded to the Azure Automation account prior to importing the AzDsc configurations.

@JakeDean3631 JakeDean3631 added the bug Something isn't working label Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant