vscode-azurefunctions
vscode-azurefunctions copied to clipboard
An error "404" displays in web page after clicking the "Learn more" button to access "Durable Task Scheduler" website
OS: All Build Version: 20250222.1 Regression: Not a Regression
Repro Steps:
- Enable the setting "Durable Task Scheduler preview features" in settings page.
- F1 -> Select "Azure Functions: Create Durable Task Scheduler...", the below warning pops up.
- Click the "Learn more" button in the above notification.
- Check whether the corresponding web page is opened or not.
Expect: The corresponding web page is opened successfully.
Actual:
An error "404" displays in web page.
cc: @philliphoff
Looks like the https://aka.ms/dts-preview-info link is private
Yes, at the moment it goes to a private GH repo doc (as part of limited public/private preview). I'll see if there's a better place for it to go.
If this is expected, I think keeping it as-is is fine.