cloud-network

5 items tagged with "cloud-network"

1 Article
4 Diagrams

Articles

Diagrams

Forward Proxy and Reverse Proxy

This diagram shows how forward proxy and reverse proxy works. Forward proxy is commonly used to block access to certain content by companies and institutions while reverse proxy servers commonly as load balancer and caching purposes. References YARP Documentation What is a reverse proxy?

2022-10-07
Solution Diagrams

Azure Static Website with Custom Domain via Azure Storage account and CDN

This diagram shows you how to setup a static website on Azure using Azure Storage account and Azure CDN. Azure Storage account supports Static website capability and also allows you to bind a custom domain to access the content. For HTTP only, you can just use built-in Azure Storage account capabilities; for HTTPS, we can have to use Azure Front Door or Azure CDN (classic) services. For HTTPS, we can add a custom domain for the Azure CDN endpoint. As part of that setup, we can also choose CDN managed certificate or our own certificate as the following screenshot shows: !2022092341926-image.png References Quickstart - Create an Azure CDN profile and endpoint | Microsoft Learn Integrate a static website with Azure CDN - Azure Storage | Microsoft Learn

2022-09-23
Kontext's Project

Azure Virtual Network Example

This diagram shows an Azure Virtual network example that integrates Azure App services and Azure SQL database.

2021-12-28
Solution Diagrams

Azure Virtual Network Peering

Virtual network peering allows you to connect two or more virtual networks seamlessly. Azure supports two types of peering: Virtual network peering: Connect virtual networks within the same Azure region. Global virtual network peering: Connecting virtual networks across Azure regions. References Virtual network peering

2021-12-21
Solution Diagrams