diff --git a/how-to-use-azureml/deploy-to-cloud/deploymentconfig.json b/how-to-use-azureml/deploy-to-cloud/deploymentconfig.json new file mode 100644 index 00000000..03030803 --- /dev/null +++ b/how-to-use-azureml/deploy-to-cloud/deploymentconfig.json @@ -0,0 +1,7 @@ +{ + "containerResourceRequirements": { + "cpu": 1, + "memoryInGB": 1 + }, + "computeType": "ACI" +}