Hotpatch for Azure VM

Hotpatch for Azure VM https://ift.tt/2QPSnA9 Hotpatching in Azure is a preview feature that enables to apply updates without restarting Windows Server Azure VM. This new feature relies on Windows Server Azure Edition VM which is a new Windows Server image. This feature is available in preview for all Azure regions. Some providers need to be […]

Replace Your Manual Microsoft Certificate Enrollment With Auto-Enrollment

Replace Your Manual Microsoft Certificate Enrollment With Auto-Enrollment https://ift.tt/3ro0zEm Everybody knows how tedious it may be working with self-signed SSL certificates. That’s why it’s easier to add the Microsoft Certificate server role to your Active Directory. However, manual certificate enrollment is not so handy when there are dozens of users within one IT infrastructure, and […]

How to Use Azure REST API with PowerShell

How to Use Azure REST API with PowerShell https://ift.tt/3bc3M5M Sometimes you might want to get some information about Azure virtual machines. In this article, we will explore Azure Graph API to extract information about your virtual machines with a very simple PowerShell script. More information about Graph API : https://docs.microsoft.com/en-us/azure/governance/resource-graph/overview Open the Azure Portal, go […]

Microsoft Azure Backup Center Overview

Microsoft Azure Backup Center Overview https://ift.tt/3nQaoKG During Microsoft Ignite 2020, Microsoft revealed Backup Center, which is a single pane of glass to to configure a single or multiple Azure Backup vaults. Let’s imagine a huge infrastructure deployed in Microsoft Azure and the backup that relies on Azure Backup. This infrastructure is running in several Azure regions […]

Using Graph API with Azure Logic Apps

Using Graph API with Azure Logic Apps https://ift.tt/2OLsBJm Building applications automatically becomes more and more important in order to save time, increase productivity, and automate different activities. You can use different ways to achieve these goals, and for instance, you could use scripting. But if you are not familiar with scripting, you may want to […]