Skip to content

Commit

Permalink
Merge pull request #10678 from coreyp-at-msft/patch-2
Browse files Browse the repository at this point in the history
Update automation-dsc-overview.md
  • Loading branch information
Dene Hager committed May 6, 2015
2 parents c30e891 + 6eb57c8 commit 576f45f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions articles/automation-dsc-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 576f45f

Please sign in to comment.