From 6eb57c842dfc409ae0a118306e4479b103eca6a9 Mon Sep 17 00:00:00 2001 From: Corey Plett Date: Tue, 5 May 2015 18:31:18 -0700 Subject: [PATCH] Update automation-dsc-overview.md --- articles/automation-dsc-overview.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/articles/automation-dsc-overview.md b/articles/automation-dsc-overview.md index 229b0bb50e4..8e2bc965e3c 100644 --- a/articles/automation-dsc-overview.md +++ b/articles/automation-dsc-overview.md @@ -193,6 +193,10 @@ Azure Automation DSC currently provides the following cmdlets in the [Azure Reso ##Gotchas / Known Issues:## +- Since the Azure Automation DSC feature is in preview, the first time you use this feature you will need to sign up for it using the Azure PowerShell cmdlets. You can sign up by calling the following two cmdlets: + - `Register-AzureProvider –ProviderNamespace Microsoft.Automation` + - `Register-AzureProviderFeature -FeatureName dsc -ProviderNamespace Microsoft.Automation` + - Azure Automation DSC does not support partial or composite DSC configurations at this time. - The PowerShell DSC agent for Linux does not support communicating with Azure Automation at this time. This should be updated soon.