Closed
Description
- Open AzureSamples.sln in VS2012 SP1
- Perform required solution and project upgrades
- Debug AzureWebApplication
- Go to Upload.aspx
- Upload a file
EXPECTED: Image is successfully stored and then displayed in 3 variations
ACTUAL: Image is successfully stored, but image cannot be retrieved and results in 3 404s
- Try to access the image without a query string
EXPECTED: Image loads
ACTUAL: Still a 404
Considering the issue I am having here, I decided to see if I could get the samples working. No luck. With the linked problem I get 404 for anything in Azure with a query string. With the sample, I always get a 404.