# File lib/deltacloud/drivers/azure/azure_driver.rb, line 88
  def blob_data(credentials, bucket_id, blob_id, opts)
    azure_connect(credentials)
    # WAZ get blob data methods cant accept blocks for 'streaming'... FIXME
      yield WAZ::Blobs::Container.find(bucket_id)[blob_id].value
  end