How to deploy App_Data files with Azure cloud service (web role)

Posted by user2977157 on Stack Overflow See other posts from Stack Overflow or by user2977157
Published on 2013-11-11T06:03:07Z Indexed on 2013/11/11 15:54 UTC
Read the original article Hit count: 165

I have a read-only data file (for IP geolocation) that my web role needs to read. It is currently in the App_Data folder, which is NOT included in the deployment package for the cloud service. Unlike "web deploy", there is no checkbox for an azure cloud service deployment to include/exclude App_Data.

Is there a reasonable way to get the deployment package to include the App_Data folder/files? Or is using Azure storage for this sort of thing the better way to go? (cost and performance wise)

Am using Visual Studio 2013 and the Azure SDK 2.2

© Stack Overflow or respective owner

Related posts about Azure

Related posts about visual-studio-2013