How do you secure bindings (e.g., connection strings)?
- Store secrets in Azure App Service Application Settings or Key Vault.
- Reference via Connection property in binding:
[QueueTrigger("myqueue", Connection = "AzureWebJobsStorage")]
[QueueTrigger("myqueue", Connection = "AzureWebJobsStorage")]