SwapnilSwapnil's Studio
Azure CloudEp 48

Azure Private Link & Service Endpoints

Keep Azure PaaS service traffic off the public internet using Azure Private Link and Service Endpoints — securing access to Storage, SQL, and other services from your VNet.

8
slides
🖥️Azure Demo Steps
  1. 1Create an Azure Storage Account
  2. 2Enable a Service Endpoint for Microsoft.Storage on a VNet subnet
  3. 3Add VNet rule to Storage firewall — block public access
  4. 4Verify: access from subnet succeeds, from internet fails
  5. 5Create a Private Endpoint for the same Storage Account
  6. 6Create Private DNS Zone: privatelink.blob.core.windows.net
  7. 7Test DNS resolution: nslookup resolves to private IP