Tag: Azure

Azure App Service Backup Failure Alert
Azure App Service Backup Failure Alert
Blog Posts

The Backup feature in Azure App Service allows us to easily create app backups manually or on a schedule. Refer this blog to know more about how to configure backup in Azure Web App: https://www.iamashishsharma.com/2021/01/configure-backup-for-your-azure-app.html In this article, we will discuss how to create an alert which will get triggered whenever backup of web app… READ MORE

Cloud App Security Access Policies – Common Use Cases
Cloud App Security Access Policies – Common Use Cases
Blog Posts

In recent years, I have written +20 Cloud App Security (MCAS) related blog posts but never touched deeply on Access Policies. Blocking access to the cloud environment can be efficiently done with other methods, such as Conditional Access policies, and use cases for using MCAS Access Policies are rare, but there are a few interesting… READ MORE

Power Up your Automation with Azure Functions and PowerShell
Power Up your Automation with Azure Functions and PowerShell
Webinars

Azure PowerShell functions are a great option for all your Azure administration, event driven scripts and interaction with data in storage accounts or databases. But how do you use them? In this talk, We will take a look at the possibilities, structures and connections with some real-world examples as our guide. After that, let’s see… READ MORE

Configure a Backup for your Azure App Service
Configure a Backup for your Azure App Service
Blog Posts

The Backup feature in Azure App Service allows us to easily create app backups manually or on a schedule. You can restore the app to a snapshot of a previous state by overwriting the existing app or restoring to another app. Refer the below steps to schedule your backup: 1. Go to your App service… READ MORE

Azure Functions out-of-process and authentication with Azure AD
Azure Functions out-of-process and authentication with Azure AD
Blog Posts

Last year I managed to get Microsoft.Identity.Web running with Azure Functions. During the time, Microsoft released a new model for hosting Functions on .NET called out-of-process . This is used to run Functions in .NET 5.0, will be available with 6.0 and will be the only model available since .NET 7.0 as per roadmap. The out-of-process model comes with… READ MORE