Connect-AzAccount
2019
How to Encrypt Disks on Azure VMs using PowerShell
·625 words·3 mins·
100
views
·
5
likes
In my previous post, I showed you how to create a Key Vault. Today I will show you how to use that Key Vault to store the encryption key and then encrypt the disks of your virtual machines in Azure with PowerShell.
How to create an Azure Key Vault
·709 words·4 mins·
100
views
·
5
likes
This post is part of a series in which I will show how to create different resources in Microsoft Azure. Today I will show you how to create a very important service that works as a secure secrets store: An Azure Key Vault.
How to Host a Static Website Directly on an Azure Storage Account
·522 words·3 mins·
100
views
·
5
likes
Today, in this post, I want to show you how to use Azure PowerShell to create a static website in Azure Storage GPv2 accounts. This interesting functionality allows us to publish a static website without any additional cost, only the storage used.