AzureML Stacks
Create, inspect, and use AzureML-backed stacks with Azure Blob storage
Prerequisites
Create the stack
kitaru stack create prod-azureml \
--type azureml \
--artifact-store az://my-container/kitaru \
--container-registry demo.azurecr.io/kitaru \
--subscription-id 00000000-0000-0000-0000-000000000123 \
--resource-group ml-platform \
--workspace team-ml \
--region westeuropeField
Meaning
Set advanced AzureML defaults
Use YAML for repeatable setup
Inspect and use it
Delete it
Related
Last updated
Was this helpful?