You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an extra setting "%TASKHUB_NAME%": "" in local.settings.json file after creating a durable project with "Durable Task Scheduler (Preview)" durable storage type selected #4636
OS: Win 11 Build Version: 20250807.1 Regression: Not a Regression
Repro Steps:
Create a durable project with "Durable Task Scheduler (Preview)" durable storage type selected.
Open local.settings.json file of this project.
Check there is no extra setting "%TASKHUB_NAME%": "".
Expect:
There is no extra setting "%TASKHUB_NAME%": "" in local.settings.json file.
Actual:
There is an extra setting "%TASKHUB_NAME%": "" in local.settings.json file.
More Info:
Debug this project -> Click "Manually Set a Connection String" button -> Provide DTS connection string and Taskhub name, it will add another setting "TASKHUB_NAME": "xxx".