Serving a HTML Page from Azure PowerShell Function

CLI

The new PowerShell language (experimental) support in Azure Function is really handy. Especially if you want to use the Azure PowerShell cmdlets to retrieve any kind of Azure Resources and display them in a HTML page. Hosting the cmdlet in Azure Function eliminates the need for a local installed Azure PowerShell module. Here is a simple… Continue reading Serving a HTML Page from Azure PowerShell Function

Three reasons why you should associate multiple subscriptions with the same Azure Active Directory

In Azure, multiple subscriptions can trust the same Azure Active Directory but each subscription trusts only one directory. If you create a new Azure subscription, a new Azure Active Directory is automatically created and associated with your subscription. To provide user access for a resource you can use Role-Based Access Control (RBAC) given that the… Continue reading Three reasons why you should associate multiple subscriptions with the same Azure Active Directory