Skip to content

Commit f4e87b5

Browse files
committed
set default sku to basic
1 parent 4123022 commit f4e87b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The variable group should contain the following required variables. **Azure reso
5757
| AZURE_RM_SVC_CONNECTION | azure-resource-connection | [Azure Resource Manager Service Connection](#create-an-azure-devops-service-connection-for-the-azure-resource-manager) name |
5858
| WORKSPACE_SVC_CONNECTION | aml-workspace-connection | [Azure ML Workspace Service Connection](#create-an-azure-devops-azure-ml-workspace-service-connection) name |
5959
| ACI_DEPLOYMENT_NAME | mlops-aci | [Azure Container Instances](https://azure.microsoft.com/en-us/services/container-instances/) name |
60-
| WORKSPACE_SKU | enterprise | [Workspace Basic vs Enterprise](https://docs.microsoft.com/en-us/azure/machine-learning/overview-what-is-azure-ml#sku) |
60+
| WORKSPACE_SKU | basic | [Workspace Basic vs Enterprise](https://docs.microsoft.com/en-us/azure/machine-learning/overview-what-is-azure-ml#sku) |
6161

6262
Make sure you select the **Allow access to all pipelines** checkbox in the variable group configuration.
6363

0 commit comments

Comments
 (0)