Publish an Angular Application to Azure static web apps with Azure Devops

Microsoft introduced App Service Static Web Apps in Preview at Build 2020 as”Azure static web apps“, a service which allows web developers to build and deploy website to any environment from Github repository for free. Developers can deploy applications in minute while taking the advantage of scaling and cost savings offered by azure functions as… Read More Publish an Angular Application to Azure static web apps with Azure Devops

How to resolve : Cosmos DB x-ms-partitionkey Error

One of the most repeated question that i came across on stackoverflow on the tag #Cosmosdb is that how to resolve the error “The partition key supplied in x-ms-partitionkey header has fewer components than defined in the the collection” This error could occur when you are attempting to get a Document from Cosmosdb using the… Read More How to resolve : Cosmos DB x-ms-partitionkey Error

Best practices in handling Azure Service Bus dead-letter messages

Overview :  Azure Service Bus is being used as one of the most reliable enterprise messaging services across different domains like health care, finance etc. Often, users do have uncertainties in handling the dead-letter messages. Before diving into the best practices, I would like to give you a quick introduction on dead-lettered messages. Azure Service… Read More Best practices in handling Azure Service Bus dead-letter messages

Build and Deploy Future Proof Application with Azure Kubernetes Service in 10 Minutes (Nodejs, Go + AKS)

Quarantine, self isolation , social distancing for the past one month, I’m living with these words. While most of us are investing this time to learn new technologies/tools. I challenged myself to skill up myself and have deep knowledge on certain services on Azure. Kubernetes provides a uniform way of managing containers. Its aim is… Read More Build and Deploy Future Proof Application with Azure Kubernetes Service in 10 Minutes (Nodejs, Go + AKS)

Tip : Connect/Navigate to Microsoft Teams From any Web App

I was working with a partner recently in developing Apps and integrated them as a part of Teams. At times there are questions from customers whether they would be able to utilize the features of teams within their application. The simple answer for the will be NO as Teams Platform Architecture is enabling developers to… Read More Tip : Connect/Navigate to Microsoft Teams From any Web App

Build a BOT in quick time to support COVID Scenario and place it with Teams and Your Website!

Overview This is my 2nd post about a Chatbot solution to address the world wide problem “CoronaVirus” panademic. As it is now spreading across the world and its really vital to provide all citizens of the countries with up-to-date information. As we know it has come to a level that certain countries are in lockdown… Read More Build a BOT in quick time to support COVID Scenario and place it with Teams and Your Website!

How world reacts to Work from home(#WFH) using Serverless with Azure(CosmosDB + Functions + LogicApps)

Overview: Due to the recent COVID outbreak and as it continues to spread throughout the world, employees are being to asked to work from home. While most of the companies are already getting adapted to this new way of working, there are mixed opinions among employees from different parts of the world. IMO , Working from… Read More How world reacts to Work from home(#WFH) using Serverless with Azure(CosmosDB + Functions + LogicApps)