#Azure Authentication

Tags: 2 posts

September 15, 2019 1 min read

List, Create and Move Folder within Azure Datalake Store Gen1 using R and Rest API

The following code snippets are on creating a connection to Azure Data Lake Storage Gen1 using R with Service-to-Service authentication with client secret and client id using REST API to list, create and move any folder in a azure data lake store …
September 6, 2019 1 min read

Read and Write Excel from Azure Datalake Store using R and Rest API

The following code snippets are on creating a connection to Azure Data Lake Storage Gen1 using R with Service-to-Service authentication with client secret and client id using REST API and read and write an excel file. Import Prerequisite …