You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our server names contain hyphens. This breaks the Azure DevOps automation in a specific way. When the release pipeline script is triggered, that uploads the MOF files to Azure, then you'll run into an error (that doesn't stop execution).
2021-09-01T12:12:35.2831940Z VERBOSE: Performing the operation "Import" on target "D:\a\r1\a\_Windows Server DSC-CI\MOF\server-xyz-123.mof".
2021-09-01T12:13:06.5410128Z Import-AzureRmAutomationDscNodeConfiguration : Long running operation failed with status 'NotFound'.
The error message is misleading. What actually causes the error can only be found out when uploading the mof file in the Azure portal:
Our server names contain hyphens. This breaks the Azure DevOps automation in a specific way. When the release pipeline script is triggered, that uploads the MOF files to Azure, then you'll run into an error (that doesn't stop execution).
The error message is misleading. What actually causes the error can only be found out when uploading the mof file in the Azure portal:
I haven't found an easy workaround for this, because the configuration name is derived from the mof's filename exactly at this line of the automation script:
So changing the ConfigurationNames in the node's YAML doesn't actually fix the problem.
Is there a fix for this that I do not see?
The text was updated successfully, but these errors were encountered: