by Arlan Nugara | Mar 29, 2019 | Azure, WordPress
A year ago, we had unsuccessfully tested a number of caching plugins on this Azure hosted WordPress blog. Because of ongoing frustrations with slow page loading speed, we tried installing WP Super Cache again – this time to a resounding YES! IT WORKS! While more work is still needed, the page load speed has dropped from 5.8 sec to 3.0 sec with the basic plugin install.
The caching plugin creates cached php files of website pages
WP Super Cache Setup – Quick and Easy!
- Install the plugin > Easy tab > Caching On That’s all that’s needed to get started!
- Check that the plugin is working > Test Cache The green text means go!
(more…)
by Arlan Nugara | Mar 29, 2019 | Azure, NGINX

(more…)
by Arlan Nugara | Mar 29, 2019 | Azure, NGINX

(more…)
by Arlan Nugara | Mar 29, 2019 | Azure, NGINX

(more…)
by Arlan Nugara | Mar 29, 2019 | Azure, NGINX

(more…)
by Arlan Nugara | Mar 29, 2019 | Azure, NGINX

(more…)
by Arlan Nugara | Mar 29, 2019 | Azure, NGINX

(more…)
by Arlan Nugara | Mar 29, 2019 | Azure, NGINX

(more…)
by Arlan Nugara | Mar 28, 2019 | Azure
In a recent blog post, we discussed how we discovered that an SSL Certificate that was not accepted by all browsers had been inadvertently installed months ago on a publicly accessible WordPress DEV site hosted on Azure Web Apps. Only while checking on page load performance, was this discovered by an SSL Checker!
These are some of the free online versions of the tools that we use for testing SSL certificates. Its important to use them!!
SSL Labs:

(more…)
by Arlan Nugara | Mar 28, 2019 | Azure, NGINX


(more…)
by Arlan Nugara | Mar 27, 2019 | Azure
When it was discovered that a ‘staging’ SSL certificate had been initially added to a website with the issuer set as ‘Fake LE Intermediate X1’, (Read about that here) we replaced the SSL Certificate with one that would be acceptable to all browsers.

Steps to Replace the Let’s Encrypt SSL certicate on Azure Web App (working in Azure Portal)
(more…)
by Arlan Nugara | Mar 27, 2019 | Azure
We recently discovered while using an SSL Checker, that the SSL certificate on a DEV website, had the issuer ‘Fake LE Root X1’ – not Lets Encrypt as had been set up 10 months earlier! Read here for how to prepare to install Lets Encrypt SSL Certificates on an Azure hosted WordPress site.

(more…)
by Arlan Nugara | Mar 21, 2019 | Azure
In my work with Enterprise clients as an Azure Consultant, I’ve created a few tools to help me communicate efficiently and clearly with team members in various levels of management that need to understand and implement specific Azure concepts.
I’ve already shared one of those helpful tools that I use repeatedly to customize and deliver during conference calls and presentations. Read about and download the ever evolving series of PowerPoint decks of diagrams and icons for your own customizations.
This post is about another helpful tool in my work – a sortable Excel file of all the current and ‘in-preview’ Azure Policies by category that are found in the Azure Portal.
Download Azure Policy Workbook
There is an Index of Azure Policy Samples online of 56 Policies in 9 different categories. At the time of writing this, there are also 73 ‘in-preview’ policies in various categories on the Azure portal, with 192 Azure pre-built policies in 22 categories! See them here at:
(more…)
by Arlan Nugara | Mar 17, 2019 | Azure
We’ve been working at speeding up page loading and general performance of our Azure hosted WordPress websites. Of course, because these are Azure hosted IIS websites, we can’t make changes to the underlying IIS structures, but it is good to know of any vulnerabilities. (An EXCELLENT Security Protocol software that we use on all of our Azure IaaS web servers/browsers is IIS Crypto)
These are some of the free online versions of the tools that we use for measuring performance changes.
GTMetrix.com
- For example – this is the Page Loading Speed ‘BEFORE’ any changes:

(more…)
by Arlan Nugara | Mar 14, 2019 | Azure
We have a static website running from an Azure storage account, using Azure CDN to deliver with a custom domain name and HTTPS. (https://www.alvarnet.com) We need the root custom domain (alvarnet.com) to also be resolvable.
It wasn’t clear in online documentation how to add the root domain to an Azure CDN endpoint, or if it was even possible yet – sub-domains only for CDN endpoints seem to be the standard. In fact, CDN Allow Root Domain for Custom Domains is an Azure ‘feature request’ that has been under review for over a year!
Unsuccessful Trial:
- I created a new CDN endpoint but the CNAME of the root domain name wasn’t recognized
- Our DNS provider, EasyDNS, allows for CNAME/Alias records of root domains – but mapping the root domain as a Custom hostname to the alvarnet.azureedge.net CDN endpoint still wouldn’t work. The error message when trying to ‘Add a custom domain‘ basically said it didn’t recognize the CNAME mapping between the root domain and the CDN endpoint.

(more…)
by Arlan Nugara | Mar 6, 2019 | Azure