Skip to content

Commit

Permalink
docs: fix broken links in troubleshooting guide (#25)
Browse files Browse the repository at this point in the history
# 📥 Pull Request

## ❓ What are you trying to address

This pull request includes updates to the documentation to correct file
references for the `fabric_workspace` resource. The changes ensure that
the links point to the correct `.md` file.

## ✨ Description of new changes

Documentation updates:

*
[`docs/guides/troubleshooting.md`](diffhunk://#diff-05fa5078290d9319b91e520b8d624cd018e97d963be0d0e1cd22ca7e37e899e9L38-R38):
Updated the reference to `fabric_workspace` resource to point to
`workspace.md` instead of `workspace`.
[[1]](diffhunk://#diff-05fa5078290d9319b91e520b8d624cd018e97d963be0d0e1cd22ca7e37e899e9L38-R38)
[[2]](diffhunk://#diff-05fa5078290d9319b91e520b8d624cd018e97d963be0d0e1cd22ca7e37e899e9L47-R47)
*
[`templates/guides/troubleshooting.md.tmpl`](diffhunk://#diff-05fa5078290d9319b91e520b8d624cd018e97d963be0d0e1cd22ca7e37e899e9L38-R38):
Updated the reference to `fabric_workspace` resource to point to
`workspace.md` instead of `workspace`.
[[1]](diffhunk://#diff-05fa5078290d9319b91e520b8d624cd018e97d963be0d0e1cd22ca7e37e899e9L38-R38)
[[2]](diffhunk://#diff-05fa5078290d9319b91e520b8d624cd018e97d963be0d0e1cd22ca7e37e899e9L47-R47)
  • Loading branch information
DariuszPorowski authored Oct 2, 2024
1 parent 81870a9 commit 8d29b82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ tasks:
lint:links:
desc: Run link checkers
cmds:
- lychee --config ./.github/linters/.lychee.toml .
- lychee --config ./.github/linters/.lychee.toml --format markdown .

tools:
desc: Install required tools
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ For more information about Terraform logging, see [Debugging Terraform](https://

- Check if your SPN, MSI or User that is used for Provider authentication is added to Fabric `Capacity administrators`.
- Check if your Fabric Capacity is not in the `paused` state.
- Majority of Fabric Items require to have Fabric Capacity assigned to the workspace. If you manage Workspace using [`fabric_workspace` resource](../resources/workspace), ensure that you have assigned Fabric Capacity to the Workspace.
- Majority of Fabric Items require to have Fabric Capacity assigned to the workspace. If you manage Workspace using [`fabric_workspace` resource](../resources/workspace.md), ensure that you have assigned Fabric Capacity to the Workspace.

### I am getting error `Unable to find Capacity...`

Expand All @@ -44,7 +44,7 @@ For more information about Terraform logging, see [Debugging Terraform](https://

### I am getting error `Failed to create workspace identity`

- If you manage Workspace using [`fabric_workspace` resource](../resources/workspace), ensure that you have assigned Fabric Capacity to the Workspace.
- If you manage Workspace using [`fabric_workspace` resource](../resources/workspace.md), ensure that you have assigned Fabric Capacity to the Workspace.
- Check if your Fabric Capacity assigned to the Workspace is not in the `paused` state.

### I am getting error `Workspace name already exists`
Expand Down
4 changes: 2 additions & 2 deletions templates/guides/troubleshooting.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ For more information about Terraform logging, see [Debugging Terraform](https://

- Check if your SPN, MSI or User that is used for Provider authentication is added to Fabric `Capacity administrators`.
- Check if your Fabric Capacity is not in the `paused` state.
- Majority of Fabric Items require to have Fabric Capacity assigned to the workspace. If you manage Workspace using [`fabric_workspace` resource](../resources/workspace), ensure that you have assigned Fabric Capacity to the Workspace.
- Majority of Fabric Items require to have Fabric Capacity assigned to the workspace. If you manage Workspace using [`fabric_workspace` resource](../resources/workspace.md), ensure that you have assigned Fabric Capacity to the Workspace.

### I am getting error `Unable to find Capacity...`

Expand All @@ -44,7 +44,7 @@ For more information about Terraform logging, see [Debugging Terraform](https://

### I am getting error `Failed to create workspace identity`

- If you manage Workspace using [`fabric_workspace` resource](../resources/workspace), ensure that you have assigned Fabric Capacity to the Workspace.
- If you manage Workspace using [`fabric_workspace` resource](../resources/workspace.md), ensure that you have assigned Fabric Capacity to the Workspace.
- Check if your Fabric Capacity assigned to the Workspace is not in the `paused` state.

### I am getting error `Workspace name already exists`
Expand Down

0 comments on commit 8d29b82

Please sign in to comment.