Azure
SC-300: Microsoft …
Intro
I recently managed to pass the Microsoft Certified : Identity and Access Administrator (SC-300) exam.
Preparation
This time around I prepped a little differently.
I attended the Microsoft SC-300 training course last week (Monday through Thursday). I took the evenings off to let my brain …
AZ-500: Microsoft …
Intro
I recently managed to pass the Microsoft Certified : Azure Security Engineer Associate exam.
Those of you that know me well will know that I’m not normally an exam/certification junkie - I’ve avoided them since high school all the way through my professional career until I went …
VS Code: Dialog PopUnder …
Image by James Wainscoat on Unsplash
Intro
I recently hit upon an annoying problem when using VS Code and wanted to share with you how I worked around it.
The Problem
I was trying to run some powershell commands against Azure Active Directory using the AzureAD Powershell module to query and …
Azure: Context is king
Image by mohammad takhsh on Unsplash
Intro
A quick post just to get me back into the routine, and to cover off an issue that I encountered recently, and how to resolve it.
The problem
I hadn’t done anything in Azure at home for a while and tonight I wanted to manage some VMs of mine from …
Handle website redirects …
In my last post, I mentioned that I’d hit a little snag when I was migrating my live site over to my new architecture.
When I built my test site it always used a subdomain (beta.cirriustech.co.uk) so I never had any issue with DNS.
However, when I migrated my live site over, I had built it …
Create an Azure Static …
Image by Cloudypixel on Unsplash
In my last post. I demonstrated how to create a static website using the Azure Portal. However, many of those steps are much quicker using the Azure CLI. For today’s post, I’ll show you how to do just that.
First, login to your azure account at …