zenml-io / mlstacks

A series of Terraform based recipes to provision popular MLOps stacks on the cloud.
https://mlstacks.zenml.io/
Apache License 2.0
246 stars 32 forks source link

azueml-minimal stack produces resources to which one has no access rights to #31

Closed fschlz closed 1 year ago

fschlz commented 1 year ago

After tinkering with the .tf files a bit I got everything to be deployed to Azure. (I realize zenml stack recipes are in alpha, but maybe exclude them for the moment, because they do not work at all) A cookiecutter template might be better option here to set all necessary variables right away, then just use Terraform.

In any case, the Azure ML service that is provisioned doesn't give my user viewing rights to see the jobs that run in the workspace. Also, when you provision manually, a folder structure is setup /Users/{username} in the Notebooks section, that's also missing. When I try to create it myself, Azure won't let me.

wjayesh commented 1 year ago

Hi Francisco, thanks for reporting this problem. By default, the user that created the workspace should have owner rights over it and be able to perform all tasks, including watching jobs.