Welcome to My Blog

IT related tech tips since 2006

Login

Blog History

EasyRSA for IKEv2 VPN on Azure

Just getting my mac to connect to an Azure IKEv2 VPN P2S connection using certs generated by EasyRSA Assuming you have already init'd and created your ca.crt using EasyRSA. See my previous post regarding this. Format the ca.crt to copy into the the Root Certificate...

Azure VM rename

So you can't rename an Azure VM as this is immutable but you can delete the VM (leaving the disks, network etc) and then navigate to the disk and choose the Create VM option and specify the new name. Here you can see a vm-vneta is a normal vm. vm-vnetb was originally...

az role assignment error when using –assignee

So I created a Security group in Azure Active Directory named "Development" and then tried to assign it to the "Website Contributor" role with less than stellar results But going to Azure AD and getting the object ID for the "Development" group and changing fro...