I wonder if it is possible to do: - I have a blob storage with some html webpage. That storage is private. I cannot be set as public access. Only user with tokens may access it.
It is possible to access single files using SAS token based authentication generating URI and a query string, but that only works for 1 file. I.E. I access a index.html page, but when I click a link on that page, access token is not passed, so I get 403 error for that subpage.
Is it possible to make it such, that token would allow all the subpages to access? I wonder if it is even achievable.