azure-storage-blobs

Copy Data From Azure Blob Storage to AWS S3

别等时光非礼了梦想. 提交于 2019-12-10 09:56:10
问题 I am new to Azure Data Factory and have an interesting requirement. I need to move files from Azure Blob storage to Amazon S3, ideally using Azure Data Factory. However S3 isnt supported as a sink; https://docs.microsoft.com/en-us/azure/data-factory/copy-activity-overview I also understand from a variety of comments i've read on here that you cannot directly copy from Blob Storage to S3 - you would need to download the file locally and then upload it to S3. Does anyone know of any examples,

How to access an object in Microsoft Azure Storage Service publicly?

a 夏天 提交于 2019-12-10 08:12:00
问题 I would like to upload some images to be stored in Azure, I discovered that there is called 'Storage' in Blob, after doing some research I was able create my account in storage service and I'm accessing it with 'Azure Storage Explorer'. 1)There's another software that I could access my storage account ? Or another way to do it ? 2)What's the difference between 'public container' and 'public blob'? 3)I would like to create sub-folders, how can I do that ? 4)How can I make an image that I

Azure, access denied on Shared Access Signature for Storage 2.0

半城伤御伤魂 提交于 2019-12-10 06:06:15
问题 I'm having trouble getting shared access signatures to work with Storage 2.0.. I use the code: if (blob.Exists()) { var expires = DateTime.UtcNow.AddMinutes(30); var sas = blob.GetSharedAccessSignature(new Microsoft.WindowsAzure.Storage.Blob.SharedAccessBlobPolicy { Permissions = Microsoft.WindowsAzure.Storage.Blob.SharedAccessBlobPermissions.Read, SharedAccessExpiryTime = expires }); url = string.Concat(blob.Uri.AbsoluteUri, sas); } return url; But if I debug the session and paste the URL

Delete folder(s) inside Azure Blob storage container

人盡茶涼 提交于 2019-12-10 04:08:23
问题 I have a container named "pictures" , and have some folders named "Folder1", "Folder2" inside of it. So files of my blob will be addressed like this "http://optimus.blob.core.windows.net/pictures/Folder1/IMG123.png" . Using the below C# code to delete the files inside folders, CloudStorageAccount storageAccount = CloudStorageAccount.Parse(*AzureConnectionString*); CloudBlobClient blobClient = storageAccount.CreateCloudBlobClient(); CloudBlobContainer container = blobClient

Azure IoT Hub - Save telemetry best practice

≡放荡痞女 提交于 2019-12-10 03:05:42
问题 I am working on a IoT solution that will save weather data. I have googled for some days now on how to set up the backend. I am going to use Azure IoT Hub for handling communication, but the next step is the problem. I want to store the telemetry to a database. This is where I get confused. Some examples says that I should use Azure BLOB storage or Azure Table storage or Azure SQL. After some years of data collection I want to start creating reports of the data. So the storage needs to be

Keep getting old version, even after changing the Default Service Version on azure blob (inorder to set the content disposition header)

[亡魂溺海] 提交于 2019-12-10 00:58:27
问题 background: I'm trying to force the browser to download an image in response to a button (or link) click, instead of showing it inline. I need this to work cross browsers, so HTML5 attributes aren't enough. The Image is stored in a blob (azure storage services). What I tried: To set the DefaultServiceVersion to 2013-08-15 so the contentDisposition will work. (example from here Azure Storage API ContentDisposition): var cloudStorageAccount = new CloudStorageAccount(new StorageCredentials(

Download File from Azure Blob Storage

我的未来我决定 提交于 2019-12-09 18:13:30
问题 I have an application that allows users to upload photos, which are stored in Azure Blob Storage. The user also has the ability to view these photos. To view them, we want the application to download the image to the default download location. At the moment, the upload works perfect. But the download function that I found for Azure API doesn't seem to be doing anything. Also, I can't really specify a download location because this functionality needs to work on desktop/laptops as well as on

publish video on azure media services

霸气de小男生 提交于 2019-12-09 07:47:26
I've managed to upload an MP4 file to the BLOB container associated with my Azure media services account. I want to know if my next course of action should be to try and publish the video? if so how would I do that by referencing the BLOB where the video is stored. Could someone show me an example of how this is done? Azure Media Services will create an asset entity and link that to the blob container you are using to upload asset files. By publishing the asset, our streaming service would know which blob container to look into to retrieve those Mp4 files. Once your file is encoded or uploaded

Getting ImportError: No module named azure.storage.blob when doing python manage.py syncdb

落爺英雄遲暮 提交于 2019-12-09 03:23:52
问题 When I try to do python manage.py syncdb in my Django app, I get the error ImportError: No module named azure.storage.blob . But thing is, the following packages are installed if one does pip freeze : azure-common==1.0.0 azure-mgmt==0.20.1 azure-mgmt-common==0.20.0 azure-mgmt-compute==0.20.0 azure-mgmt-network==0.20.1 azure-mgmt-nspkg==1.0.0 azure-mgmt-resource==0.20.1 azure-mgmt-storage==0.20.0 azure-nspkg==1.0.0 azure-servicebus==0.20.1 azure-servicemanagement-legacy==0.20.1 azure-storage=

Invalid character exception when adding Metadata to a CloudBlob

人盡茶涼 提交于 2019-12-09 02:44:23
问题 Task Upload a file to Azure Blob Storage with the original filename and also assign the filename as meta-data to the CloudBlob Problem These characters are not permitted in the meta-data but are acceptable as the blob name: š Š ñ Ñ ç Ç ÿ Ÿ ž Ž Ð œ Œ « » éèëêð ÉÈËÊ àâä ÀÁÂÃÄÅ àáâãäå ÙÚÛÜ ùúûüµ òóôõöø ÒÓÔÕÖØ ìíîï ÌÍÎÏ Question Is there a way to store these characters in the meta-data ? Are we missing some setting that causes this exception? Most of these characters are standard glyphs in some