Skip to content

Commit 6c055ea

Browse files
waynehoggettDCtheGeek
authored andcommitted
Update configDataCredentials.md (#2474)
Passwords are not kept encrypted at all times when using Azure Automation so I have removed this reference.
1 parent 4771db4 commit 6c055ea

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

dsc/configDataCredentials.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -283,10 +283,6 @@ DomainCredentialExample -DomainCredential $cred -ConfigurationData $cd
283283
284284
**Microsoft advises to avoid plain text passwords due to the significant security risk.**
285285

286-
An exception would be when using the Azure Automation DSC service,
287-
only because the data is always stored encrypted
288-
(in transit, at rest in the service, and at rest on the node).
289-
290286
## Domain Credentials
291287

292288
Running the example configuration script again (with or without encryption),
@@ -320,4 +316,4 @@ $cd = @{
320316
}
321317
```
322318

323-
Now the configuration script will generate the MOF file with no errors or warnings.
319+
Now the configuration script will generate the MOF file with no errors or warnings.

0 commit comments

Comments
 (0)