Start/Stop Azure Web app using PowerShell Script from Local Machine

Start/Stop Azure Web app using PowerShell Script from Local Machine

To start and stop a web app in Azure from a local machine using a PowerShell script, you can use Azure PowerShell commands. Make sure you have the Azure PowerShell module installed and configured on your local machine. If you haven’t installed it, you can install it by following the below step..... Continue Reading


How to Solve Runtime Error in Angular with Node Version

How to Solve Runtime Error in Angular with Node Version

Prerequisites: After updating Angular and node versions developers face many errors in old projects and this is one of these. Two Methods to Resolve Angular Runtime Error with Node Version Here are two solutions for Node and Angular version-based errors. Method 1: The following Step is here : 1. Uni..... Continue Reading


Auto-scaling Azure SQL database with Azure Logic Apps

auto scale azure SQL database using azure logic apps

Scenario: On weekdays for about day times, we would like to automatically scale up our Azure SQL Server database to a higher compute tier and night time would to like to automatically scale down our Azure SQL Server database to a lower compute tier. I am aware that we may manually accomplish that th..... Continue Reading


How to Configure Auto-Healing for Your Azure Web App: Tutorial Guide

How to Enable Auto-Heal in Azure App Service written besides Azure Logo

Running a web application requires you to be ready for any problems that can occur, such as 500 errors or reports of downtime from your users. Without any setting needed, App Service diagnostics is an intelligent and engaging experience that can assist you in troubleshooting your app. If your app do..... Continue Reading


Restart Azure Web App Using Azure Logic App in 6 Steps

restart azure web app using azure logic app with azure cloud platform logo

In this article, we’ll look at how to restart Azure web app using Azure logic App. There is undoubtedly a lot of discussion in Azure about how to perform specific tasks automatically, such as restarting an application when an error threshold is surpassed. To configure this, there isn’t a..... Continue Reading