Earlier quoted context omitted.
I suppose it's publicly hosted which might be rare or totally new. TBH the most frustrating thing is that unlike github's notebook hosting you need to login just to view the content. And for some reason the back button doesn't work once you encounter the login page. That's enough to make me want to stay away.
Thanks for the feedback wyldfire. I am a dev on Azure Notebooks and wanted to mention we do allow viewing the content without login. However, to be in an executable context (jupyter) we require login. Our samples, in order to avoid extra clicks, take you straight into an executable environment. Any notebook can be opened in an html view: https://notebooks.azure.com/library/fsharp/html/FSharp%20for... It sounds like y…
IMO a design that might be less surprising would be for clicking on the name of the notebook to take you to the read-only view of the notebook. From there you could click on something that would promote it to an executable/editable view and login if necessary.
But the broken back button on login page is a real bummer.
EDIT either it was my imagination to begin with or it's already fixed because I tried it again and the back button appears to work correctly.