Toggen Blog
Tech tips
Articles
Latest
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...
Note to self about /23
If you define a /23 i.e. 192.168.0.0/23 then the there are only two possible subnets available for /24 192.168.0/24 and 192.168.1.0/24
Virtual Machine Contributor – Can’t create a VM with PublicIP or Network Security Group
Just testing the Virtual Machine Contributor role and if you have public IP and Network Security Group selected (things that you would assume would be wanted when creating a VM) you get a Validation failure {"code":"InvalidTemplateDeployment","message":"Deployment...
Azure Instance Metadata Service – Windows is case-insensitive and Linux case-sensitive
When calling to a Resource manager API from Windows and Linux there are some differences to the URL. Just got caught with this because of a copy and paste from one to another. Windows with lower case "resourcegroups" works (Invoke-WebRequest -Uri...
No option to allow System or User Assigned Identity to be added to “All Resource Groups”
Trying to follow https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/tutorial-linux-vm-access-arm and https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/tutorial-windows-vm-access-arm and...
