question

ares-2513 avatar image
0 Votes"
ares-2513 asked deherman-MSFT answered

Azure file upload

Hi
I need a way to let users upload file to azure storage or app service and have the ability to browse the directory form outside maybe with some kind of 2fa to secure the files, any idea on how to achieve this?
thanks

azure-files
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

deherman-MSFT avatar image
0 Votes"
deherman-MSFT answered

@ares-2513
It sounds like Azure Files might meet your use-case. Azure Files offers fully managed file shares in the cloud that are accessible via the industry standard Server Message Block (SMB) protocol or Network File System (NFS) protocol. Azure file shares can be mounted concurrently by cloud or on-premises deployments. Azure Files SMB file shares are accessible from Windows, Linux, and macOS clients. Azure Files NFS file shares are accessible from Linux or macOS clients.

Azure Files supports identity-based authentication over Server Message Block (SMB) through on-premises Active Directory Domain Services (AD DS) and Azure Active Directory Domain Services (Azure AD DS).

Checkout the planning documentation to see if it fits your use-case.

https://docs.microsoft.com/en-us/azure/storage/files/storage-files-planning



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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.