Skip to content

Commit 58f1beb

Browse files
author
Jenny So
committed
add table with service state
1 parent 1b5855a commit 58f1beb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

articles/machine-learning/how-to-deploy-and-where.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,19 @@ az ml model deploy -m mymodel:1 --ic inferenceconfig.json --dc deploymentconfig.
581581

582582
For more information, see the [az ml model deploy](https://docs.microsoft.com/cli/azure/ext/azure-cli-ml/ml/model?view=azure-cli-latest#ext-azure-cli-ml-az-ml-model-deploy) documentation.
583583

584+
> [!IMPORTANT]
585+
> During model deployment, you may see the service state change while it fully deploys. Certain states are considered non-terminal and may change as the deployment continues to process.
586+
>
587+
> The following table describes the different service states:
588+
>
589+
> | Webservice state | Description | Terminal
590+
> | ----- | ----- | ----- |
591+
> | Transitioning | The service is in the process of deployment. | No |
592+
> | Unhealthy | The service has deployed but is currently unreachable. | No |
593+
> | Unschedulable | The service cannot be deployed at this time due to lack of resources. | No |
594+
> | Failed | The service has failed to deploy due to an error or crash. | Yes |
595+
> | Healthy | The service is healthy and the endpoint is available. | Yes |
596+
584597
### <a id="notebookvm"></a> Compute instance web service (dev/test)
585598

586599
See [Deploy a model to Azure Machine Learning compute instance](how-to-deploy-local-container-notebook-vm.md).

0 commit comments

Comments
 (0)