Azure Blob Storage is a cloud service for storing unstructured binary data.
I need to refresh the contents when I upload a new content to CDN. When the content change, it's important …
azure azure-storage-blobs azure-cdnI am new to Azure Data Factory and have an interesting requirement. I need to move files from Azure Blob …
amazon-s3 ssis azure-storage azure-storage-blobs azure-data-factory-2Our application stores files uploaded from our customers to blob storage. These files are exchanged between different parties (our customers …
azure azure-storage-blobsI have a question about the use cases of the different Azure storage services: Azure Data Lake Storage. Azure Blob …
azure cloud azure-storage-blobs azure-data-lakeI am trying to serve MP4 Video content from Azure Blob Storage. I can get the video to play in …
c# azure html5-video azure-storage-blobsI'm an azure newbie and just trying to understand Azure better. My questions are specific to backing up Linux VMs …
azure azure-storage-blobs snapshotThe Azure Logic Apps action "Get Blob Content" doesn't allow us to set the return content-type. By default, it returns …
azure azure-storage-blobs content-type azure-logic-appsWhen I upload an image file to a blob, the image is uploaded apparently successfully (no errors). When I go …
file-upload azure azure-storage-blobshere is the offending code public async static Task<MemoryStream> AsyncReadBlob(string identifier) { CloudStorageAccount storageAccount = CloudStorageAccount.Parse(storageString); …
c# asynchronous azure-storage azure-storage-blobs asp.net-4.5I am trying to copy from a SAS url location to a destination storage account. I tried the following commands …
azure-storage-blobs cloud-storage signatures azcopy