I have a bunch of .htm files, which have navigations within to other .htm files. I have uploaded them to Azure blob container. I want to open the first .htm file with SAS token, and would like to access others through it. However when this is happens, the sas token is no longer there for the others and therefore, I am not able to access the other files.
I tried getting the sas initially for the entire blob container, However the issue still persists, as in the url itself when I navigate to another using the link in the first .htm, it will not contain the sas token.
As there any workaround for this that will allow them to open? Other than changing the permission for the container to allow anonymous access.
href= "./filename.htm"
ORhref= "URL/filename.htm"
? – Hemant Halwai