diff --git a/dsc/configDataCredentials.md b/dsc/configDataCredentials.md index 9bf592ff2e91..490674f7851e 100644 --- a/dsc/configDataCredentials.md +++ b/dsc/configDataCredentials.md @@ -283,10 +283,6 @@ DomainCredentialExample -DomainCredential $cred -ConfigurationData $cd **Microsoft advises to avoid plain text passwords due to the significant security risk.** -An exception would be when using the Azure Automation DSC service, -only because the data is always stored encrypted -(in transit, at rest in the service, and at rest on the node). - ## Domain Credentials Running the example configuration script again (with or without encryption), @@ -320,4 +316,4 @@ $cd = @{ } ``` -Now the configuration script will generate the MOF file with no errors or warnings. \ No newline at end of file +Now the configuration script will generate the MOF file with no errors or warnings.