AzureSMR is no longer being actively developed. For ongoing support of Azure in R, see: https://github.com/Azure/AzureR
Перейти к файлу
omkarksa f367c20f55 ADLS - Changes to OAuthModule to support getting an access token using RefreshToken or using a DeviceCode. 2017-09-25 18:42:14 +05:30
R ADLS - Changes to OAuthModule to support getting an access token using RefreshToken or using a DeviceCode. 2017-09-25 18:42:14 +05:30
inst More fixes to vignettes #76 2017-06-16 14:05:13 +01:00
man ADLS - Changes to OAuthModule to support getting an access token using RefreshToken or using a DeviceCode. 2017-09-25 18:42:14 +05:30
man-roxygen Document how to use blob store functions without authentication #76 2017-06-16 14:04:22 +01:00
tests ADLS configurable resource, additional checks, code cleanup 2017-09-19 16:12:10 +05:30
vignettes More fixes to vignettes #76 2017-06-16 14:05:13 +01:00
.Rbuildignore Ignore Visual Studio RTVS artefacts 2017-05-20 21:49:55 +01:00
.gitignore First example azureCreateHDI function 2017-05-30 19:24:40 +01:00
AzureSMR.Rproj Merge branch 'master' into dev 2017-05-20 21:58:47 +01:00
CONTRIBUTING.md Add code of conduct; Bump version to 0.2.1 2016-12-20 12:48:06 +00:00
DESCRIPTION Bump version to 0.2.6 2017-06-16 17:19:29 +01:00
LICENSE Rename file to LICENSE 2016-12-21 12:24:04 +00:00
NAMESPACE ADLS - Changes to OAuthModule to support getting an access token using RefreshToken or using a DeviceCode. 2017-09-25 18:42:14 +05:30
README.md Update tutorial.R 2017-06-14 16:11:52 +01:00

README.md

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.