1
votes

I want to use the swap feature of azure web apps on my asp.net website.

Users can upload files to my site which are saved in a directory called /files. How can I avoid to swap these files and or any generated file by the application?

Btw: I can't see the files swapped when accessing the server via ftp?!

1

1 Answers

2
votes

By using a storage account directly instead of saving files to the OS disk.

How to use Blob storage from .NET

https://azure.microsoft.com/en-us/documentation/articles/storage-dotnet-how-to-use-blobs/