Describe the bug
If the user deploys this template, the CPU Cluster and GPU Cluster deployments fails, with the following error message:
{
"status": "Failed",
"error": {
"code": "UserError",
"message": "{\n \"error\": {\n \"code\": \"UserError\",\n \"severity\": null,\n \"message\": \"Provided EnableNodePublicIp 'False' requires workspace private endpoint.\",\n \"messageFormat\": null,\n \"messageParameters\": null,\n \"referenceCode\": null,\n \"detailsUri\": null,\n \"target\": null,\n \"details\": [],\n \"innerError\": null,\n \"debugInfo\": null,\n \"additionalInfo\": null\n },\n \"correlation\": {\n \"operation\": \"\",\n \"request\": \"\"\n },\n \"environment\": \"eastus2\",\n \"location\": \"eastus2\",\n \"time\": \"2021-08-02T12:17:49.9687945+00:00\",\n \"componentName\": \"machinelearningcompute\"\n}",
"details": []
}
}
Steps to reproduce
- Deploy this template.
- See how it fails.
Screenshots
Describe the bug
If the user deploys this template, the CPU Cluster and GPU Cluster deployments fails, with the following error message:
{ "status": "Failed", "error": { "code": "UserError", "message": "{\n \"error\": {\n \"code\": \"UserError\",\n \"severity\": null,\n \"message\": \"Provided EnableNodePublicIp 'False' requires workspace private endpoint.\",\n \"messageFormat\": null,\n \"messageParameters\": null,\n \"referenceCode\": null,\n \"detailsUri\": null,\n \"target\": null,\n \"details\": [],\n \"innerError\": null,\n \"debugInfo\": null,\n \"additionalInfo\": null\n },\n \"correlation\": {\n \"operation\": \"\",\n \"request\": \"\"\n },\n \"environment\": \"eastus2\",\n \"location\": \"eastus2\",\n \"time\": \"2021-08-02T12:17:49.9687945+00:00\",\n \"componentName\": \"machinelearningcompute\"\n}", "details": [] } }Steps to reproduce
Screenshots