Skip to content

Commit d95cd20

Browse files
authored
Added Subscription does not exist TSG section
1 parent 51842d7 commit d95cd20

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
@@ -274,6 +274,7 @@ The specified VM Size failed to provision due to a lack of Azure Machine Learnin
274274
Below is a list of reasons you might run into this error:
275275

276276
* [Resource request was greater than limits](#resource-requests-greater-than-limits)
277+
* [Subscription does not exist](#subscription-does-not-exist)
277278
* [Startup task failed due to authorization error](#authorization-error)
278279
* [Startup task failed due to incorrect role assignments on resource](#authorization-error)
279280
* [Unable to download user container image](#unable-to-download-user-container-image)
@@ -284,6 +285,12 @@ Below is a list of reasons you might run into this error:
284285

285286
Requests for resources must be less than or equal to limits. If you don't set limits, we set default values when you attach your compute to an Azure Machine Learning workspace. You can check limits in the Azure portal or by using the `az ml compute show` command.
286287

288+
#### Subscription does not exist
289+
290+
The Azure subscription that is entered must be existing. This error occurs when we cannot find the Azure subscription that was referenced. This is likely due to a typo in the subscription ID. Please double-check that the subscription ID was correctly typed and that it is currently active.
291+
292+
For more information about Azure subscriptions, refer to the [prerequisites section](#prerequisites).
293+
287294
#### Authorization error
288295

289296
After you provisioned the compute resource, during deployment creation, Azure tries to pull the user container image from the workspace private Azure Container Registry (ACR) and mount the user model and code artifacts into the user container from the workspace storage account.

0 commit comments

Comments
 (0)