microsoft / AzureSMR

AzureSMR is no longer being actively developed. For ongoing support of Azure in R, see: https://github.com/Azure/AzureR
Other
60 stars 43 forks source link

azureSAGetKey() fails for classic storage #84

Open glglgithub opened 7 years ago

glglgithub commented 7 years ago

I got the following error message:

Fetching Storage Key..
Error: azureSAGetKey()
The Resource 'Microsoft.Storage/storageAccounts/mcc360prdstorage'
under resource group 'Default-Storage-SoutheastAsia' was not
found.
Return code: 404

However, from resource list, I found that the storage should be under:

/subscriptions/8291f806-7141-425b-***/resourceGroups/Default-Storage-**a/providers/Microsoft.ClassicStorage/storageAccounts/mcc360prdstorage
andrie commented 7 years ago

We don't support any of the classic resources at the moment, sorry.

Pull requests for additional functionality are welcome.

glglgithub commented 7 years ago

Classic resources support is highly required. The classic resources storage has been used as data lake where many data feeds have been dumping to for 3 yrs already. It's impossible to start a new storage, shipped the old storage and re-direct every data stream to the new one.

why azureListSA() has hard-coded type parameter as type_sa <- "Microsoft.Storage/storageAccounts"