Skip to main content
What you’ll learn:
  • Environment variables
  • Resource limits
  • Build configuration
Configure your managed server’s runtime behavior through environment variables and resource limits. These settings control how your server runs and how much resources it can use.

Environment Variables

Set sensitive configuration in server’s SettingsProperties section. Environment variables in server settings

Resource Limits

Set memory, timeout, and concurrency limits for your server.
Resource Settings:
  • Memory: Controls how much RAM your server can use
  • Timeout: Defines how long a single request can run
  • Concurrency: Maximum number of simultaneous requests

What’s Next?

Deployment

Learn about deploying and managing versions.