Tag Archives: Azure

Export role assignments for all Azure subscriptions

By | July 20, 2021

Microsoft has done it more straightforward to export Azure Role Assignments for a subscription. They have added the Download role assignments button in the Azure portal under Subscriptions. However, when I’m working with customers with many Subscriptions, I’ll like to get an overview of all the subscriptions at once. Therefore I use PowerShell the export Role Assignments for all Subscriptions at once.

Azure Virtual Desktop “Send Diagnostics” in Experience monitor

By | July 8, 2021

Users can send diagnostic data for IT administrators to review. But what kind of data does it send, and where do we find them? As for now, I haven’t been able to find any official Microsoft documentation that describes the “Send Diagnostics” in the Experience monitor. This article will go through the findings I made and how I use the data to do more efficient troubleshooting in Azure Virtual Desktop.

Move Azure VM to another Virtual Network

By | May 4, 2020

If you deploy an Azure Virtual machine(VM) into a wrong Azure virtual network(Vnet) or you would like to move an existing VM to another Vnet, you will need to deploy a new VM into that Vnet. unfortunately, we can’t move Azure VM’s between Vnet’s, out of the box. You can, of course, establish Vnet peering… Read More »

Migrate IIS site to App Service with Azure migration tool

By | November 21, 2019

Moving your traditional website from a Windows IIS server to Azure App Service has never been easier. Microsoft provides a great tool to migrate to Azure App Service, it’s called App Service Migration Assessment Tool. To be able to use this tool, you must have access to the server where your IIS site is located.I… Read More »

Establish Azure Point-to-site VPN with a self-signed certificate

By | November 21, 2019

Azure provides a simple way to connect on-premise workstations to Azure resources like VM and other services with a Point-To-Site VPN. This can be really handy if you have some external partners that need to connect to your environment in Azure, or just have a couple of users that needs special access to some services… Read More »