Call Azure AD protected website using Managed Service Identity (MSI)

First published on MSDN on Oct 23, 2018

Lets say you have Web APIs hosted in an Azure AppService and these Web APIs are protected using Azure AD (EasyAuth). Now you would like to consume them from another website. One approach is u… Continue reading Call Azure AD protected website using Managed Service Identity (MSI)

Troubleshooting missing projects while using VSTS continuous deployment for Azure App Service

First published on MSDN on Oct 16, 2018

Authored By: Shashank Ranjan

Introduction

This article shows you how to troubleshoot a specific symptom that you may encounter when configuring continuous deploym… Continue reading Troubleshooting missing projects while using VSTS continuous deployment for Azure App Service

Setting up Application Gateway with WAF with an App Service that uses multiple Custom Domain names

First published on MSDN on Jul 18, 2018

This post was contributed by Salahuddin Khatri.

Setting up Application Gateway with WAF with an App Service that uses multiple Custom Domain names

I came across in a scena… Continue reading Setting up Application Gateway with WAF with an App Service that uses multiple Custom Domain names

PowerShell script to list all running processes in your Azure AppService (w/Computer name)

First published on MSDN on Jun 26, 2018

Here is a quick PowerShell scripts to get list of all websites in your Azure Subscription, along with the processes running within each website.

This script also print the … Continue reading PowerShell script to list all running processes in your Azure AppService (w/Computer name)