I am trying to build some image based layers using GDIPlusRasterLayer. I have been using this with locally hosted images for the last few versions with no problems. We have transitioned much of our web content (and applications) to Azure and my images are now on my Azure storage account.
When I try the code below, I get' file specified does not exist' on my map. The image path is correct and the file does exist. How can I use my cloud hosted images in my maps?
myImagePath = "nexrfazurestorage.blob.core.windows.net/public/a029a223-6a8d-420c-b633-c1947e4d158e.png"
Dim gdiPlusImageLayer As New GdiPlusRasterLayer(myImagePath, myMapExtent)