Private AKS and ACR Using Private Endpoint – Part 2/2

Introduction
The objective of this tutorial is to create a private environment for AKS, ACR and a JumpBox VM. AKS and ACR will be accessible only through Private Endpoint.
As of part 1, our VM did connect securely through Private Endpoint to the privat… Continue reading Private AKS and ACR Using Private Endpoint – Part 2/2

Mount Azure Storage in a custom container in App Service with the restricted network environment

 
Azure app service supports the functionality to mount Azure Storage as a network share in a built-in Linux container or a custom Linux container in App Service. The detailed steps are provided in the following document:
Mount Azure Storage as… Continue reading Mount Azure Storage in a custom container in App Service with the restricted network environment

How To Share a Redis Cache Across Multi-Region Azure API Management Instances

Introduction
Among the many great features Azure API Management (APIM) provides, response and value caching are some of the most advantageous approaches to alleviate load on your backends and provide reduced round-trip times (latency) for your API cons… Continue reading How To Share a Redis Cache Across Multi-Region Azure API Management Instances