azure-storage Questions
5
Solved
Is there any way by which we can rename the blob container name in windows azure ?
Concubinage asked 11/9, 2012 at 13:18
3
Solved
I'm querying Azure table storage using the Azure Storage Explorer. I want to find all messages that contain the given text, like this in T-SQL:
message like '%SysFn%'
Executing the T-SQL gives "...
Trisomic asked 27/3, 2013 at 13:38
3
Solved
We are using an Azure Storage account to store some files that shall be downloaded by our app on the users demand.
Even though there should be no write operations (at least none I could think of)...
Feverish asked 23/4, 2019 at 10:0
2
Solved
Continuing the saga, here is part I: ContentHash is null in Azure.Storage.Blobs v12.x.x
After a lot of debugging, root cause appears to be that the content hash was not calculated after uploading a...
Suggestion asked 11/8, 2020 at 5:25
3
Solved
Tricky part is RowKey is string which is having value like Mon Nov 14 12:26:42 2016
I tried query using Timestamp like
var lowerlimit = DateTime.UtcNow; // its should be nearer to table timestamp...
Clepsydra asked 14/11, 2016 at 16:55
4
Solved
I'm already successfully listing available files, but I needed to know how I could pass that file down to the browser for a user to download without necessarily saving it to the server
Here is how...
Sensor asked 26/5, 2015 at 19:15
5
Solved
I have a single page React app hosted in Azure blob storage but am getting an The requested content does not exist. error when deep linking into a page:
I've enabled static website option in the...
Wu asked 9/4, 2019 at 17:52
4
Solved
I am looking for capability to Export data from SQL Azure Azure Table Storage to Some Flat file or XML file, so that we can import that to SQL / MYSQL Server and do the data analysis.
What happens...
Collinear asked 9/6, 2013 at 12:0
2
Solved
I am using the C# management API of Azure to create my resources in the cloud. I am stuck creating a container in the blob storage. I did create a storage account following these instructions:
// ...
Crossfertilization asked 26/2, 2018 at 12:44
2
Solved
I currently have created an Azure storage account. Inside of this storage, I've created two file shares. I've uploaded files into each file share, and would like to access these files from within t...
Thebaid asked 16/7, 2020 at 16:30
3
Solved
I see that there are different kinds of URLS to access a blob storage like shown below:
wasb://[email protected]
https://[email protected]
What is the difference?
what could be the re...
Downtime asked 26/3, 2014 at 8:20
7
Solved
I've read conflicting information as to whether or not the WADLogsTable table used by the DiagnosticMonitor in Windows Azure will automatically prune old log entries.
I'm guessing it doesn't, and ...
Indohittite asked 1/8, 2011 at 22:27
1
I know I may be somewhat late to this party, but remain baffled nonetheless.
We have for years been using the NuGet package WindowsAzure.Storage to work with Blobs, Tables, and Queues, in the cont...
Moe asked 15/6, 2020 at 18:0
1
Solved
I am trying to connect a public logic app (not ISE environment) to a storage account that is restricted to a Vnet.
According to the Storage account documentation access should be possible using a s...
Oppose asked 19/6, 2020 at 13:36
6
I store data in Azure Storage tables and blob storage. I would like to automatically backup my data to protect against accidental data corruption by users or by a software issue. There isn't a good...
Duplessis asked 7/3, 2016 at 4:3
1
Solved
I want to create a Azure SDK BlobClient knowing the blob Uri. I can do it like that :
StorageSharedKeyCredential storageCredential = new StorageSharedKeyCredential("devstoreaccount1", &q...
Cherida asked 16/6, 2020 at 13:36
3
Solved
We are about to implement the Read portion of our CQRS system in-house with the goal being to vastly improve our read performance. Currently our reads are conducted through a web service which runs...
Celindaceline asked 9/7, 2012 at 8:26
2
Solved
I've always found this very confusing:
There is a WindowsAzure.Storage NuGet package authored by Microsoft which allows you to work with, for example, blob storage (creating blobs, etc.).
There ar...
Mcilroy asked 8/11, 2018 at 19:36
6
Solved
I'm using Microsoft.WindowsAzure.Storage.* library from C#.
This is how I'm uploading things to storage:
// Store in storage
CloudStorageAccount storageAccount = CloudStorageAccount.Parse("...con...
Terri asked 7/7, 2014 at 23:47
3
Solved
CloudBlockBlob doesn't have any method to set the blob tier to hot/cool/archive. I have also checked the other blob types and they do not have a method that allows this either.
I.E this method: ht...
Man asked 4/4, 2018 at 20:55
2
I have deployed Angular 7 app to Azure Storage Static Website.
Angular app makes calls to .NET Core API which is deployed to Azure App Service.
Is it possible to configure URL rewrite (reverse pr...
Quod asked 8/1, 2019 at 9:47
2
Solved
I'm trying to build a very basic data flow in Azure Data Factory pulling a JSON file from blob storage, performing a transformation on some columns, and storing in a SQL database. I originally auth...
Undry asked 10/5, 2020 at 2:35
2
Solved
I generated a SAS signature using this RedDog tool and successfully sent a message to Event Hub using the Events Hub API refs. I know it was successful because I got a 201 Created response from the...
Gravante asked 19/11, 2015 at 21:43
2
Solved
previously (in older sdk like v2) you can generate a sas url (a signed shareable url for a blob) like following :
var azure = require('azure-storage');
var blobService = azure.createBlobService()...
Schwenk asked 30/4, 2020 at 18:31
6
Solved
I almost wasted my whole day trying to install Windows Azure Storage Emulator but somehow it is not getting installed..
The log is showing me this error : Sql instance not found. I tried re-instal...
Markel asked 5/4, 2014 at 18:55
© 2022 - 2024 — McMap. All rights reserved.