AzureR and AzureKeyVault

[This article was first published on Revolutions, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
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.

To leave a comment for the author, please follow the link and comment on their blog: Revolutions.

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.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)