azure-storage Questions

1

Solved

If no, is it possible to use WebHDFS API from HDInsight to connect with ADL Gen2?
Cockchafer asked 10/10, 2019 at 6:45

3

Solved

I am using the Microsoft Azure .NET client libraries to interact with Azure cloud storage. I need to be able to access additional information about each blob in its metadata collection. I am curren...
Painless asked 10/1, 2013 at 20:5

2

Solved

I'm getting an error in my release pipeline (Azure DevOps) when I deploy content to a static website in Azure Storage with IP restrictions enabled. Error parsing destination location "https://MYS...
Kassiekassity asked 11/9, 2019 at 14:51

1

Solved

I have a PowerShell script that currently deletes all blobs in my $web container. az storage blob delete-batch --account-name myaccountname --source $web This works great, but now I want to exclu...
Memoir asked 29/8, 2019 at 15:47

1

Solved

I am hosting a static website through the $web container in the BLOB storage of an azure storage account. The minified JS in that container contains sensitive data, for example an azure-tables key....

3

Solved

I have a WordPress on Linux App running on Azure with a MySql database. I need to be able to upload PDF files to Azure, and then have a link in the web site that will enable users to then click th...
Erratic asked 30/11, 2017 at 15:24

1

Solved

I'm trying to read the records from Azure table storage. I have a simple query while pulling the records var isPagination = true; var combinedFilter = "groupCode eq '9THS'"; var query = new Table...
Pinter asked 18/8, 2019 at 13:56

2

As far as I know, these are the only clients available to browse Azure Table Storage, Queues and Blobs: Visual Studio Server Explorer: This is great, but we need standalone software (for te...

1

Solved

I am getting an error as "The specified resource name length is not within the permissible limits" when I try to upload a blob to my Azure Storage Account. Below is my code. private async Task...
Stationery asked 2/8, 2019 at 14:9

5

I have content that rarely changes that I want to serve over the Azure CDN for performance reasons. When the content does change, though, it's important that the updated data is immediately availab...
Gorgon asked 6/1, 2012 at 7:16

4

Solved

Since I installed the new Windows Azure SDK 2.3 I got a warning from csrun: "DevStore interaction through CSRun has been depricated. Use WAStorageEmulator.exe instead." So there are two questions...
Geldens asked 8/4, 2014 at 12:36

10

Solved

I have some unit tests that use Azure Storage. When running these locally, I want them to use the Azure Storage emulator which is part of the Azure SDK v1.5. If the emulator isn't running, I want i...
Masorete asked 25/9, 2011 at 18:20

1

Solved

Each week nearly two or three times, azure vm stops the responding. When it happens, Disk Read Bytes are dramatically increasing i dont know why. My application has no read disk function (only writ...

1

Solved

I have a BlockBlob in Premium Azure Storage. It's a 500mb zip file containing around 280 million phone numbers in CSV format. I've created a Pipeline in ADF to unzip this and copy the entries into...

1

Solved

I'm hosting a ReactJS app on a Azure Storage using the static website feature. Using this script: $container = "`$web" $context = New-AzureStorageContext -StorageAccountName $env:prSourceBranchNam...
Metrist asked 10/7, 2019 at 18:22

4

I have created a simple C# application at visual studio and I try to run that from my local machine. I have visual studio 2013. However, when I try to run the program, I get the exception: Could n...
Araldo asked 3/7, 2014 at 12:2

2

i am using azure blob triggers to identify when a container get updated. the trigger works fine. but it only returns the blob file as it is (like base 64 string). but how do i get the url for the b...
Dishonorable asked 26/1, 2018 at 16:57

1

Solved

We've created a folder structure on Azure Storage like below: parentcontainer -> childcontainer -> {pdffiles are uploaded here} We have the URL of the stored .pdf files. We don't want to h...
Negris asked 23/6, 2019 at 17:41

5

Solved

I need to somehow uploads files and access them on the VM, how can I do this? Specifically, how can I get access to files I've uploaded as a blob from within the VM? I tried to access a file that...
Christabelle asked 18/11, 2014 at 10:56

3

Solved

Is it possible to query an azure queue to find whether an item is somewhere in a specified queue (based on some key property)?
Haas asked 2/10, 2012 at 12:32

4

I am using Windows Azure SQL Server in my application when i connect to application it shows following error. org.springframework.transaction.TransactionSystemException: Could not commit Hibernate...
Vasilikivasilis asked 25/1, 2013 at 10:48

1

Is it possible to change the default event that is fired on blobcreated? Storage accounts have the ability to fire events when blobs are deleted/created: If you add a new event subscription, yo...
Musky asked 21/5, 2019 at 14:53

1

Solved

I am currently working with a client that requires access to all Azure resource locking down as much as possible and I am having problems with the Storage Account that is utilised by our Azure Func...
Sponge asked 22/5, 2019 at 6:57

1

I am receiving a failure while trying to download blob (JSON file) from Azure storage account from my Azure Automation account. It looks like an authorization issue. This works on my local laptop...

1

Solved

Originally I tried to restrict access from an app service to blob storage using IP addresses, however it turned out that you can only do this using a Virtual Network: Firewall access from Azure app...
Bayadere asked 13/5, 2019 at 14:9

© 2022 - 2024 — McMap. All rights reserved.