download documents

Andy R 21 Reputation points
2021-02-16T17:45:05.86+00:00

Hi all,
if I wanted to make available documents, classified in folders, which some in turn will have other folders with pdf/jpg/txt or other inside for some of my customers, what is the optimal solution on Azure?
Pratically:
I would like to create my folder tree with documents inside, decide for each client which folder can see and download internal files.
Each access must be managed by credentials, which I will give to the customer, there will be about fifty in all.
can you suggest me the correct way?
I don't need the registration form, I create the customers on azure and give them the credentials
thanks

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,322 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Sumarigo-MSFT 47,286 Reputation points Microsoft Employee
    2021-02-17T12:51:24.567+00:00

    @Andy R Welcome to Microsoft Q&A, Thank you for posting your query!

    • You can use Azure File service in your scenario. Azure Files offers fully managed file shares in the cloud that are accessible via the industry-standard Server Message Block (SMB) protocol and the Network File System (NFS) protocol (preview). You can mount Azure file shares concurrently on cloud or on-premises deployments of Windows, Linux, and macOS. You also can cache Azure file shares on Windows Server machines by using Azure File Sync for fast access close to where the data is used.

    To learn more about the scenarios that Azure Files can help you with, see Why Azure Files is useful.

    Azure files uses different types of authentication (AAD, Shared Key, RBAC) , see here for detailed information on authorizing access to data in Azure Storage

    Refer here Security, authentication, and access control:

    Additional information : FAQs on Azure Files

    Hope this helps!

    Kindly let us know if the above helps or you need further assistance on this issue.

    ---------------------------------------------------------------------------------------------------------------------------------------------

    Please don’t forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

  2. Andy R 21 Reputation points
    2021-02-17T15:12:16.23+00:00

    Hi Sumarigo,
    in my Azure account I created a subscription for one of my customer.
    So, I see my subscription and that of my customer.
    Under my client's subscription I have created a Storage File.
    Now, I would like to create some users, linked only to my client's subscription, in order to have them read access to these files.

    do you think this is possible?

    thank you very much
    bye

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.