Questions tagged [blob-storage]

19 questions
2
votes
1 answer

Import PNG to SQL Server (without disk access)

How can I import a PNG to an SQL Server database installed in a machine where I'm not granted access (except to the DB instance)? I cannot do the following because I cannot access the disk: INSERT INTO [dbo].[WorkItemState] (ImageBits) SELECT …
Luis Gouveia
  • 211
  • 1
  • 3
  • 8
1
vote
1 answer

Can't get search query to work for Azure blob metadata fields

I have a blob container in a storage account where each blob is an image. I've added "w" and "h" metadata fields to each blob containing the width and height of the image. I've followed the instructions here to add a search service to the blob…
Geordie
  • 125
  • 1
  • 5
1
vote
1 answer

Access with Azure Automation in Blob Storage

I have 3 BlobStorage in Azure with limited access with a Virtual network, I would you like run script with AzureAutomation that will snapshot objects into accounts. But when I do a test pan I have a problem access. So I tought Azure's IP Public in…
Goems
  • 45
  • 1
  • 4
1
vote
1 answer

Azure - Connecting to Blob storage from app service through vnet

I've set up a VNET with a point-to-site GW and two other subnets. VNET StorageSubnet (with service endpoint to storage) GWSubnet (with service endpoint to storage) noStorage I've connected my web app to the VNET, but I get an exception when…
1
vote
1 answer

Does Microsoft Azure blob storage allow BitTorrent uploads?

Amazon S3 buckets can be uploaded (and downloaded) using the BitTorrent protocol. Can this be done with Azure blob storage? I can't find an answer for this on google. Alot of hits are for the Azure bittorrent client and not Azure the cloud host.
NoWhereToBeSeen
  • 143
  • 1
  • 2
1
vote
1 answer

Is there a way to load large BLOBs without restarting MySQL?

I'm trying to move the last few databases off an older mysql server, but one in particular has me stumped: ERROR 1118 (42000) at line 595: The size of BLOB/TEXT data inserted in one transaction is greater than 10% of redo log size. Increase the…
jldugger
  • 14,342
  • 20
  • 77
  • 129
1
vote
3 answers

Azure blob backup

Our blob storage is crucially important to our business. If for some reason one day the blob storage account is deleted from hackers or buggy scripts, it would cause serious harm. What's the best way to backup blob storage to mitigate against an…
Tom Gullen
  • 385
  • 4
  • 8
  • 24
1
vote
0 answers

Calculate Size of Azure Storage Accounts & Containers Using PowerShell

I have limited knowledge of PowerShell but I'd like to calculate the total size (in GB) of each storage account, or each container in my storage accounts. I have multiple storage accounts and containers in multiple resource groups. I'm having a hard…
jrd1989
  • 698
  • 15
  • 48
1
vote
1 answer

Storing BLOBs in mysql database

There's a lot of opinion about storing BLOBs in a database and I wonder if there is any actual investigation or figures on the matter. We have an application that stores images related to various entities such as user (their profile picture) and…
1
vote
1 answer

Prevent enumeration of items in a public Azure Blob

I have a public Azure Blob and I have files and folders within it. It is set to public read access. I would like to make sure that the contents of this blob cannot be enumerated so that if someone does not know the precise URL of a file in the…
A X
  • 469
  • 4
  • 10
  • 31
0
votes
1 answer

Terraform remote state backend error - Blob Lease Id missing

I am trying to update the remote state file in Azure. Once the blob is created, then when I run terraform apply - I get the following error: This is the error: * azurerm_storage_blob.testsb: Error setting properties of blob dev.terraform.tfstate…
0
votes
1 answer

How to Use Azure Key Vault w/ Web App

I have an Azure Web App for a client project. The project also requires Azure SQL Databases and Blob Storage. All pieces mentioned are up and running but we've been told we can't have any password stored in the web.config or in the azure portal…
jrd1989
  • 698
  • 15
  • 48
0
votes
1 answer

Get-AzureStorageContainer Powershell Command Adding Additional Text

I'm trying to run a powershell command to list the blobs in a container. I found this command and modified it as needed: $ctx = New-AzureStorageContext -StorageAccountName [name].blob.core.usgovcloudapi.net -StorageAccountKey…
jrd1989
  • 698
  • 15
  • 48
0
votes
0 answers

Deploying vhd from blob to Azure

We have some troubles in migrating VM(Linux) from local HyperV on Win 10 to Azure Cloud. We got a linux vhd - deploy it on HyperV - then save as static and upload to blob storade in Azure. Based on that - we make a new VM but it fails to…
0
votes
2 answers

Why are there multiple .vhd files in my Azure blob storage

I have some virtual machines in the Azure cloud, and I've just found that there are several .vhd files (all 127GB) on one of my premium storage accounts. I don't ever recall creating these by snap-shotting my machines, so I'm wondering why there are…
5lovak
  • 442
  • 5
  • 11
1
2