Introduction: In this blog, we will learn how to create a table storage account and insert data using a CSV file. Pre-requisites: A user with a Contributor role in Azure Subscription. Description: Table storage allows you to store the data in a simple tabular format. It’s a cost-effective way to store the data. Modules: 1. Setup 2. Sample CSV Import 3. Connection String Let’s understand...
Introduction: In this blog, we will learn how to connect Power BI with Azure Databricks. Pre-requisites: 1. A user with a co-administrator role in Azure Subscription. 2. Azure Databricks setup 3. Power BI account and desktop application Description: You must have knowledge about how Azure Data lake and Databricks components. Open the Azure Databricks service and follow the below steps. Steps: 1. Get a personal...
Introduction: In this blog, we will learn how to connect Azure Data Lake with Databricks. Pre-requisites: 1. A user with a Contributor role in Azure Subscription. 2. Azure data lake storage account. Problem Statement: We have a data store in Azure data lake in the CSV format and want to perform the analysis using Databricks service. Steps: 1. Register an Azure AD Application. 2. Assign...
Introduction: In this blog, we will learn how to create a Databricks in the Azure Portal. Pre-requisites: A user with a Contributor role in Azure Subscription. Description: Official Definition: Azure Databricks is an Apache Spark-based analytics platform optimized for the Microsoft Azure cloud services platform. Designed with the founders of Apache Spark, Databricks is integrated with Azure to provide one-click setup, streamlined workflows, and an...
Introduction: In this blog, we will learn How to assign a role to Azure AD application. Pre-requisites: 1. A user with an Owner role in Azure Subscription. 2. Azure AD application Problem Statement: We have an Application register under Azure AD and want to assign a role to that application so that it can access the Azure resources. Let’s understand how to assign a Contributor...