Skip to content

Commit 5bce195

Browse files
authored
PR review edit, fix link
1 parent 740f1aa commit 5bce195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-troubleshoot-online-endpoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Below is a list of common resources that might run out of quota when using Azure
114114

115115
Before deploying a model, you need to have enough compute quota. This quota defines how much virtual cores are available per subscription, per workspace, per SKU, and per region. Each deployment subtracts from available quota and adds it back after deletion, based on type of the SKU.
116116

117-
A possible mitigation is to check if there are unused deployments that can be deleted. Or you can submit a [request for a quota increase](./how-to-manage-quotas.md#request-quota-increases).
117+
A possible mitigation is to check if there are unused deployments that can be deleted. Or you can submit a [request for a quota increase](how-to-manage-quotas.md#request-quota-increases).
118118

119119
#### Role assignment quota
120120

@@ -222,7 +222,7 @@ To run the `score.py` provided as part of the deployment, Azure creates a contai
222222

223223
This error occurs when Azure Resource Manager can't find a required resource. For example, you will receive this error if a storage account was referred to but cannot be found at the path on which it was specified. Be sure to double check resources which might have been supplied by exact path or the spelling of their names.
224224

225-
For more information, see [Resolve resource not found errors](../azure-resource-manager/troubleshooting/error-not-found).
225+
For more information, see [Resolve resource not found errors](../azure-resource-manager/troubleshooting/error-not-found.md).
226226

227227
### ERROR: OperationCancelled
228228

0 commit comments

Comments
 (0)