Challenge 5: PaaS Networking

< Previous Challenge - Home

Introduction

In this challenge you will have a deep look at ways of integrating Azure PaaS services with your Virtual Network.

Description

You are charged to integrate Azure PaaS services into the design. First, the web servers in the spokes need to access each an Azure SQL Database, but with different requirements:

Additionally, there is an Azure Web Application, that needs connectivity to the spoke1 database AzSQL1. The Azure Web App should also use private IP addresses when accessing the database. The Azure Web App itself should be accessible to onprem users using private addresses.

The following diagram summarizes these requirements:

paas

Success Criteria

  1. You have created 2 Azure SQL databases, AzSQL1 and AzSQL2 (feel free to use different names, since Azure SQL Server names need to be globally unique):
    1. AzSQL1 needs to be accessible from onprem over site-to-site VPN
    2. AzSQL2 is only accessible from the spoke2-vm subnet
    3. AzSQL1 and AzSQL2 should not be accessible from the public Internet
  2. You have created an Azure Web Application
    1. The Azure WebApp should be reachable from all your environment using private IP addresses
    2. The Azure WebApp should reach AzSQL1 using private IP addresses

Advanced Challenges (Optional)

If you want to dive even deeper in the technology: