php - Uploading and accessing files in Azure without using the Data Storage -
if using windows azure , asp.net web site php script upload files, can access files server or must use data storage facilities?
i.e. i'd reference files directly html\server... etc. think should able to.
thank you.
how hosting asp.net website. if it's hosted in web role, won't have access persistent "standard" file system role. (especially if you've scaled on multiple instances).
have @ following tutorial on using blob storage php. http://www.windowsazure.com/en-us/develop/php/how-to-guides/blob-service/
you can use blob storage quite access them standard http links asp.net site. i.e.
http://your-storage-account.blob.core.windows.net/your-container/file.txt
Comments
Post a Comment