Skip to content

Commit dc45854

Browse files
authored
Merge pull request #7881 from mestew/cm-icm-314312504
cm icm-314312504
2 parents 9f6dc44 + b8a8a18 commit dc45854

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

memdocs/configmgr/core/get-started/azure-template.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create a lab in Azure
33
titleSuffix: Configuration Manager
44
description: Automate the creation of a Configuration Manager technical preview lab or current branch evaluation lab using Azure templates
5-
ms.date: 03/14/2022
5+
ms.date: 06/20/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-core
88
ms.topic: conceptual
@@ -17,6 +17,8 @@ ms.localizationpriority: medium
1717
*Applies to: Configuration Manager (current branch, technical preview branch)*
1818

1919
<!--3556017-->
20+
> [!Important]
21+
> As of June 20, 2022, there is a known issue with the Azure templates for lab environments. We are working on resolving the issue and we will update this message when it's resolved. For more information, see [known issues](#known-issues). <!--icm 314312504-->
2022
2123
This guide describes how to build a Configuration Manager lab environment in Microsoft Azure. It uses Azure templates to simplify and automate the creation of a lab using Azure resources. Two Azure templates are provided:
2224

@@ -151,3 +153,19 @@ The prefix that you specified in the deployment template is the VM name prefix.
151153
- Only for Configuration Manager current branch evaluation template
152154
- Windows 10
153155
- Configuration Manager client
156+
157+
158+
## Known issues
159+
<!--icm 314312504-->
160+
As of June 20, 2022, there is a known issue with the Azure templates for lab environments. We are working on resolving the issue and we will update this message when it's resolved. This issue occurs during deployment of the template and the following error message is displayed:
161+
162+
```text
163+
{
164+
"status": "Failed",
165+
"error": {
166+
"code": "VMExtensionProvisioningError",
167+
"message": "VM has reported a failure when processing extension 'WorkFlow'. Error message: \"DSC Configuration 'Configuration' completed with error(s). Following are the first few: Failed to create an object of PowerShell class SetupDomain. The SendConfigurationApply function did not succeed. LCM failed to start desired state configuration manually.\"\r\n\r\nMore information on troubleshooting is available at https://aka.ms/VMExtensionDSCWindowsTroubleshoot "
168+
}
169+
}
170+
171+
```

0 commit comments

Comments
 (0)