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


Microsoft Build 2023 Event: What Developers Can Expect?

microsoft build 2023 event expected developer announcements

Microsoft Build is an annual developer conference held by Microsoft. The conference covers a wide range of topics related to software development, including new technologies, tools, and services. Microsoft Build is a great opportunity and unique platform to gain insights from keynote speakers, parti..... 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