#Azure
Tags: 9 posts
November 27, 2025
•
2 min read
Azure Data Factory: Orchestrating Data Pipelines
Azure Data Factory: Orchestrating Data Pipelines Azure Data Factory (ADF) is a cloud-based data integration service that allows you to create data-driven workflows for orchestrating and automating data movement and data transformation.
Key Components …
November 25, 2025
•
9 min read
Azure Data Lake & Storage: Getting Started Guide
Azure Data Lake & Storage: Getting Started Guide Master Azure’s data storage services including Azure Data Lake Storage (ADLS) Gen2, Blob Storage, and efficient data access patterns. This guide covers essential concepts for building …
September 19, 2025
•
5 min read
Microsoft Fabric: The Unified Analytics Platform
Microsoft Fabric (generally available since November 2023) is Microsoft’s answer to the fragmentation of the modern data stack. Rather than stitching together Azure Synapse, Azure Data Factory, Azure Data Lake, Power BI, and Azure Machine …
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 …
September 2, 2019
•
2 min read
Access Azure Active Directory Groups using R
The following code snippets are on creating a connection to Azure Active Directoy using R with Service-to-Service authentication with client secret and client id using REST API and fetch Active Directory`s groups and associated details with them …
June 10, 2019
•
1 min read
Connect to azure datalake store using R
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. Follow the link, for more details on different ways to connect …
December 22, 2018
•
1 min read
Connect to azure storage (blob) using python
The following code snippets are on creating a connection to Azure Blob Storage using Python with account access key.
For more details on Azure Blob Storage and generating the access key, visit : …
December 20, 2018
•
2 min read
Connect to azure datalake store using python
The following code snippets are on creating a connection to Azure Data Lake Storage Gen1 using Python with Service-to-Service authentication with client secret and client id.
Follow the link, for more details on different ways to connect to Azure …