Azure / azure-libraries-for-net

Azure libraries for .Net
MIT License
380 stars 192 forks source link

Webapp VFS access API #1196

Open nvmkpk opened 3 years ago

nvmkpk commented 3 years ago

Query/Question Is there web app VFS access API?

Why is this not a Bug or a feature Request? I would like to be able to upload/download/delete files and directories from my web app's VFS.

Setup (please complete the following information if applicable):

weidongxu-microsoft commented 3 years ago

For .NET, the development focus has shifted to the next generation of Azure SDKs which follows the new SDK guideline and introduces a set of important new featuers. Those new packages are currently in preview state and we are actively working on making it production ready. You can visit this link here to see the latest .NET packages:

We have also published a few blog posts on why we are doing this: https://devblogs.microsoft.com/azure-sdk/october-2020-management-ga/ https://devblogs.microsoft.com/azure-sdk/introducing-new-previews-for-azure-management-libraries/

With this background, .NET Fluent is currently in a low maintenance mode, and we mostly do security and bug fixes. It is subject to deprecation in the future when the new set of .NET packages become Generally Available (GA). Please let us know if there are further questions, thanks!

This is management SDK, which help you create/update/delete Azure resource, but it will not touch the data within your resource (like blob in storage, row in database, etc.).

nvmkpk commented 3 years ago

I am not interested in auth library. I am currently using kudu's vfs api to upload files to the file system of my web app and this library for rest of the things. I wanted to see if one library will do everything I need.

It appears Azure SDK is in a big mess and gets rewritten all the time.