Sathish Nadarajan

How to Create Discussions List Topics Programmatically using C# Patterns and Practice (PNP)

In this article let us see how to create the topics in a discussion list programmatically using C# Patterns and Practice.

Ahamed Fazil Buhari

How to change Azure Function App version using Azure CLI

In this article we will look into how to change version of Function App using Azure CLI

Manimekalai

PowerShell script to set user email in the access request settings on Modern SharePoint Site

In this article let us see how to change or add the user to access request list

Sathish Nadarajan

Step by Step Procedure to create Nested Flow – Microsoft Flow

Recently I was facing a workflow which has more than 300 actions in that. I was about to convert the steps to the equivalent Flow actions. In that case, the Nested Flow is the only option. i.e., Create multiple Flows and consume the flow from the parent flow.

Ahamed Fazil Buhari

How to access Azure Function App settings from Azure CLI

In this article we will see how to access your Azure portal especially Azure functions app settings from your machine using Azure CLI command prompt. This is one of the easy ways to access and check for the settings in your azure functions and if we need to update or delete then we can do it from here.

Sathish Nadarajan

How to Use Microsoft Graph Data Connect to Extract Data from Office 365 and Push to Azure Blob Storage – Part 1

In the earlier article we saw what is a graph data connect and how to configure our tenant. In this article let us walk through the simple steps to extract the data from Office 365 and push to blob storage.

Ahamed Fazil Buhari

Publish Azure Function using Visual Studio 2017 – Part 2

This is the continuation of my previous article – Create and Debug Azure Function using Visual Studio 2017 – Part 1 in this article we will concentrate more on publishing azure function which we created in previous article and how to handle it from azure portal.

Sathish Nadarajan

Microsoft Graph Data Connect – Introduction & Configuration

Microsoft Graph Data Connect – A new cool feature by Microsoft. Let us have a discussion about the introduction and see how to configure Data Connect in our Office 365 tenant.

Ahamed Fazil Buhari

Create and Debug Azure Function using Visual Studio 2017 – Part 1

In this article we will see how to create Azure function from VS 2017 its necessary to have basic knowledge on Azure Function before getting deep into this article. And I split this article into two parts since it involves many steps.

Sathish Nadarajan

How to Upload documents to Azure Blob Storage Containers Programmatically using C#

In the earlier articles we saw how to create the Blob Storage through the Azure Console and Programmatically. Now let us see how to upload documents to the Containers programmatically.