I am trying to change the clouddrive location to another storage account so that I can map it on my computer and upload files directly to it. I am running the following command in azure cli:
clouddrive mount -s subscriptionID -g Resource Group -n storageaccountname -f filesharename
But I am getting this error:
ERROR: Failed to update storage profile. Response: {
"error": {
"code": "UserSettingsNetworkTypeInvalid",
"message": "The user settings network type '<null>' is invalid. The value must be one of 'Isolated,Default'."
}
}
I have looked it up but can't seem to find anything related to this error. Have anyone dealt with this before?
Thanks!