Simple script to move some web apps between resource groups. If you want to just move one app.
Read More →Azure powershell – move a webapp from one app service plan to another
Updated 7/12/2021 Move a list of apps in one app service plan to another. I was consolidating some app services into one app plan to save some money. Found my old script and updated it. It’s super simple but does the job.
Read More →Azure Let’s Encrypt Extension certificate renewal error
This was a fun one. I’ve been using Let’s Encrypt for free certificates on a lot of the websites we have hosted in Azure, and the Let’s Encrypt extension is awesome at managing all of that. As part of some transient fault tolerance I also use a couple app settings to cache everything on local […]
Read More →Just encrypt the virtual machine Azure
Ran into an issue trying to encrypt the disks of a new VM in Azure. After running the cmdlet to encrypt the disks the vm would reboot and then Azure would stop it. Never figured out why, I ended up rebuilding it with new disks and creating a new script from a different Azure doc. […]
Read More →Change event log properties with powershell
I have some specifics requirements for the Windows event logs on Azure VMs. This comes form the need to offload IO, save the event logs somewhere, and archive them instead of overwriting. Yes, I have a SIEM but I have reasons. Anyway, for anyone else that needs to change the following properties: Log Path Archive […]
Read More →Failed to invite guest user to Azure AD/Subscription even as an admin/owner role
Had an interesting issue that was relatively simple to resolve, albeit obscure. I was trying to invite some users outside our directory as contributors to a subscription. My user is a global admin and admin of the subscription I was trying to invite the users to. But when I tried to invite I got a […]
Read More →Stumbling through the new Azure Cloud Shell to add reverse DNS to a public IP
I’d stumbled onto the new shell one day in Azure before the big MS Build announcement but stupidly thought it was just for Linux based stuff or something. It doesn’t even have powershell. Then the MS build announcement came and I learned it’s not just for linux hackers (anyone using nix obviously hacks 😛 ). […]
Read More →Before deleting the email account containing your personal mail, contacts, and calendar data, you must create a new location for your data
Stupid error.?If you cannot remove the email address in Outlook 2016 with the error below, remove the profile instead. Right click on start menu Open Control Panel Find/Open Mail Click on Profiles Remove the profile Click ok and close Open Mail again Add a new profile
Read More →How to beat data caps
Data caps suck, especially if you work from home. That’s why I dedicated some time to finding a way to get fast internet, without the caps. I recently moved from Seattle to Boise. I left Seattle just as Xfinity was beginning to monitor data caps. There was a limit of 1TB on my 250Mbs down […]
Read More →Get all the custom domains of an Azure web app
Another one of those “this would be easier with PowerShell” moments. Maybe I’m becoming a real sys admin 🙂 I have an Azure app with a lot of custom domain names added to it and I needed to get those hostnames in a list. Using the web portal I could try and copy and paste […]
Read More →