Mid Azure

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")]

More from Microsoft Azure Tutorial

All questions for this course