how can I give client limited permissions to azure file storage? -


using windows azure blob storage , providing access via url shared access signature going great upload files local drive client side. how can same azure file storage give client access it?

azure file storage service not designed provide external users access files. it's primary purpose act file share cloud services , virtual machines running in azure.

you should use azure blob storage , shared access signatures share files external users.


Comments

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

java - Two interface have same method name with different return type -

javascript - Linking from page A to a specific iframe on page B -