Problem with https://learn.microsoft.com/en-gb/rest/api/azureml/workspacesandcomputes/workspaces/createorupdate API... In the request body, Is it mandatory to create storage account, app insights, key vault, registration resources before? Ideally since these are dependent resources, shouldn’t it be created as part of workflow creation?
I get below response when dependent resources are not created prior.
`{
“error”: {
“code”: “ValidationError”,
“message”: “One or more validation errors occured.“,
“messageFormat”: null,
“messageParameters”: null,
“referenceCode”: null,
“detailsUri”: null,
“target”: “Can not perform requested operation on nested resource. Parent resource ‘<resourceid>’ not found.“,
“details”: [],
“innerError”: null,
“debugInfo”: null
},
“correlation”: {
“operation”: “<opid>“,
“request”: “<reqid>”
},
“environment”: “westus”,
“location”: “westus”,
“time”: “2020-06-03T07:13:14.6463577+00:00"
}`
I need an API which works similar to https://learn.microsoft.com/en-us/cli/azure/ext/azure-cli-ml/ml/workspace?view=azure-cli-latest