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...
IT Tips
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...
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...
Using EasyRSA to create the P2S OpenVPN Certificates on an Azure VPN Gateway
I am on a Mac the Microsoft documentation covers Powershell, makecert and Linux instructions for creating Self-Signed certs for the OpenVPN P2S configuration. However I prefer the familiar and I've used OpenVPN before on Linux and the bundled easyrsa utility included...
Warning!: MacOS Catalina will not run i386 32bit code
Just a reminder to myself to be very careful with the new update of MacOS Catalina It sounds like a number of things are going to break... I just hope I don't forget this and blindly click update when it comes out. (As of 8 Oct 2019 MacOS Catalina is released) I think...
MAC Address Changer for MacOS
If you have the need to change your MAC Address on you MacBook Pro. You can use macchanger which is a command line utility installed using home brew. brew install macchanger Then to show your current MAC address macchanger -s en0 Then to change it to something random...
SIM Corner FTW
Before we travelled this time around I bought a UK SIM with 12GB of data from https://www.simcorner.com/ which I used in Greece including the Ionian Islands, Italy, Netherlands, Belgium, Germany, France and the UK It worked well and having data made travel so much...
AZ-300 ACloudGuru Notes
Function App Settings Default URL Format https://toggen-fa.azurewebsites.net/api/HttpTrigger1?code=<FUNCTION_KEY> Default URL for HTTP Triggered function app has /api/HttpTrigger1 which is configured by two settings /api/HttpTrigger1 {routePrefix}{Route Template}...
CakePHP 2 Displaying Validation Errors
# app/Controller/ShipmentsController.php public function toggleShipped($id = null) { if (!$this->Shipment->exists($id)) { throw new NotFoundException(__('Invalid shipment')); } if ($this->request->is(['post', 'put'])) { $shipment = $this->Shipment->find( 'first', [...
Toggen is IPv6 Live
So I haven't done much with IPv6 to date but have just discovered that my new NBN connection has IPv6 enabled... So I have configured my Amazon VPC with a IPv6 address range and added or associated a IPv6 address to this websites EC2 eth0 interface Also needed was...
