[ ABORT TO HUD ]
SEQ. 1
SEQ. 2

Networking & Data Protection

🔒 Enterprise Security 10 min 90 BASE XP

Securing the Network

Network Security Options

OptionSecurity LevelUse Case
Public AccessLowDevelopment, POCs
IP AllowlistingMediumKnown client IPs
Private EndpointsHighProduction, compliance
Managed VNetHighestFull network isolation

Data Encryption

  • At rest — AES-256 encryption (Microsoft-managed or Customer-Managed Keys)
  • In transit — TLS 1.2+ for all API communications
  • Customer-Managed Keys (CMK) — Store your own keys in Azure Key Vault

Governance at Scale

Use Azure Policy to enforce organization-wide standards:

  • Restrict allowed regions for data residency
  • Enforce private endpoints on all Foundry resources
  • Require specific content filter configurations
  • Block deployment of unapproved models
💡 Key Insight: Deploy using Infrastructure as Code (Bicep or Terraform) to ensure consistent, auditable security configurations across all environments.
FOUNDRY VERIFICATION
QUERY 1 // 1
What provides the highest level of network security for Foundry resources?
Public access with strong passwords
IP allowlisting
Managed VNet with private endpoints
VPN without encryption
Watch: 139x Rust Speedup
Networking & Data Protection | Enterprise Security — Azure Foundry Academy