Setup WordPress to use Azure CDN
In this post I will cover how to configure WordPress to benefit from the Azure CDN to improve the speed. My WordPress sites are hosed as Azure App Service sites, however that is not a requirement to use the Azure …
In this post I will cover how to configure WordPress to benefit from the Azure CDN to improve the speed. My WordPress sites are hosed as Azure App Service sites, however that is not a requirement to use the Azure …
While experimenting with using Azure as a content delivery network (CDN), I attempted to create a new CDN Profile only for the validation to fail with the message. Validate failed. Required information is missing or not valid. In order to …
Recently I started hosting a WordPress site using the Enfold theme on Azure as an App Service Site. Things were not working exactly as they should, so I opening the Chrome Developer Tools and on the Console tab I could …
I recently created a new Azure Front Door and attempted to configure HTTPS on a front end domain using my own certificate. After creating and giving the Front Door service principle permissions to my Key Vault, no secrets were being …
I have an Azure AD group where members can be added to perform a specific function. However I don’t want people to be a member of this group and have the access it gives indefinitely. After a big of playing …
The following steps detail how to use SQL Management Studio to add a user to an Azure SQL database. How to give that user permissions and additional steps for the mirror server if you are Geo replicating the database This …
Overview Troubleshooting Solution Want a fast WordPress theme or looking to improve your Ad revenue? That a look at my Tools I Use page for some recommendations!
After some trial and error, I have successfully got the Meraki Dashboard to authenticate admin logins against Azure AD. The below is the steps I used, hopefully, they will be of use to others. Creating the Azure Application Sign into …
I am preparing for the exam AZ-100 on the Microsoft Certified Azure Administrator Associate track. The below are my study notes on Resource Groups. These are intended as post study revision notes, you will probably need more than these to …
Overview Recently I wanted to create a SQL Backup Maintenance plan that would backup to an Azure storage blob container. After completing the GUI the backup step would not complete, instead I got the error “Use of WITH CREDENTIAL syntax …