cloudcorner
cloudcorner

cloudcorner

Remarks of a Cloud Architect daily encounters


Infrastructure as Code | Deploy a VNET with NSG and UDRs

26 May 2020 5 minute read 0 comments proximagr

Infrastructure as Code | Deploy a VNET with NSG and UDRs Infrastructure as Code, or just IaC, provides three three main advantages: cost reduction, faster execution and risk reduction, the attributes of the DevOps culture. Microsoft Azure Resource M...

Azure Front Door add custom domain & certificate

20 May 2020 2 minute read 0 comments proximagr

This is my third Azure Front Door Post. Already we created an Azure Front Door to scale and secure our web apps, and we used Web Application Firewall (WAF) rules to protect our web apps. At this post we will see how to add a custom domain name and ou...

USE WEB APPLICATION FIREWALL (WAF) RULES WITH THE FRONT DOOR TO PROTECT YOUR APP

20 May 2020 2 minute read 0 comments proximagr

At the previous post we created an Azure Front Door to scale our web apps across Azure Regions and also publish them only through the Front Door’s URL. At this post we will create Web Application Firewall (WAF) rules, to protect our web apps. To add...

Securely scale your Web Apps with Azure Front Door

20 May 2020 4 minute read 0 comments proximagr

There is a big buzz out there about Azure Front Door.  Is it a Load Balancer? A CDN? A Traffic Manager? A Web Application Firewall ? A Reverse Proxy? An Application Gateway? So, what is Azure Front Door? Azure Front Door actually is all the above and...

Azure Failover Cluster with Shared Disk

19 May 2020 3 minute read 0 comments proximagr

Recently MIcrosoft Azure anounched the preview feature “Shared Disk”. The Shared Disk can be attached at two Azure MVs at the same time. The purpose is to create SQL Server Failover Cluster Instances (FCI), Scale-out File Server (SoFS), File Server f...

VirtualBox on Azure VM for testing or run Old apps

18 May 2020 4 minute read 0 comments proximagr

This article is about testing VirtualBox on Azure VM, the open-ource virtualization platform of Oracle. For the official nested virtualization support in Microsoft Azure please use the Nested Virtualization feature. You can find more info at my post...