I am having this error when I was following the notebook here:
https://learn.microsoft.com/en-us/learn/modules/use-automated-machine-learning/
AzureMLCompute job failed. BFSMountError: unable to mount blob fuse file system Info: Could not mount Azure Blob Container azureml-blobstore-29.......xx12 at workspaceblobstore: Unauthorized. Cannot access the storage account with the given account key. Please verify that the account key is valid. Info: Job environment preparation failed on 10.0.0.4.
{
"message": "AzureMLCompute job failed.\nBFSMountError: unable to mount blob fuse file system\n\tInfo: Could not mount Azure Blob Container azureml-blobstore-29.......xx12 at workspaceblobstore: Unauthorized. Cannot access the storage account with the given account key. Please verify that the account key is valid.\n\tInfo: Job environment preparation failed on 10.0.0.4."
}
It says 'cannot access the storage account' however I am able to run a Jupiter notebook within this compute and access the storage account without any problem. I guess 'account key' is referring to the storage account key. If so, how can I provide it during deployment?
Note:
- I am having a similar error when I try to deploy a model to ACI.
- The AML workspace and so the storages are created in a VNET