Category: AzureAzure
Azure
Copying Excel files from source to destination in Excel format using ADF Pipeline
Inkey, August 16, 2024341 Views
As Azure Data Factory (ADF) does not offer Excel as a sink option, an alternative method is required to copy Excel files using ADF pipelines. Implementation Step 1: Utilize the “Get Metadata” activity to retrieve the list of files stored in the blob storage. Select the “Child Items” option from the field list to include […]
Read moreDynamically copying all types of files, including Excels, JSON, CSV, and TXT, using a single copy data activity in ADF
Inkey, August 2, 2024399 Views
The objective is to copy various types of files, including JSON, CSV, Text, and Excel files, using a single Copy data activity in Azure Data Factory (ADF) pipeline. Implementation: Step 1: Utilize the “Get Metadata” activity to retrieve the list of files stored in the blob storage. Select the “Child Items” option from the field […]
Read moreHarnessing Innovation with Microsoft Azure Services
Admin, April 23, 2024512 Views
The world of cloud computing has completely transformed how businesses operate and innovate. Microsoft Azure stands out as a leading cloud platform, by offering unmatched scalability and agility to organizations all over the globe. Our Microsoft Azure services encompass a wide range of offerings, from deploying infrastructure to modernizing applications. Whether you’re migrating to Azure, […]
Read moreImplementing ADF Branches and Filters for Employee Training
Inkey, March 22, 2024445 Views
In one organization, there is one analysis of employee’s performance on different technologies based on the technologies they know and ratings from their manager. If they don’t meet the required criteria, then that employee will get training for those technologies. Input: emp_id MSBI PowerBI ratings from the manager 101 null x 3 101 null null […]
Read moreCopy Data Dynamically From Multiple Sources To Multiple Sinks In ADF
Admin, December 5, 20231961 Views
In this blog we are going to learn how to implement Dynamic Mapping to copy data from multiple sources to sinks in ADF. The below attached images show that there are 2 pair of source-destination tables. Now the source table is holding some data while the destination tables is blank, but its schema is similar […]
Read moreAccess SharePoint Online Data Using Postman Part 2
Inkey, March 11, 20224722 Views
Now, in this blog we will see how to access SharePoint online data. In this example, we will resize SharePoint Online image by using the Microsoft Graph API via SharePoint using the /_api/v2.0. We need to specify the size; large, small, and medium; in the request URL to resize the image that would give us […]
Read moreAccess SharePoint Online Data Using Postman Part 1
Admin, February 3, 202213368 Views
In this blog, we will show you how we can interact with SharePoint via Rest APIs and perform actions like adding, updating, deleting, and fetching data using Postman. We are using two operations SharePoint App Registration and Azure AD app (Graph API). The important factor is Authentication and Authorization while accessing SharePoint information. Generate […]
Read moreMake Microsoft Azure Function App editable or read-only
Inkey, May 9, 201914654 Views
There are basically two ways to create and publish the Function App in the Microsoft Azure. One of the ways is to create the Function App directly in the Microsoft Azure and publishing it from there itself. The second way is to create the Function App in the Visual Studio and publishing it from the […]
Read moreAzure FunctionApp Error: The binding type(s) ‘serviceBusTrigger’ are not registered[SOLVED]
Inkey, April 11, 201914488 Views
At times we are stuck with issues which look very clear but takes everything out of you to resolve them. Recently, I had faced one of them during the deployment of one of my FunctionApp at Azure. Actually, I had to deploy a FunctionApp from the VisualStudio. I deployed it successfully but while selecting the […]
Read moreUpload document to SharePoint from Microsoft D365 CE using C# Web API & manage SharePoint document metadata
Inkey, March 20, 20199730 Views
The integration of Microsoft D365 CE with SharePoint has enabled the document management in SharePoint precisely in the form of folders and subfolders, in a structured way. Today in this blog, let’s learn how we can upload the documents in SharePoint from the D365 CE using the Dot Net c# web API code with a […]
Read more