Skip to content

Commit 6ba2161

Browse files
committed
Adding task 1687148 fix
1 parent a4ed69c commit 6ba2161

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

articles/automation/troubleshoot/desired-state-configuration.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ System.InvalidOperationException error processing property 'Credential' of type
226226

227227
#### Cause
228228

229-
You've used a credential in a configuration but didnt provide proper **ConfigurationData** to set **PSDscAllowPlainTextPassword** to true for each node configuration.
229+
You've used a credential in a configuration but didn't provide proper **ConfigurationData** to set **PSDscAllowPlainTextPassword** to true for each node configuration.
230230

231231
#### Resolution
232232

@@ -328,6 +328,20 @@ Known issue with the compilation service.
328328

329329
The best workaround would be to compile locally or in a CI/CD pipeline and upload the MOF files directly to the service. If compilation in the service is a requirement, the next best workaround would be to split the compilation jobs so there is no overlap in names.
330330

331+
### <a name="gateway-timeout"></a>Scenario: Gateway timeout error on DSC configuration upload
332+
333+
#### Issue
334+
335+
You receive a `GatewayTimeout` error when uploading a DSC configuration.
336+
337+
#### Cause
338+
339+
DSC configurations that take a long time to compile can cause this error.
340+
341+
#### Resolution
342+
343+
You can make your DSC configurations parse faster by explicitly including the `ModuleName` parameter for any `Import-DscResource` calls. For more information, see [Using Import-DSCResource](https://docs.microsoft.com/en-us/powershell/scripting/dsc/configurations/import-dscresource?view=powershell-5.1).
344+
331345
## Next steps
332346

333347
If you didn't see your problem or are unable to solve your issue, visit one of the following channels for more support:

0 commit comments

Comments
 (0)