question

VikasJain-0647 avatar image
0 Votes"
VikasJain-0647 asked SumanthMarigowda-MSFT answered

minimum .net version required for azure fileshare sdk

I need to call Azure fileshare api to add metadata before copying the file from on-premise windows application to azure fileshare. The windows application is quite uses older version of .net framework, what is the minimum .net framework requirement to use azure fileshare sdk.

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.

SumanthMarigowda-MSFT avatar image
0 Votes"
SumanthMarigowda-MSFT answered SumanthMarigowda-MSFT commented

@VikasJain-0647 Thanks for raising this question! Firstly, apologies for the delay in responding here and any inconvenience this issue may have caused.
For better understanding the issue: Are you referring to the Azure .Net SDK version supported on Azure Files? If am wrong please correct me.

This article can explain detailed information on Azure Files with .Net(sdk, version, deployment and more): https://docs.microsoft.com/en-us/azure/storage/files/storage-dotnet-how-to-use-files?tabs=dotnet

Azure Storage File Shares client library for .NET - Version 12.6.0(Server Version: 2020-04-08, 2020-02-10, 2019-12-12, 2019-07-07, and 2019-02-02)

For more information: azure-sdk-for-net/sdk/storage/

Hope this helps!

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


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


· 1
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.

Hi Sumaringo, thanks for your reply.

I am facing the issue that we need to copy files using our legacy application which is written in .net 3.5 windows app. The files need to be copied to azure file storage by this app. We are struggling to make changes to this app because the .net version on this app is very old, but the document in your reply suggests the higher version of .net should be used, which we won't be able to because we cannot convert our .net 3.5 windows app to the higher version.

any suggestions?

0 Votes 0 ·
SumanthMarigowda-MSFT avatar image
0 Votes"
SumanthMarigowda-MSFT answered

@VikasJain-0647 For testing purpose can you refer to File-copy tools there are different tools which helps you to copy the data to Azure Files Storage, Please refer to the suggestions and let me know the status.

This article outlines how to copy data to and from Azure File Storage. Copy data from or to Azure File Storage by using Azure Data Factory

This article provides considerations and comparisons between the multiple choices you have in Azure when migrating your existing .NET Framework applications from on-premises to Azure: Choose the right Azure hosting option

Kindly let us know if you still have more questions on this. I wish to engage with you offline for a closer look and provide a quick and specialized assistance.

Hope this helps!

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


Please do not 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.