AzureSMR
AzureSMR copied to clipboard
AzureSMR is no longer being actively developed. For ongoing support of Azure in R, see: https://github.com/Azure/AzureR
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,...
Running the Azure azureResizeHDI command I've noticed the REST reply from HDIConf does not provide a consistent way of showing the state as the cluster state is up and running....
Currently, only SPNs are supported authentication from AzureSMR to Azure APIs. Certain cases, such as ADLS access, would benefit from user based authentication.
Data scientists currently use httr to make rest calls to ADLS. A higher level SDK or R package would be very beneficial.
Provide unit tests for: * deploy template * deployment status * delete deployment * cancel deployment
Description of SAS: https://docs.microsoft.com/en-us/azure/storage/storage-dotnet-shared-access-signature-part-1
Currrently only supports HDI Standard. Workaround - use templates. Plan :- add support for HDI Premium + ADLS
Add some code examples. Without code examples, `R CMD check` throws warnings. Although almost all the code requires authentication, we can still use `\dontrun{}` segments to illustrate typical patterns.