azure - create image from blob storage -
i need create image html file stored in blob azure storage.
cloudstorageaccount account = new cloudstorageaccount(credentials, true); cloudblobclient client = new cloudblobclient(account.blobendpoint.absoluteuri, account.credentials); cloudblobcontainer container2 = client.getcontainerreference(absolutepath); cloudblob blob = container.getblobreference(filename); if (absolutepath != null) { bmp = (bitmap)system.drawing.image.fromfile(blob.name) , true); }
but got error of file not found exception.
plz help.
i need convert html page image , store blob storage.
regards, brijesh vaidya
thanks gaurav, applied authentication , azure library blob file, when path https://abc.core.windows.net/ds/file.html" , if generate image file html file path supplied in following line: bmp = (bitmap)system.drawing.image.fromfile(blob.name) , true);
i got error.
Comments
Post a Comment