AzureR and AzureKeyVault
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
by Hong Ooi, senior data scientist, Microsoft Azure
Just a couple of announcements regarding my family of packages for working with Azure from R.
First, the packages have moved from the cloudyr org on GitHub to the Azure org, thus making them “official”. A (rather spartan) homepage is here, containing links to the individual repos:
https://github.com/Azure/AzureR
The cloudyr repos will remain, but going forward they'll be mirrors of the main repos in Azure. Please submit issues and PRs to the Azure repos.
Second, the AzureKeyVault package is now available, on GitHub and on CRAN! This is an interface to the Key Vault service, which allows secure storage of cryptographic keys, certificates, and generic secrets. Both Resource Manager and client interfaces are provided. The package allows you to carry out operations such as encryption and decryption, certificate signing, and managing storage account keys.
Some sample code:
Any comments and feedback welcome.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.