I am developing several Azure WebJobs that need to read SQL databases that are running on Azure VMs.
Can I specify the credentials used when running the WebJob? If not, what is the recommended approach? My goal is to be able to use a SQL connection string in my console app that doesn't contain user id/password.
Thank you.