Blog2018-03-07T03:15:43+00:00
Apr 212023

Azure Application Gateways With Azure Active Directory (AAD) Authentication and No App Service Custom Domains

By |April 21st, 2023|Categories: App Services, Azure|0 Comments

We're currently using an Application Gateway that sits in front of several of our app services. Some of these app services use Azure Active Directory (AAD) authentication and need to be able to work, encrypted, without the use of custom domains, or TLS certificates installed on [...]

Apr 182023

Using Azure Functions to Run Web Availability Tests

By |April 18th, 2023|Categories: Azure, Azure Functions|0 Comments

Deprecation of Multi-Step Web Tests We have loved using Azure multi-step web tests for quite some time now. It allows us to track the availability of our services, and be notified very quickly in the event of any downtime, alerting our action groups, and texting us [...]

Feb 172022

Using a self-signed certificate with an Azure Application Gateway and App Service with end-to-end TLS encryption

By |February 17th, 2022|Categories: App Services, ARM, Azure, Azure DevOps|13 Comments

You can use a self-signed certificate from your very own certificate authority, for deploying your application gateways and app services, with end-to-end TLS encryption. This approach should only be used for development environments, and not in a production environment. This approach is handy because it will [...]

Go to Top