2,565 questions with Azure Blob Storage tags

Sort by: Updated
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,673 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,434 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,565 questions
Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
336 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,565 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,565 questions
asked 2020-11-04T03:00:39.06+00:00
Vijay Kumar 2,021 Reputation points
accepted 2020-11-12T17:55:42.527+00:00
Vijay Kumar 2,021 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,565 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,766 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,565 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,766 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,565 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,147 questions
asked 2020-11-06T14:53:44.453+00:00
accepted 2020-11-09T11:48:32.047+00:00
3 answers One of the answers was accepted by the question author.

Lifecycle mangement isn't doing anything

Every night we upload backup files to Azure Blob storage. After 7 days I would like to move these to cool storage so I made a lifecycle management rule below. This has been in place for sometime but checking today all the blobs are still in hot storage…

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,847 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,565 questions
asked 2020-09-25T10:22:43.38+00:00
Nigel Morse 191 Reputation points
accepted 2020-11-06T14:52:37.773+00:00
Nigel Morse 191 Reputation points
1 answer One of the answers was accepted by the question author.

What's the purpose of "sealed" property of a blob?

I was looking at the documentation for Azure Blob Storage Node SDK and noticed that there's a property called isSealed (Ref: https://learn.microsoft.com/en-gb/javascript/api/@azure/storage-blob/blobgetpropertiesresponse?view=azure-node-latest#isSealed).…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,565 questions
asked 2020-11-05T12:20:01.883+00:00
Gaurav Mantri 21 Reputation points
commented 2020-11-06T09:26:42.467+00:00
Gaurav Mantri 21 Reputation points
4 answers

Azure Blob Storage video works in old account not new one

Hi, I'm storing mp4 video on azure blob storage, and I can play it on Android fine using https. I created a new azure function (v3) storage, and I can't play it. Old storage account works, new one doesn't. Same code, same video. File type is…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,565 questions
asked 2020-11-04T17:35:09.37+00:00
Robin Tan 61 Reputation points
answered 2020-11-06T01:55:34.08+00:00
Robin Tan 61 Reputation points
2 answers

Generating SAS tokens for files inside my blob storage containers via key vault

Hi, I have a Microservice which is the owner of a specific blob storage. Because I don't want to store any storage keys in configuration files of the microservice, I would like to use Key Vault to generate SAS Tokens for me. Key Vault then will…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,165 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,565 questions
asked 2020-10-29T13:56:08.48+00:00
Jean-Pierre Broeders 1 Reputation point
commented 2020-11-05T23:00:18.207+00:00
deherman-MSFT 34,766 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Could not retrieve deleted containers with List Containers > include=deleted URI parameter

Hello, I am trying to retrieve the deleted containers, making a postman request to: GET https://mystorage.blob.core.windows.net/?comp=list&include=deleted But this returns an error message: <Error> …

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,565 questions
asked 2020-11-04T15:53:22.427+00:00
sandboxtray 41 Reputation points
accepted 2020-11-05T14:47:16.207+00:00
sandboxtray 41 Reputation points
1 answer

Issue on configurating Hot folders in Microsoft Azure Explorer

Hi Team, We are trying to configure Hotfolders in SAP hybris. We have installed Microsoft Azure Storage Explorer as one of the prerequisites. We are facing an issue as shown in attached screenshot saying Invalid storage account. Can you please have a…

Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
238 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,847 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,565 questions
asked 2020-10-05T04:33:39.933+00:00
Enugula, Srikanth (Cognizant) 1 Reputation point
commented 2020-11-03T09:53:38.273+00:00
Sumarigo-MSFT 44,671 Reputation points Microsoft Employee
1 answer

Extremely slow download speeds from blob storage

Hi, I'm asking this on behalf of a client that is seeing extremely slow download speeds from blob storage. They are hosting downloads for their website on a blob.core.windows.net subdomain but are experiencing extremely slow download speeds.…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,565 questions
asked 2020-10-05T15:21:50.937+00:00
Mark Yesilevskiy 1 Reputation point
commented 2020-11-03T09:39:30.26+00:00
Sumarigo-MSFT 44,671 Reputation points Microsoft Employee
1 answer

Azure Alert for Blob count

Hello, is there any way to create an Azure alert which will be triggered if in specific blob container I will reach specific count of files/blobs? For example in blob container named test I will have 100 json files.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,565 questions
asked 2020-10-11T21:27:17.847+00:00
Andrej Treciak 1 Reputation point
commented 2020-11-03T09:38:16.813+00:00
Sumarigo-MSFT 44,671 Reputation points Microsoft Employee
1 answer

Will not upload to Azure blob storage

This is how I try to upload to Azure. Now I try to upload then there will be no error at all. Thus when I try to upload it does not get into my blob storage at all. var storageCredentials = new StorageCredentials("dinekompetencer",…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,565 questions
asked 2020-10-25T18:29:02.65+00:00
Jesper Petersen 26 Reputation points
commented 2020-11-03T08:16:42.673+00:00
Sumarigo-MSFT 44,671 Reputation points Microsoft Employee
1 answer

Edit SAS expiry date of a Blob

I have generated SAS tokens and URLs for several Blobs. The expiry date is coming soon and I would like to extend this date. Is it possible to do so? I am looking at documentation about Azure CLI…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,565 questions
asked 2020-10-27T17:05:30.643+00:00
Jean-Baptiste SCELLIER 1 Reputation point
commented 2020-11-03T08:15:07.537+00:00
Sumarigo-MSFT 44,671 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

File Share | WVD

Hello, We are setting up a data centre, spinning up VM's, WVD, VNET, Firewall. Developer WVD can be accessed through VPN. We are trying to set a file share common for all developers. Just like in classical file share, we should be able to see a…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,204 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,847 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,565 questions
asked 2020-10-29T22:27:04.137+00:00
Prasenna Kannan 436 Reputation points
accepted 2020-11-01T22:13:41.51+00:00
Prasenna Kannan 436 Reputation points
2 answers One of the answers was accepted by the question author.

Does OAuth2 (Authorization code) authentication have any limitations for making any CRUD requests to the BLOB STORAGE API?

Hello, Is OAuth2 authentication suitable for making requests to Azure Blob Storage? Does it have any kind of limitation for this? Also I noticed that OAuth2 (Authorization code) doesn't seem to return a refresh token with the access token that I…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,565 questions
asked 2020-10-28T13:38:08.603+00:00
sandboxtray 41 Reputation points
answered 2020-10-30T09:14:09.883+00:00
sandboxtray 41 Reputation points
3 answers One of the answers was accepted by the question author.

Checking PST files for viruses before import in ExO

Hello everyone, unfortunately I did not find any information about this in the MS documents. Situation: With the PST import function the PST files are copied to an Azure-Blob storage and from there they are imported to the target mailbox by a PST…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,565 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,324 questions
asked 2020-10-21T08:52:56.78+00:00
David Jacobs 41 Reputation points
accepted 2020-10-30T08:59:57.877+00:00
David Jacobs 41 Reputation points
1 answer One of the answers was accepted by the question author.

Azure CLI az download-batch automatically decompresses gzipped files

Hello! When I download files via command-line Azure CLI (version 2.14.0) az storage blob download-batch, they are automatically decompressed. For example, in storage, they are marked with content-encoding gzip, and their size is smaller, but after…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,565 questions
asked 2020-10-29T13:33:00.407+00:00
Anastasiia Ilina 71 Reputation points
commented 2020-10-30T08:54:14.763+00:00
Anastasiia Ilina 71 Reputation points