2,539 questions with Azure Blob Storage tags

Sort by: Updated
1 answer

Migrating from Blob Storage to Azure Files

Other than the additional SMB/NFS, can I treat Azure Files as Blob Storage - can I use my existing code to access the same API for CRUD and access the resulting files as blobs from websites via HTTPS? (I'm trying to see if I can copy all the blobs,…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,200 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,539 questions
asked 2020-12-03T10:52:19.983+00:00
Andrew Hawken 6 Reputation points
answered 2020-12-03T17:53:25.507+00:00
deherman-MSFT 34,436 Reputation points Microsoft Employee
2 answers

Azure Functions “The operation has timed out.” for timer trigger blob archival

I have a Python Azure Functions timer trigger that is run once a day and archives files from a general purpose v2 hot storage container to a general purpose v2 cold storage container. I'm using the Linux Consumption plan. The code looks like this: …

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,394 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,473 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,814 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,539 questions
asked 2020-11-18T19:52:01.383+00:00
ddx1 171 Reputation points
commented 2020-11-30T16:52:58.98+00:00
ddx1 171 Reputation points
1 answer One of the answers was accepted by the question author.

Host lock lease acquired by instance ID '000000000000000000000000D9B388D4'

HI, I have used below program using Java 11. https://learn.microsoft.com/en-us/azure/azure-functions/functions-event-hub-cosmos-db I was able to run it. But after it go restarted today i am getting below issue. …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,473 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,539 questions
asked 2020-11-17T10:32:38.88+00:00
Singh, Pooja am 71 Reputation points
accepted 2020-11-30T05:42:22.083+00:00
Singh, Pooja am 71 Reputation points
2 answers One of the answers was accepted by the question author.

Copy OnPrem to Blob

Hi, I am migrating tables from on-prem to blob using lookup,foreach(parallel) ,copy activities. But this process taking around 8hrs to complete for 50 tables. Is there is anyway to speed up the process, as I have huge list of tables which needs to be…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,539 questions
asked 2020-11-27T07:05:00.573+00:00
Gowri Shankar 226 Reputation points
answered 2020-11-29T03:44:17.85+00:00
Gowri Shankar 226 Reputation points
3 answers One of the answers was accepted by the question author.

AzCopy upload to specific folder

Hi, I have azcopy installed on a Windows Server SBS 2011 Standard and I'd like to upload several hundred GBs of pst files with azcopy to an azure blob container but can't seem to find a way to upload files to a specific folder within the container.…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,539 questions
asked 2020-11-25T10:48:33.413+00:00
György Nagyapáti 96 Reputation points
commented 2020-11-26T08:31:35.967+00:00
György Nagyapáti 96 Reputation points
1 answer One of the answers was accepted by the question author.

Does BlobStorage API returns errors in JSON format?

Hi all, We're trying to get the errors from blobstorage API in JSON format but without success. Looks like that API isn't looking at the headers of Accept : application/json and ContentType : application/json. Despite them, it returns in XML format. …

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,539 questions
asked 2020-11-10T23:52:23.12+00:00
GFChaves 41 Reputation points
commented 2020-11-24T05:27:07.35+00:00
GFChaves 41 Reputation points
2 answers One of the answers was accepted by the question author.

Another containter in Blob storage

Hi Team, I have configured blobfuse on Linux 7 VM. everything is working fine. Referece: https://learn.microsoft.com/en-us/azure/storage/blobs/storage-how-to-mount-container-linux Since the blob is already mounted, if we require another…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,814 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,539 questions
asked 2020-11-12T17:58:56.14+00:00
Vijay Kumar 2,016 Reputation points
accepted 2020-11-23T03:41:10.977+00:00
Vijay Kumar 2,016 Reputation points
2 answers One of the answers was accepted by the question author.

diagnostic settings for Blob storage.

I want to enable diagnostic settings for Blob storage. i wanted to log the event at container and blob level both. i can do this using Classic diagnostic settings. Since this is going to get retired i want to send the diagnostic logs to Log analytics…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,814 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,539 questions
asked 2020-10-06T11:26:57.717+00:00
Somnath Shukla 411 Reputation points
accepted 2020-11-20T03:13:01.793+00:00
Somnath Shukla 411 Reputation points
1 answer One of the answers was accepted by the question author.

Move file to Azure blob storage using Powershell script in VS2008

HI I have powershell script which is used to upload file in Azure blob storage. The powershell script on its own is working fine. But when i try to call the script using Execute Process task in VS2008, the package runs fine without any error but the…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,539 questions
asked 2020-11-19T03:33:12.837+00:00
Supriya Gupta 21 Reputation points
commented 2020-11-20T00:46:06.193+00:00
Supriya Gupta 21 Reputation points
1 answer One of the answers was accepted by the question author.

save file as csv in blob storage

I am new to Azure and I am moving my on-prem table to Azure blob as csv format. But in the Azure storage explorer, I am seeing the 'content type' column is showing as 'application/octet-stream' instead of 'csv'? . I am wondering why it is not showing…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,539 questions
asked 2020-11-16T12:50:35.297+00:00
Gowri Shankar 226 Reputation points
accepted 2020-11-19T07:19:25.973+00:00
Gowri Shankar 226 Reputation points
1 answer One of the answers was accepted by the question author.

Getting storage account lifecycle management via REST with Shared Key (storage account key) authentication

Hi, I'm implementing an application that needs to build curl handlers in C for a few blob storage operations. For that i'm using the Shared Key (storage account key) authentication: …

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,814 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,539 questions
asked 2020-11-18T08:41:33.453+00:00
Oded Raiches 21 Reputation points
accepted 2020-11-19T07:03:30.267+00:00
Oded Raiches 21 Reputation points
1 answer One of the answers was accepted by the question author.

On Premise User Access to Azure Container/Folder

Sorry new to azure,and TechNet forums!(I usually have time to figure things out myself but under pressure at moment!) I have been tasked with sharing an azure container with an on premise user. Its not a file share but a container as their…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,539 questions
asked 2020-11-04T14:49:55.94+00:00
FrankGrimes513 21 Reputation points
accepted 2020-11-16T16:50:32.477+00:00
FrankGrimes513 21 Reputation points
5 answers One of the answers was accepted by the question author.

OpenAPI Spec files for Azure Bob storage APIs

Howdy, Following Azure Support suggestion (from twitter) asking here if anyone has/know a openapi spec file of the Azure's Blob storage REST API ? or any other azure API collection? We did find something similar at…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,539 questions
asked 2020-09-01T07:48:56.36+00:00
GFChaves 41 Reputation points
commented 2020-11-15T18:03:03.957+00:00
GFChaves 41 Reputation points
1 answer

Would like to create folders in azure blob storage using python SDK

Hi All, I would like to create folders dynamically in azure blob storage using python SDK, is this something possible?

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,814 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,539 questions
asked 2020-11-13T09:09:18.64+00:00
akhil kumar 1 Reputation point
answered 2020-11-13T21:44:03.68+00:00
deherman-MSFT 34,436 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Deep learning training on Azure steps and tutorial

Hi MSFT Community, I followed this guide to set up a GPU: https://learn.microsoft.com/en-us/azure/machine-learning/data-science-virtual-machine/dsvm-ubuntu-intro VM: Standard NC12_Promo, 12 vCPUs, 112 Gib RAM Operating System: Linux …

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,654 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,362 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,539 questions
Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
331 questions
asked 2020-11-10T20:28:10.287+00:00
gecheng 21 Reputation points
accepted 2020-11-13T20:27:55.28+00:00
gecheng 21 Reputation points
1 answer One of the answers was accepted by the question author.

Azure pipeline release using azureblob copy task

I have created an azure deviceops release pipeline with three tasks. The release pipeline tasks consist of installing Azure SignTool, Signing the package (artifact from another pipeline) using PowerShell and uploading to azure storage using AzureBlob…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,539 questions
asked 2020-10-22T20:56:50.12+00:00
dmondou 21 Reputation points
accepted 2020-11-13T19:49:21.753+00:00
dmondou 21 Reputation points
1 answer One of the answers was accepted by the question author.

mount Blob storage as a file system with blobfuse

Actually i am following below article to mount blob storage in linux box in Azure. https://learn.microsoft.com/en-us/azure/storage/blobs/storage-how-to-mount-container-linux While executing below command $ sudo blobfuse /root/abc_dev…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,539 questions
asked 2020-11-04T03:00:39.06+00:00
Vijay Kumar 2,016 Reputation points
accepted 2020-11-12T17:55:42.527+00:00
Vijay Kumar 2,016 Reputation points
2 answers

BlobNotFound when using syncCopyFromURL

Hello, I am using @azure/storage-blob npm and am trying to figure out a way to add an image directly from url to blob. What I came up with was : const blobService4 = new BlockBlobClient( process.env.AZURE_CONNECTION_STRING, …

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,539 questions
asked 2020-10-19T09:48:56.61+00:00
Utkarsh 1 Reputation point
commented 2020-11-10T21:39:42.49+00:00
deherman-MSFT 34,436 Reputation points Microsoft Employee
2 answers

Storage account - static web site - Custom Domain Name

Hi, I have created a storage account to host and static website. Created build for my Angular Webapp and published the dist folder to sorage account. I am able to browse the endpoints and access the published website. Added Custom Domain Name by…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,539 questions
asked 2020-11-10T02:24:42.353+00:00
PKS 1 Reputation point
answered 2020-11-10T17:38:19.893+00:00
deherman-MSFT 34,436 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

upload file to blobstorage via azure-iothub without sdk

Hi, I want to upload a file to an azure-blob-storage through an azure-iot-hub account withour using the azure SDK. As stated in this docs (https://learn.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-file-upload), i have first created a blobstorage…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,539 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,142 questions
asked 2020-11-06T14:53:44.453+00:00
accepted 2020-11-09T11:48:32.047+00:00