azure-storage Questions
1
I'm looking for a way to authenticate a user against an Azure blob container. The sample code (yep, newbie alert) works just fine, using an access key for the storage account, but that feels uncomf...
Pinna asked 23/12, 2018 at 20:36
1
Solved
I have some thousands of blobs with a given suffix I want to assign to a new tier (hot to archive) in bulk. I know it is possible to manually change the tier on portal or through a REST request poi...
Slype asked 16/12, 2018 at 7:8
1
Solved
I am trying to use the CloudBlobClient c# class in my v2 function app to read data from a file stored on Azure Blob Storage. When running locally my code is able to pull back the data, however when...
Soto asked 11/12, 2018 at 13:27
1
Solved
I'm attempting to update azure SDK from v1 to v3, and hook it up to the Azure Storage Emulator for testing; using console application and .NET Framework.
It doesn't appear to like any of the trig...
Legerdemain asked 23/11, 2018 at 10:22
1
Solved
is there any way to store a json object without converting it to stream? I can upload after converting it to stream. But is there any to to store object as {something}.json with out converting it t...
Claribelclarice asked 15/11, 2018 at 16:55
1
I have an Azure table where the partition key is the profile id of a user logged into the website, so if I have a list of user ids I need to fetch if there is a partition key in the table with that...
Luxate asked 6/11, 2018 at 0:32
2
Solved
I'm working on an Azure project that involves Azure IOT Hub and Azure Functions.
I have about 50 sensors that send one new message to IOT Hub every 10 seconds.
Each time Azure IOT Hub receives a ...
Vedda asked 3/5, 2017 at 13:55
2
Solved
I'm using Azure-Storage for storing information like a cache mechanism. So, for given input I'm doing the job for first time and after that I'll save the result in the cache for further use. When I...
Telescopic asked 3/3, 2015 at 19:26
1
Solved
I'm having some trouble with my current architecture and I don't understand why...
I have 2 Azure Functions Apps (V1) sharing the same Storage Account. One of them is on Consumption Plan and the o...
Goggler asked 1/10, 2018 at 10:15
1
Solved
I am very new to Azure and I would like to host around 8000 static images publicly, upload/replace them programatically.
I see Azure has Blob storage, and now Static Website Hosting.
I have read ...
Amphibian asked 4/10, 2018 at 15:18
2
Solved
I've had the Azure SDK 2.5 and Tools for VS2013 installed and working fine for quite a while. Today I installed the SDK and Tools for VS2015 and now my Azure Storage Emulator won't start up. On the...
Carboniferous asked 24/3, 2015 at 17:22
2
This question is related to: ASP.NET Core Web API upload and download file
First, I would like to thank Powel Gerr who helped me to understand some nuances with his post (http://weblogs.thinktectu...
Gastroenteritis asked 5/9, 2018 at 17:8
2
Solved
I want to know if there is any elegant way to ensure that Queue always have distinct messages (nothing related to Duplicate Detection Window or any time period for that matter) ?
I know that Servi...
Alexandrine asked 11/1, 2013 at 14:36
2
I have my data stored in blobs and I have written a python script to do some computations and create another csv. How can I execute this in Azure Data Factory ?
Denazify asked 11/9, 2018 at 7:46
4
Solved
I cannot get azure blob storage hosted fonts exposed via azure cdn working in IE or Firefox.
I believe this is because of @font-face cross-domain issues (CORS) and the normal solution is to add an...
Swish asked 15/10, 2012 at 18:31
1
Solved
I have created an Azure function using the 3.0.0-beta8 version of the Microsoft.Azure.Functions, Microsoft.Azure.Functions.Core and the Microsoft.Azure.WebJobs.Extensions NuGet packages, and it doe...
Bohemianism asked 3/9, 2018 at 1:46
2
Solved
I have a little C# app that does some stuff when a new blob is added to a container in a storage account.
I'm working locally using Visual Studio 2017.
The VS template gives me:
using System.IO;...
Ovation asked 20/8, 2018 at 16:35
1
Solved
I have the Azure Storage Emulator running but it currently looks like (as of v5.6.0.0) that it only supports Blob, Queue, and Table storage:
BlobEndpoint: http://127.0.0.1:10000/
QueueEndpoint: h...
Bellebelleek asked 8/8, 2018 at 14:45
2
Solved
Is it possible to save the response from the HTTP request(First Step) into the Blob Storage(Second Step) while using Azure Logic App.
Thank you.
Swanskin asked 7/8, 2018 at 12:8
1
I have one Azure storage account with several containers, where I have some guest users who will be logging into the portal, but they should have read/write access to the specific containers. These...
Photozincography asked 1/8, 2018 at 9:40
2
I am looking a way to create a container in Azure blob & file-share storage through ARM template.
At present I have ARM template to provision the storage accounts, but I want to create contain...
Entomologize asked 6/12, 2016 at 20:59
1
Solved
After enabling static website on Azure storage, I have deployed an index.html to the $web blob container. https://<name>.<zone>.web.core.windows.net works fine.
To add custom domain wi...
Mattheus asked 11/7, 2018 at 12:8
1
Solved
Thanks in advance to anyone that can help.
I'm creating the following function in Azure with a queue trigger.
[FunctionName("SubmitJob")]
public static async Task Run(
[ServiceBusTrigger("jobs"...
Consciencestricken asked 9/7, 2018 at 16:24
2
Solved
I'm trying to copy a blob from one storage account to another (In a different location).
I'm using the following code:
var sourceContainer = sourceClient.GetContainerReference(containerId);
var s...
Ahearn asked 13/4, 2016 at 13:21
10
Solved
I get an exception every time I try to create a container for the blob
using the following code
CloudStorageAccount storageAccInfo;
CloudBlobClient blobStorageType;
CloudBlobContainer ContBlob;...
Bidet asked 12/4, 2010 at 7:38
© 2022 - 2024 — McMap. All rights reserved.