← Study Guide·🏗️ Part VI: Architecture & Business
20

Enterprise Features

20. Enterprise Features

20.1 99.99% SLA

Enterprise SLA vs Pro (best-effort). Key for regulated industries.

20.2 SAML SSO + SCIM

  • SAML 2.0 for identity provider integration (Okta, Azure AD, Google Workspace)
  • SCIM for automated user provisioning/deprovisioning
  • Directory Sync for automatic group management

20.3 Multi-region compute

Deploy Vercel Functions to multiple regions simultaneously. Traffic routed to nearest healthy region. With Fluid Compute, AZ and region failover is automatic.

20.4 Audit logs

Every action in the Vercel dashboard logged: deployments, environment variable changes, team member additions, security events.

20.5 Custom firewall rules

Up to 1,000 custom WAF rules:

// Examples of custom rules:
- Block requests from specific countries
- Rate limit by IP for specific paths
- Block requests with specific user agents
- Require specific headers for API routes

20.6 Log drains

Stream all logs to: Datadog, New Relic, Axiom, Azure Monitor, Splunk, Elastic.