This ended up being the source of the problem:
Set up as Workspace Owner and Data Scientist role, but cannot create notebooks/write files
I just set up a Workspace under my Subscription, and am the Owner on both. I'm trying to work in Azure ML in this Workspace, where I have a Azure ML Data Scientist role for myself as well, and keep getting this message when I try to create a new notebook:
You do not have access to the workspace storage account. The storage account may be behind a VNET. Contact your administrator if this error persists. Learn more
I'm not sure what to do to get write permission in my own Workspace at this point, has anyone else run into this?
2 answers
Sort by: Most helpful
-
-
Azar 24,600 Reputation points MVP
2024-12-11T17:41:21.46+00:00 Hi there Stephen Webb
Thanks for using QandA platform
i guess the issue might be related to the registration of the resource provider for the storage account. Every type of resource in Azure, requires its resource provider to be registered at the subscription level.
Go to the Azure Portal and navigate to your subscription, Under the Settings section, find Resource Providers. make sure that the Microsoft.Storage resource provider is registered.
Only a subscription owner can register resource providers, so if you don’t have that role, you’ll need to contact the subscription administrator to complete this step. Once Microsoft.Storage is registered, you should be able to access the workspace storage account and create notebooks.
Ref- registering resource providers.
If this helps kindly accept the answer thanks much.