Skip to content

Commit b367bc3

Browse files
authored
Added ResourceNotFound
Linked to https://aka.ms/ARMResourceNotFoundFix in the description.
1 parent 4d6d466 commit b367bc3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Below is a list of common deployment errors that are reported as part of the dep
9292
* [OutOfCapacity](#err-outofcapacity)
9393
* [BadArgument](#err-badargument)
9494
* [ResourceNotReady](#err-resourcenotready)
95+
* [ResourceNotFound](#err-resourcenotfound)
9596
* [OperationCancelled](#err-operationcancelled)
9697
* [InternalServerError](#err-internalservererror)
9798

@@ -210,6 +211,12 @@ To run the `score.py` provided as part of the deployment, Azure creates a contai
210211
- Readiness or liveness probes are not set up correctly.
211212
- There's an error in the environment setup of the container, such as a missing dependency.
212213
214+
### ERR: ResourceNotFound
215+
216+
This error occurs when Azure Resource Manager (ARM) 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 may have been supplied by exact path or the spelling of their names.
217+
218+
More details on this error can be found [here](https://aka.ms/ARMResourceNotFoundFix).
219+
213220
### ERR: OperationCancelled
214221
215222
Azure operations have a certain priority level and are executed from highest to lowest. This error happens when your operation happened to be overridden by another operation which has a higher priority. Retrying the operation may allow it to be performed without cancellation.

0 commit comments

Comments
 (0)