Category Archives: Azure
Create Azure Logic Apps
Login to https://portal.azure.com/ Search for logic app in search bar in top header. Click on Add. After clicking on Add, a new form opens. Select Subscription, here I selected Pay-As-You-Go. Select Resource group, here I created new Resource group with name AzureLogicAppLearning. Enter Logic App name in my case it is SendEmailOnAccountCreation. Select the location, here I selected Southeast Asia. … Continue reading Create Azure Logic Apps
Share Story :
Setting Up Notifications in Azure API management Service
`Read this Blog to understand how you can configure API Management notification settings for Users to receive notifications for new subscriptions
Share Story :
How to read files from SharePoint and store in Azure Blob Storage
This blog will help you resolve common errors that one might come across while integration between SharPoint and Azure Blob and will also guide you through how it is achieved.
Share Story :
How to Customize the API management new Developer Portal
Learn how you can customize the new Azure API management Developer Portal.
Share Story :
How to copy data from rest API to Azure data lake via Azure Data Factory
In this blog I am going to explain you how to copy data from rest API to Azure data lake using Azure Data Factory. Step 1: Create an azure storage account via azure portal using your credentials. Step 2: Once your storage creation done, create a container called “restapidata” that will going to use to … Continue reading How to copy data from rest API to Azure data lake via Azure Data Factory
Share Story :
How to capture the detail level logs when Azure Data Factory Pipeline fails or success
In this blog I am going to explain you how to store detail level logs when Azure Data Factory Pipeline fails or success. First you need to create ADF_LogsRecording table using following SQL script. CREATE TABLE [dbo].[ADF_LogsRecording]( [LogsRecordingID] [int] IDENTITY(1,1) NOT NULL, [DataFactoryName] [nvarchar](200) NULL, [PipelineName] [nvarchar](200) NULL, [PipelineId] [nvarchar](200) NULL, [PipelineStartTime] [datetime] NULL, [ErrorCode] … Continue reading How to capture the detail level logs when Azure Data Factory Pipeline fails or success
Share Story :
Integration of CSV file from ADLS to Azure SQL DB using ADF
Go through the blog to understand how to integrate a CSV file stored in your ADLS to Azure SQL DB.
Share Story :
Azure Logic App for creating an API for SQL DB.
Read this blog to understand how one can create logic App using Azure portal to create an API for SQL DB.
Share Story :
Triggering A Logic App
Read this blog to understand about Triggers in Logic App. Learn how you can work with Simple Timer Invoke and how to trigger Logic App containing a start Block as ‘When an HTTP request is received’
Share Story :
Develop D365 Finance, SCM and Retail Reports using Azure Data Lake Gen2
The BYOD feature for the Dynamics 365 for finance and Operations was release in 2016, it’s provide feature for the customer to bring their own Azure SQL Database, but the drawback through this was Entity Store only accessible for the inbuilt data warehouse only which means it is not accessible to outside D365. The new … Continue reading Develop D365 Finance, SCM and Retail Reports using Azure Data Lake Gen2