Azure Archives - Page 7 of 9 - - Page 7

Category Archives: Azure

How to solve CORs Error

This Blog will guide you on solving the CORs Error. It is a common issue faced by many while configuring and testing their first API in API Management. Few Setting will solve this Problem for you.

Share Story :

Create Azure Logic Apps

Posted On September 3, 2020 by Admin Posted in Tagged in ,

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 copy data from rest API to Azure data lake via Azure Data Factory

Posted On August 11, 2020 by Sandip Patel Posted in

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

Posted On July 15, 2020 by Sandip Patel Posted in

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 :

Secured By miniOrange