Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.
/ AzureSMR Public archive

AzureSMR is no longer being actively developed. For ongoing support of Azure in R, see: https://github.com/Azure/AzureR

License

Notifications You must be signed in to change notification settings

microsoft/AzureSMR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c68ed67 · May 31, 2017
May 31, 2017
May 30, 2017
May 31, 2017
May 31, 2017
May 23, 2017
May 20, 2017
May 30, 2017
May 20, 2017
Dec 20, 2016
May 30, 2017
Dec 21, 2016
May 30, 2017
May 24, 2017

Repository files navigation

AzureSMR: Manage and Interact with Azure Resources.

Project Status: Active - The project has reached a stable, usable state and is being actively developed.


AzureSMR is an R Package for managing a selection of Azure resources, using the Azure Service Manager API. The package exposes function to manage resources, resource groups, storage (blobs and containers), ARM templates, virtual machines and HDInsight (nodes, Hive and Spark). To use the package, you must configure an Azure Active Directory application and service principal in the Azure portal.

To get started with this package, see the vignettes:

To access the package help, just type ?AzureSMR into your code editor.

Technical note: The package connects to Azure using standard CRAN packages (for example httr and jsonlite). This means you can use open source R to connect to Azure - you don't need Microsoft R Server.

Code of conduct

This project has adopted the Microsoft Open Source Code of Conduct.
For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.