Skip to content

Commit b6464ac

Browse files
authored
Merge pull request #104319 from j-so/jenns/azureml_servicestate
AzureML docs: Add Webservice state information
2 parents 9136b7d + d4613b4 commit b6464ac

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,20 @@ 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+
### Understanding service state
585+
586+
During model deployment, you may see the service state change while it fully deploys.
587+
588+
The following table describes the different service states:
589+
590+
| Webservice state | Description | Final state?
591+
| ----- | ----- | ----- |
592+
| Transitioning | The service is in the process of deployment. | No |
593+
| Unhealthy | The service has deployed but is currently unreachable. | No |
594+
| Unschedulable | The service cannot be deployed at this time due to lack of resources. | No |
595+
| Failed | The service has failed to deploy due to an error or crash. | Yes |
596+
| Healthy | The service is healthy and the endpoint is available. | Yes |
597+
584598
### <a id="notebookvm"></a> Compute instance web service (dev/test)
585599

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

0 commit comments

Comments
 (0)