Skip to content

Commit 4027c50

Browse files
author
Raghu Ramaswamy
committed
build fixes
1 parent b85912b commit 4027c50

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
@@ -123,11 +123,11 @@ A possible mitigation is to check if there are unused deployments that can be de
123123
#### Disk quota
124124

125125
This issue happens when the size of the model is larger than the available disk space and the model is not able to be downloaded. Try a SKU with more disk space.
126-
* Try a [SKU](https://docs.microsoft.com/en-us/azure/machine-learning/reference-managed-online-endpoints-vm-sku-list) with more disk space
126+
* Try a [Managed online endpoints SKU list](reference-managed-online-endpoints-vm-sku-list.md) with more disk space
127127
* Try reducing image and model size
128128

129129
#### Memory quota
130-
This issue happens when the memory footprint of the model is larger than the available memory. Try a [SKU](https://docs.microsoft.com/en-us/azure/machine-learning/reference-managed-online-endpoints-vm-sku-list) with more memory.<br>
130+
This issue happens when the memory footprint of the model is larger than the available memory. Try a [Managed online endpoints SKU list](reference-managed-online-endpoints-vm-sku-list.md) with more memory.<br>
131131

132132
#### Role assignment quota
133133

0 commit comments

Comments
 (0)