Skip to content

Commit c7b4d74

Browse files
Added CanNotRestoreANonExistingResource error in troubleshoot doc
1 parent 3ba2195 commit c7b4d74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Troubleshoot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ based on available quota you can deploy application otherwise, you can request f
107107

108108
</details>
109109
<details>
110-
<summary><b>LinkedInvalidPropertyId/ ResourceNotFound/DeploymentOutputEvaluationFailed</b></summary>
110+
<summary><b>LinkedInvalidPropertyId/ ResourceNotFound/DeploymentOutputEvaluationFailed/ CanNotRestoreANonExistingResource </b></summary>
111111

112112
- Before using any resource ID, ensure it follows the correct format.
113113
- Verify that the resource ID you are passing actually exists.
114114
- Make sure there are no typos in the resource ID.
115-
- Verify that the provisioning state of the existing resource ID is `Succeeded` by running the following command
115+
- Verify that the provisioning state of the existing resource is `Succeeded` by running the following command to avoid this error while deployment or restoring the resource.
116116

117117
```
118118
az resource show --ids <Resource ID> --query "properties.provisioningState"

0 commit comments

Comments
 (0)