azure-functions-sql-extension icon indicating copy to clipboard operation
azure-functions-sql-extension copied to clipboard

Remove local function dependency of WEBSITE_SITE_NAME environment variable

Open MaddyDev opened this issue 9 months ago • 0 comments

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.

MaddyDev avatar May 06 '25 22:05 MaddyDev