{"id":77565,"date":"2019-07-01T08:00:41","date_gmt":"2019-07-01T15:00:41","guid":{"rendered":"https:\/\/cloudblogs.microsoft.com\/opensource\/?p=77565"},"modified":"2025-06-27T05:30:05","modified_gmt":"2025-06-27T12:30:05","slug":"azurer-available-create-manage-monitor-azure-services-r","status":"publish","type":"post","link":"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/","title":{"rendered":"AzureR now available: Create, manage, and monitor Azure services with R"},"content":{"rendered":"\n<p><a href=\"https:\/\/github.com\/Azure\/AzureR\">AzureR<\/a>, a family of packages that provides tools to manage Azure resources from the\u00a0<a href=\"https:\/\/www.r-project.org\/\">open source R language<\/a>, is now available.<\/p>\n\n\n\n<p>If you code in&nbsp;<a href=\"https:\/\/docs.microsoft.com\/en-us\/python\/azure\/?view=azure-python\">Python<\/a>,&nbsp;<a href=\"https:\/\/docs.microsoft.com\/en-us\/dotnet\/azure\/?view=azure-dotnet\">C#<\/a>,&nbsp;<a href=\"https:\/\/docs.microsoft.com\/en-us\/java\/azure\/?view=azure-java-stable\">Java<\/a>&nbsp;or&nbsp;<a href=\"https:\/\/docs.microsoft.com\/en-us\/javascript\/azure\/?view=azure-node-latest\">JavaScript<\/a>, you already have a rich&nbsp;<a href=\"https:\/\/docs.microsoft.com\/azure\/?WT.mc_id=Revolutions-blog-davidsmi#pivot=sdkstools\">selection of SDKs<\/a>&nbsp;to choose from to interact with Azure. AzureR extends SDK support to the R language, by providing a selection of lightweight yet powerful packages to fill basic infrastructure needs for Azure users.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/07\/Azure-R.png\" alt=\"Diagram of Azure Services that AzureR supports\" \/><\/figure>\n\n\n\n<p>The AzureR family includes eight packages that extend the R language with tools to create, manage, and monitor Azure resources and services. The packages depend only on R and other open source components of the R ecosystem (such as the R packages \u201chttr\u201d, \u201cjsonlite\u201d and \u201cR6\u201d); there is no requirement to install the Azure CLI, Python or PowerShell. All of the packages are available on the official R package repository&nbsp;<a href=\"https:\/\/cran.r-project.org\/\">CRAN<\/a>&nbsp;are openly&nbsp;<a href=\"https:\/\/github.com\/Azure\/AzureR\">developed on GitHub<\/a>&nbsp;within the Azure organization and are mirrored as part of the&nbsp;<a href=\"https:\/\/cloudyr.github.io\/\">cloudyr project<\/a>.<\/p>\n\n\n\n<p>The AzureR packages allow R users to interact with Azure services including:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/docs.microsoft.com\/azure\/active-directory\/develop\/index?WT.mc_id=Revolutions-blog-davidsmi\">Azure Active Directory<\/a>: the\u00a0<a href=\"https:\/\/github.com\/Azure\/AzureAuth\">AzureAuth<\/a>\u00a0package provides authentication functionality. Use this package to obtain OAuth 2.0 tokens for any Azure service that uses Azure Active Directory (AAD) for authentication. It supports AAD v1.0 and v2.0; authenticating with certificates; and multiple authentication flows, including authorization code, device code, client credentials, on-behalf-of, and resource owner grant.<\/li>\n\n\n\n<li><a href=\"https:\/\/docs.microsoft.com\/azure\/azure-resource-manager\/resource-group-overview?WT.mc_id=Revolutions-blog-davidsmi\">Azure Resource Manager<\/a>: the\u00a0<a href=\"https:\/\/github.com\/Azure\/AzureRMR\">AzureRMR<\/a>\u00a0package provides an interface to Azure subscriptions, resource groups, resources and templates. Resources can be created, updated and deleted, templates can be deployed and removed, and role-based permissions assigned.<\/li>\n\n\n\n<li><a href=\"https:\/\/docs.microsoft.com\/graph\/?WT.mc_id=Revolutions-blog-davidsmi\">Microsoft Graph<\/a>: the\u00a0<a href=\"https:\/\/github.com\/Azure\/AzureGraph\">AzureGraph<\/a>\u00a0package provides an interface to data in Microsoft Graph, a comprehensive framework for accessing data in various Microsoft online services including Office 365, Windows and Azure Active Directory. Its main functionality revolves around registered apps and service principals in AAD, with a view to supporting the other packages in the family, but it can also be used to manage other objects in Graph.<\/li>\n\n\n\n<li><a href=\"https:\/\/docs.microsoft.com\/azure\/key-vault\/?WT.mc_id=Revolutions-blog-davidsmi\">Azure Key Vault<\/a>: the\u00a0<a href=\"https:\/\/github.com\/Azure\/AzureKeyVault\">AzureKeyVault<\/a>\u00a0package provides a Resource Manager and client interface to secrets stored in Azure Key Vault. It supports all the standard operations with objects stored in Key Vault, such as encryption and decryption, certificate signing, and storage account key management.<\/li>\n\n\n\n<li><a href=\"https:\/\/docs.microsoft.com\/azure\/storage\/?WT.mc_id=Revolutions-blog-davidsmi\">Azure Storage<\/a>: the\u00a0<a href=\"https:\/\/github.com\/Azure\/AzureStor\">AzureStor<\/a>\u00a0package provides a Resource Manager and client interface to storage accounts. The client interface supports blob, file and Data Lake Gen2 storage. Features include parallel file transfers, retry on error, and an interface to the\u00a0<a href=\"https:\/\/docs.microsoft.com\/azure\/storage\/common\/storage-use-azcopy-v10?WT.mc_id=Revolutions-blog-davidsmi\">AzCopy v10<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/azure.microsoft.com\/product-categories\/containers\/?WT.mc_id=Revolutions-blog-davidsmi\">Containers<\/a>: the\u00a0<a href=\"https:\/\/github.com\/Azure\/AzureContainers\">AzureContainers<\/a>\u00a0package provides a Resource Manager and client interface to\u00a0<a href=\"https:\/\/docs.microsoft.com\/azure\/container-instances\/?WT.mc_id=Revolutions-blog-davidsmi\">Azure Container Instances<\/a>,\u00a0<a href=\"https:\/\/docs.microsoft.com\/azure\/container-registry\/?WT.mc_id=Revolutions-blog-davidsmi\">Azure Container Registry<\/a>, and\u00a0<a href=\"https:\/\/docs.microsoft.com\/azure\/aks\/?WT.mc_id=Revolutions-blog-davidsmi\">Azure Kubernetes Service<\/a>. Build a Docker image and push it to ACR, deploy it to ACI, or create a service on AKS. As a bonus, AzureContainers can talk to any Docker registry or Kubernetes cluster, not just those in Azure.<\/li>\n\n\n\n<li><a href=\"https:\/\/docs.microsoft.com\/azure\/virtual-machines\/?WT.mc_id=Revolutions-blog-davidsmi\">Virtual machines<\/a>:\u00a0<a href=\"https:\/\/github.com\/Azure\/AzureVM\">AzureVM<\/a>\u00a0is a package for deploying and interacting with virtual machines. It provides a flexible, powerful interface that lets you customize nearly all aspects of the deployment, including reusing existing resources and support for managing clusters of VMs via\u00a0<a href=\"https:\/\/docs.microsoft.com\/azure\/virtual-machine-scale-sets\/?WT.mc_id=Revolutions-blog-davidsmi\">virtual machine scalesets<\/a>. A selection of predefined configurations is also provided to allow easy deployment of commonly used Linux and Windows images including the\u00a0<a href=\"https:\/\/docs.microsoft.com\/azure\/machine-learning\/data-science-virtual-machine\/?WT.mc_id=Revolutions-blog-davidsmi\">Data Science Virtual Machine<\/a>\u00a0which includes R, Python and other data science tools.<\/li>\n\n\n\n<li><a href=\"https:\/\/docs.microsoft.com\/azure\/data-explorer\/?WT.mc_id=Revolutions-blog-davidsmi\">Azure Data Explorer<\/a>: the\u00a0<a href=\"https:\/\/github.com\/Azure\/AzureKusto\">AzureKusto<\/a>\u00a0package provides a Resource Manager and client interface to Azure Data Explorer (also known as Kusto), a fast, fully managed data analytics service for real-time analysis on large volumes of data streaming from applications, websites, IoT devices, and more. The package provides interfaces to Kusto via the R \u201cdplyr\u201d and \u201cDBI\u201d packages, as well as the ability to manage clusters and database principals.<\/li>\n<\/ul>\n\n\n\n<p>Here is an example to illustrate how these packages can be used together. We create a resource group and storage account in AzureRMR, and a registered app in AzureGraph. We then assign the necessary permissions for the app to access the storage account. On the client side, we then use AzureStor and AzureAuth to upload a file to the storage account, authenticating via the app.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nlibrary(AzureRMR)\nlibrary(AzureGraph)\nlibrary(AzureStor)\n\n# set your Azure organization and subscription details here\ntenant <- \"mytenant\"\nsub_id <- \"12345678-aaaa-bbbb-cccc-0123456789ab\"\n\n# create a Graph client\ngr <- AzureGraph::create_graph_login(tenant)\n\n# create an app (associated service principal will also \n# be created automatically)\napp <- gr$create_app(\"AzureRapp\")\n\n# create a Resource Manager client\naz <- AzureRMR::create_azure_login(tenant)\n\n# create the resource group and storage account\nrg <- az$\n    get_subscription(sub_id)$\n    create_resource_group(\"AzureRsample\", location=\"westus\")\n\n# create a storage account -- StorageV2, Standard_LRS\nstor <- rg$create_storage_account(\"azurerstor\")\n\n# give blob contributor rights to the app\nstor$add_role_assignment(app, \"Storage blob data contributor\")\n\n## client side:\n\n# authenticate with the app\ntoken <- AzureAuth::get_azure_token(\n    resource=\"https:\/\/storage.azure.com\",\n    tenant=tenant,\n    app=app$properties$appId,\n    password=app$password\n)\n\n# blob endpoint object\nstor_client <- storage_endpoint(\"https:\/\/azurerstor.blob.core.windows.net\", token=token)\n\n# create a blob container --\n# authentication details passed down from endpoint\nstor_container <- create_storage_container(stor_client, \"mycontainer\")\n\n# upload a file\nstorage_upload(stor_container, \"\/path\/to\/mybigfile.txt\", \"mybigfile.txt\")\n<\/pre><\/div>\n\n\n<p>Together, the AzureR packages provide the capability to efficiently and securely access the Azure services that are most likely to be relevant to R users. R users can install the R packages from the&nbsp;<a href=\"https:\/\/cran.r-project.org\/\">CRAN package repository<\/a>&nbsp;today, and get started using their existing Azure subscription. New subscribers can also&nbsp;<a href=\"https:\/\/azure.microsoft.com\/free\/?WT.mc_id=Revolutions-blog-davidsmi\">create a free Azure account<\/a>&nbsp;with access to Azure\u2019s free services and $200 in Azure credits towards everything else.<\/p>\n\n\n\n<p>For more information about AzureR, please&nbsp;<a href=\"https:\/\/github.com\/Azure\/AzureR\">visit the AzureR repository<\/a>&nbsp;in GitHub, where comments and suggestions (and pull requests!) are always welcome.<\/p>\n\n\n\n<p>Questions or feedback? Let us know in the comments below.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>AzureR, a family of packages that provides tools to manage Azure resources from the\u00a0open source R language, is now available. If you code in&nbsp;Python,&nbsp;C#,&nbsp;Java&nbsp;or&nbsp;JavaScript, you already have a rich&nbsp;selection of SDKs&nbsp;to choose from to interact with Azure.<\/p>\n","protected":false},"author":5562,"featured_media":95474,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"msxcm_post_with_no_image":false,"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","footnotes":""},"post_tag":[2272],"content-type":[346],"topic":[2238,2239,2241],"programming-languages":[],"coauthors":[642,645],"class_list":["post-77565","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","tag-microsoft","content-type-news","topic-ai-machine-learning","topic-analytics","topic-cloud","review-flag-1593580428-734","review-flag-1593580415-931","review-flag-1593580771-946","review-flag-2-1593580437-411","review-flag-alway-1593580310-39","review-flag-free-1593619513-693","review-flag-iot-1680213327-385","review-flag-new-1593580248-669"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AzureR now available: Create, manage, and monitor Azure services with R<\/title>\n<meta name=\"description\" content=\"AzureR, a family of packages that provides tools to manage Azure resources from the open source R language, is now available.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AzureR now available: Create, manage, and monitor Azure services with R\" \/>\n<meta property=\"og:description\" content=\"AzureR, a family of packages that provides tools to manage Azure resources from the open source R language, is now available.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Open Source Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-07-01T15:00:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-27T12:30:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/CLO24-Azure-Manufacturing-008.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1170\" \/>\n\t<meta property=\"og:image:height\" content=\"640\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Hong Ooi, David Smith\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@OpenAtMicrosoft\" \/>\n<meta name=\"twitter:site\" content=\"@OpenAtMicrosoft\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Hong Ooi, David Smith\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 min read\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/\"},\"author\":[{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/author\/hong-ooi\/\",\"@type\":\"Person\",\"@name\":\"Hong Ooi\"},{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/author\/david-smith\/\",\"@type\":\"Person\",\"@name\":\"David Smith\"}],\"headline\":\"AzureR now available: Create, manage, and monitor Azure services with R\",\"datePublished\":\"2019-07-01T15:00:41+00:00\",\"dateModified\":\"2025-06-27T12:30:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/\"},\"wordCount\":809,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/CLO24-Azure-Manufacturing-008.webp\",\"keywords\":[\"Microsoft\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/\",\"name\":\"AzureR now available: Create, manage, and monitor Azure services with R\",\"isPartOf\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/CLO24-Azure-Manufacturing-008.webp\",\"datePublished\":\"2019-07-01T15:00:41+00:00\",\"dateModified\":\"2025-06-27T12:30:05+00:00\",\"description\":\"AzureR, a family of packages that provides tools to manage Azure resources from the open source R language, is now available.\",\"breadcrumb\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/#primaryimage\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/CLO24-Azure-Manufacturing-008.webp\",\"contentUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/CLO24-Azure-Manufacturing-008.webp\",\"width\":1170,\"height\":640,\"caption\":\"Developer looking at code\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/opensource.microsoft.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AzureR now available: Create, manage, and monitor Azure services with R\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#website\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/\",\"name\":\"Microsoft Open Source Blog\",\"description\":\"Open dialogue about openness at Microsoft \u2013 open source, standards, interoperability\",\"publisher\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/opensource.microsoft.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#organization\",\"name\":\"Microsoft Open Source Blog\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"contentUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"width\":259,\"height\":194,\"caption\":\"Microsoft Open Source Blog\"},\"image\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/OpenAtMicrosoft\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AzureR now available: Create, manage, and monitor Azure services with R","description":"AzureR, a family of packages that provides tools to manage Azure resources from the open source R language, is now available.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/","og_locale":"en_US","og_type":"article","og_title":"AzureR now available: Create, manage, and monitor Azure services with R","og_description":"AzureR, a family of packages that provides tools to manage Azure resources from the open source R language, is now available.","og_url":"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/","og_site_name":"Microsoft Open Source Blog","article_published_time":"2019-07-01T15:00:41+00:00","article_modified_time":"2025-06-27T12:30:05+00:00","og_image":[{"width":1170,"height":640,"url":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/CLO24-Azure-Manufacturing-008.png","type":"image\/png"}],"author":"Hong Ooi, David Smith","twitter_card":"summary_large_image","twitter_creator":"@OpenAtMicrosoft","twitter_site":"@OpenAtMicrosoft","twitter_misc":{"Written by":"Hong Ooi, David Smith","Est. reading time":"4 min read"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/#article","isPartOf":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/"},"author":[{"@id":"https:\/\/opensource.microsoft.com\/blog\/author\/hong-ooi\/","@type":"Person","@name":"Hong Ooi"},{"@id":"https:\/\/opensource.microsoft.com\/blog\/author\/david-smith\/","@type":"Person","@name":"David Smith"}],"headline":"AzureR now available: Create, manage, and monitor Azure services with R","datePublished":"2019-07-01T15:00:41+00:00","dateModified":"2025-06-27T12:30:05+00:00","mainEntityOfPage":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/"},"wordCount":809,"commentCount":1,"publisher":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#organization"},"image":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/#primaryimage"},"thumbnailUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/CLO24-Azure-Manufacturing-008.webp","keywords":["Microsoft"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/","url":"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/","name":"AzureR now available: Create, manage, and monitor Azure services with R","isPartOf":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/#primaryimage"},"image":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/#primaryimage"},"thumbnailUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/CLO24-Azure-Manufacturing-008.webp","datePublished":"2019-07-01T15:00:41+00:00","dateModified":"2025-06-27T12:30:05+00:00","description":"AzureR, a family of packages that provides tools to manage Azure resources from the open source R language, is now available.","breadcrumb":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/#primaryimage","url":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/CLO24-Azure-Manufacturing-008.webp","contentUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/CLO24-Azure-Manufacturing-008.webp","width":1170,"height":640,"caption":"Developer looking at code"},{"@type":"BreadcrumbList","@id":"https:\/\/opensource.microsoft.com\/blog\/2019\/07\/01\/azurer-available-create-manage-monitor-azure-services-r\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/opensource.microsoft.com\/blog\/"},{"@type":"ListItem","position":2,"name":"AzureR now available: Create, manage, and monitor Azure services with R"}]},{"@type":"WebSite","@id":"https:\/\/opensource.microsoft.com\/blog\/#website","url":"https:\/\/opensource.microsoft.com\/blog\/","name":"Microsoft Open Source Blog","description":"Open dialogue about openness at Microsoft \u2013 open source, standards, interoperability","publisher":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/opensource.microsoft.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/opensource.microsoft.com\/blog\/#organization","name":"Microsoft Open Source Blog","url":"https:\/\/opensource.microsoft.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","contentUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","width":259,"height":194,"caption":"Microsoft Open Source Blog"},"image":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/OpenAtMicrosoft"]}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Open Source Blog","distributor_original_site_url":"https:\/\/opensource.microsoft.com\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts\/77565","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/users\/5562"}],"replies":[{"embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/comments?post=77565"}],"version-history":[{"count":1,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts\/77565\/revisions"}],"predecessor-version":[{"id":97739,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts\/77565\/revisions\/97739"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/media\/95474"}],"wp:attachment":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/media?parent=77565"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/post_tag?post=77565"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/content-type?post=77565"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/topic?post=77565"},{"taxonomy":"programming-languages","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/programming-languages?post=77565"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/coauthors?post=77565"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}