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

Environment Variables

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

Resource Limits

Set memory, timeout, and concurrency limits for your provider.
Resource Settings:
  • Memory: Controls how much RAM your provider 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.