azure-functions-sql-extension
azure-functions-sql-extension copied to clipboard
Remove local function dependency of WEBSITE_SITE_NAME environment variable
The experience that users should set a local setting to run functions locally is not nice. Let's move away from this model to using hostid by default so users shouldn't have to set this environment variable during local development.