Process Flow - Key Vault references in App Service
App Service starts
App Service reads config
Detect Key Vault reference in config
App Service requests secret from Key Vault
Key Vault authenticates request
Key Vault returns secret value
App Service uses secret in app
App runs securely with secret
The App Service reads its configuration, detects a Key Vault reference, fetches the secret securely from Key Vault, and uses it during runtime.