microsoft / service-fabric

Service Fabric is a distributed systems platform for packaging, deploying, and managing stateless and stateful distributed applications and containers at large scale.
https://docs.microsoft.com/en-us/azure/service-fabric/
MIT License
3.03k stars 401 forks source link

[BUG] - Documentation: Unable to find older versions of Service Fabric SDK #1469

Closed itsmaryann closed 1 year ago

itsmaryann commented 1 year ago

I tried to install Service Fabric SDK from https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-get-started. The latest installer version 7.0.1816 has a bug (see https://github.com/microsoft/service-fabric/issues/1462)

So I tried to install an older version. There is a note: You can find direct links to the installers for previous releases on Service Fabric Releases But there are no links of older versions in the release notes.

tuhland commented 1 year ago

If you select the latest 9.x Release, which should be: https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_91CU6.md

There's a table with the links at the bottom. What's not obvious and has been reported multiple times already is: The table scrolls horizontally - if you scroll to the right, the links will appear.

itsmaryann commented 1 year ago

Thank you so much. I didn't notice the right scroll. Would have been nice to have that fixed.