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

Effective Monitoring : How to Setup SMS alerts for any unhealthy resource on Azure

If you are hosting your application on any environment whether it’s in cloud or on-prem, an effective monitoring helps to increase the uptime by proactively notifying us of critical issues so that you resolve them before they become problems. An effective monitoring is a part of Devops process which helps you to achieve the following,… Read More Effective Monitoring : How to Setup SMS alerts for any unhealthy resource on Azure

How to Build a Rocking Github Profile

Since the acquisition by Microsoft, Github been so much better! They have added so many new features, made mobile app. GitHub recently made lot of improvements on the UI aspects including adding a twitter handle to your profile. Also introduced a special feature for developers, that allows you to showcase yourself by pinning a README.md containing information… Read More How to Build a Rocking Github Profile

Azure static web app is simply AWESOME : Deployed MEME generator app in 10 seconds!

One of the highlight among the announcements made at Microsoft Build 2020 was announcement of the new Azure service in the keynote: Azure App Static Web Apps. Azure Static Web Apps is a service that automatically builds and deploys full stack web apps to Azure from a GitHub repository. This service allow web developers to… Read More Azure static web app is simply AWESOME : Deployed MEME generator app in 10 seconds!

Azure static web app is simply AWESOME : Deployed an Angular app in 10 seconds!

One of the highlight among the announcements made at Microsoft Build 2020 was announcement of the new Azure service in the keynote which is Azure App Static Web Apps. Azure Static Web Apps is a service that automatically builds and deploys full stack web apps to Azure from a GitHub repository. This service allow web… Read More Azure static web app is simply AWESOME : Deployed an Angular app in 10 seconds!

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)