I upload my html5 games to Azure blobs here my list :

I changed games Container status as private and I tried to acess index.html with adding SAS policy to my container , I viewed my html file but I can’t see any image or css because It depends on other files but can’t allow to access.
I want to acess this game via only on my site so In my opinion ,When I set games container status as public and only index.html blob status private(I don’t know Is it available on Azure Storage Explorer) , Can I access this game in my site with SAS ? I know It’s a little strange issue but I try to solve it this way so Do you have any idea for accessing and opening this game only on my site ?
Thanks…
Unfortunately you can’t do that because the access policy is applied at the blob container level and all blobs in that blob container inherit that policy. One possible solution would be to move css and images in a public container and keep the blobs you wish to keep private in this container only.