Top "Azure-storage-blobs" questions

Azure Blob Storage is a cloud service for storing unstructured binary data.

How do I force Azure CDN content to be purged or invalidated?

I have content that rarely changes that I want to serve over the Azure CDN for performance reasons. When the …

cdn azure-storage azure-storage-blobs microsoft-cdn
Azure blob storage limitation and filter

Azure storage for multi-tenant application. We are working on to develop a multi-tenant application on Azure, with approximate 10,000 tenants and …

azure azure-storage azure-storage-blobs
Azure Storage - Use Blob from Private Container in <img> tag

I have Azure Container created and set to Private. The permission must be set to Private because the content is …

azure azure-storage azure-storage-blobs
Examples of downloading files from Azure Blob Storage

I am able to upload files to Azure blob storage via Node/Express without issue, but have found very minimal …

node.js azure express azure-storage-blobs node-request
Azure Storage - Generating SAS token (Portal vs PowerShell

In our CI/CD pipeline im trying to automate the creation of SAS tokens for containers used by other systems. …

powershell azure azure-storage-blobs azure-powershell azure-storage-account
Azure blob storage - auto generate unique blob name

I am writing a small web application for Windows Azure, which should use the blob storage for, obviously, storing blobs. …

azure naming azure-storage-blobs auto-generate
Azure Blob vs File vs Disk storage

Quick question. I've been reading tons of information about the azure blob/file/disk storage options and I have a …

.net azure azure-storage azure-storage-blobs azure-storage-files
Create Azure blob/fileshare container through ARM template

I am looking a way to create a container in Azure blob & file-share storage through ARM template. At present …

azure azure-storage azure-storage-blobs azure-resource-manager azure-storage-files
Auto Sync Azure Blob to local file system

I would like to know if there is a way through which I can auto-sync an Azure blob to the …

azure synchronization filesystemwatcher azure-storage-blobs
Upload image to Azure Blob Storage from URL

Is it possible to have the CloudBlockBlob.UploadFromStreamAsync accept URL for images? I am trying to use the LinkedIn basicprofile …

c# asp.net-mvc azure azure-storage-blobs imageurl