We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d029bee commit bcc8213Copy full SHA for bcc8213
tutorials/e2e-ds-experience/e2e-ml-workflow.ipynb
@@ -1175,8 +1175,8 @@
1175
" instance_type=\"Standard_F4s_v2\",\n",
1176
" instance_count=1,\n",
1177
" environment_variables={\n",
1178
- " \"AZURE_ML_MODEL_DEPLOY_LIVENESS_PROBE_INIT_DELAY_SECS\": \"1800\"
1179
- }\n",
+ " \"AZURE_ML_MODEL_DEPLOY_LIVENESS_PROBE_INIT_DELAY_SECS\": \"1800\"\n",
+ "}\n",
1180
")\n",
1181
"\n",
1182
"blue_deployment_results = ml_client.online_deployments.begin_create_or_update(\n",
0 commit comments