Microsoft Dataflex – A new low-code data platform

The COVID-19 crisis has rapidly changed the way we live and work. Most of us are working remotely and this is going to be the new Normal for quite sometime. Microsoft has made an announcement in Inspire related a new low code data platform for Microsoft Teams called "Microsoft Dataflex". This is another step towards … Continue reading Microsoft Dataflex – A new low-code data platform

All about Microsoft Graph

Recently I started exploring Office365 services and thought of using Microsoft graph for my development instead of using native service rest api's. In this post I'll explain all about Microsoft graph. Lets get started. What is Microsoft Graph? Microsoft Graph is the gateway to access services in Microsoft 365 space. Its a single api to … Continue reading All about Microsoft Graph

Understanding spfx Solution Structure

If you have just started with spfx development and probably wondering the files in the solution structure generated by Yeoman generator for spfx webaparts, this post is for you. In this post I'll explain the various files which are created as part of spfx solution. To brief you about spfx, its a new framework introduced … Continue reading Understanding spfx Solution Structure

Azure Architectural Components

If you are new to azure, you will hear many new words like regions, geographies, availability sets, availability zones, resource groups etc. In this article i'll give you brief introduction about these concepts. Azure Regions Microsoft Azure is made up of datacenters located around the globe. These datacenters are organized and made available to end … Continue reading Azure Architectural Components

Cloud Computing concepts

What is cloud computing? Cloud computing is the delivery of computing services—servers, storage, databases, networking, software, analytics, intelligence and more—over the internet (the cloud), enabling faster innovation, flexible resources, and economies of scale. You typically pay only for cloud services you use, helping lower your operating costs, run your infrastructure more efficiently, and scale as your … Continue reading Cloud Computing concepts

Unable to deployAdd-in from Site – SharePoint 2019

I was spinning my head to find out how to remove an app from the site which does not appear on the site, recycle bin or site recycle bin. I have encountered this problem multiple times now and every time this happens, I am kind of stuck and unable to deploy the same app. I … Continue reading Unable to deployAdd-in from Site – SharePoint 2019

SharePoint 2019 – SharePoint Home missing.

I was trying to setup the SharePoint 2019 environment for staging. One of the new features introduced in SharePoint 2019 is "SharePoint Home" (which is used to be called as "Sites" in SharePoint 2016). The "SharePoint Home" is one stop which includes the activities from the sites which user follows. It is a personalized experience … Continue reading SharePoint 2019 – SharePoint Home missing.

PowerShell for Creating UPA- SharePoint 2019

Create User Profile Service Application Creating user profile service application via PS is easy, just run the below PS script and it will create the User Profile Service Application and proxy for you. Add-PSSnapin Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue #Configuration Parameters $ServiceAppName = "User Profile Service Application" $ServiceAppProxyName = "User Profile Service Application Proxy" $AppPoolAccount = "svc_sp_dev_apppool" … Continue reading PowerShell for Creating UPA- SharePoint 2019

Configure Search Service Application in SharePoint 2019

Provisioning Search service application involves many steps. In this blog post I will walk you through to the number of steps required for configuring SharePoint search service application. I did this in SharePoint 2019, but you can do it for 2016 and 2013 as well. Search has many components which needs to be provisioned. Below … Continue reading Configure Search Service Application in SharePoint 2019