Skip to content

Troubleshoot issues #926

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions docs/troubleshooting/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
description: >-
Learn how to troubleshoot common issues and known issues with Microsoft Desired State Configuration (DSC).
ms.date: 06/29/2025
ms.topic: troubleshooting
title: Troubleshooting Microsoft Desired State Configuration
---

# Troubleshooting Microsoft Desired State Configuration

This article provides troubleshooting instructions for common errors and list out known issues.

## Known issues

The following table lists known issues with Microsoft DSC v3:

| Issue | Description | Status | Reported on |
| :----------------------------------------------------------------------------: | :------------------------------------------------------------------------------ | :-------- | :--------------------------------------------------- |
| [Unable to parse content from '<manifestUrl>'](#unable-to-parse-content-from-) | When authoring a resource manifest in VSCode, you may encounter parsing errors. | Confirmed | [#917](https://github.com/PowerShell/DSC/issues/917) |

For the most up-to-date information on known issues, visit the [DSC GitHub repository issues page](https://github.com/PowerShell/DSC/issues).

### Unable to parse content from '<manifestUrl>'

When authoring a resource manifest in Visual Studio Code (VSCode), you may encouther the following issue:

<!-- markdownlint-disable MD013 -->
:::image type="complex" source="media/known-issues/unable-to-parse-content.png" alt-text="This screenshot shows the parse content error.":::
This screenshot shows the unable to parse content error. The error occurs because canonical schema bundling is still not fully supported in the 2020-12 JSON schema.
:::image-end:::
<!-- markdownlint-restore -->

This issue applies for Microsoft DSC v3.0 and above.

**Resolution:** This issue can be resolved by using the `manifest.vscode.json` in the schema URI. For more information, check out the [enhanced authoring][00] page.

## See Also

- [Microsoft Desired State Configuration overview](../overview.md)

<!-- link references -->
[00]: https://learn.microsoft.com/en-us/powershell/dsc/concepts/enhanced-authoring?view=dsc-3.0