azure-storage Questions
1
Solved
What am I trying to achieve
Connect to an Azure BLOB storage account that sits behind a firewall through an Azure Function.
Steps Taken so Far
Azure Function developed and tested against public...
Prairial asked 10/5, 2019 at 11:13
2
Solved
I am trying to lock down access to blob storage to an app service. I have the following powershell code which gets the possible outgoing ip addresses from an app service I run and then limits acces...
Chere asked 3/5, 2019 at 11:5
1
Solved
I am new to Azure Storage account. While studying I found following link:
https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers#archive-access-tier-preview
It says foll...
Archilochus asked 29/4, 2019 at 13:4
4
Solved
Is there any way of determining the used and/or remaining capacity of an Azure Storage account? I know that the current size limit is 100TB per storage account and I'm looking for either number of ...
Pipsqueak asked 24/2, 2015 at 14:36
16
Solved
I have an HTTPModule that I use to redirect traffic between a website in my data center and a website running on the Azure platform. This HTTPModule retrieves its redirect rules from Azure Table St...
Ezzo asked 25/11, 2011 at 19:10
3
Solved
Want to execute queries Async on Azure Storage Client Version 4.0.1
There is NO method ExecuteQueryAsync()..
I am missing something? Should we continue to use the ExecuteQuerySegmentedAsync still...
Fishy asked 15/6, 2014 at 21:38
1
Solved
I'm trying to Moq an Azure CloudBlockBlob and have it return a Stream so that I can test whether my BlobStorage repository is handling the output correctly.
But somehow the returned stream is alwa...
Grigson asked 8/3, 2019 at 13:12
3
Solved
I am trying to migrate an old app to Azure. Let's call the app OAP. OAP was currently deployed locally on a typical server with Windows Server 2016.
When the user is using OAP, he may upload files...
Fillagree asked 6/3, 2019 at 17:14
2
I hosted a simple website in Azure storage using the static website feature. The url of the website is now publicly available. (anyone with the url can access the website). But my intention is to p...
Equanimous asked 24/1, 2019 at 14:38
2
Solved
I have tried everything I can think of to increase the speed of inserts. Which is really only a couple of things with no improvement.
I have chunks of identifiers (Int64) that I need to send to a ...
Fiume asked 22/10, 2013 at 17:12
2
Solved
As Static website feature on Azure storage accounts is no longer in preview mode, is there a way to set this option programmatically (via Powershell Az commands / Azure CLI)?
Currently the only wa...
Sunroom asked 22/2, 2019 at 9:53
3
Solved
I'm using version 4.3.0 of the Windows Azure Storage libraries for .NET. In my ATS repository class, I have a couple of batch delete methods that look like this:
public async Task DeleteAsync(IEnu...
Acacia asked 20/10, 2014 at 18:11
1
Solved
We are moving from Microsoft SQL Server 2012 (SP1) - 11.0.3128.0 (X64)
to
Microsoft SQL Azure (RTM) - 12.0.2000.8
Previously we send mail from database mail if a particular table have not updat...
Disenthrall asked 20/2, 2019 at 9:29
2
Solved
I've got an application that needs to upload a file to an Azure Blob Storage container. I've been trying for a very long time and followed every tutorial to no avail.
I have installed the followin...
Lite asked 17/2, 2019 at 0:52
3
Solved
I'm using WindowsAzure.Storage nuget package version 9.0.0.
Install-Package WindowsAzure.Storage -Version 9.0.0
The following code (table.CreateIfNotExistsAsync()) throws the error: The remote s...
Veron asked 20/2, 2018 at 20:16
2
Solved
So there are 2 scenarios that I consider here:
Create one big storage account per region (ex. West Europe) and a container per app. Storage account goes to a Resource Group per region.
Create o...
Forbiddance asked 2/2, 2017 at 6:32
2
Solved
I am trying to use the Azure Storage Java API to check if a storage container exists and I am seeing the following exception. Any Idea what it means?
ERROR ~ com.microsoft.azure.storage.StorageEx...
Musquash asked 13/6, 2017 at 17:39
1
Solved
When I create new Azure function, the specified storage account also create logs and files like host locks. For consumption, plan storage uses File Share to store whole function app by default.
Wh...
Jabberwocky asked 7/2, 2019 at 12:48
3
Solved
I am trying to use Azure Files and I am getting the following System error 53. Any ideas?
Shrive asked 29/9, 2015 at 17:54
1
Solved
I have an Azure Function which listens to azure queue and, for example, something wrong. It re-adds a message to the queue again. But after 5 times message will be moved to poison queue.
I want to...
Evy asked 27/1, 2019 at 17:55
1
I'm getting the below exception in Windows Azure when I attempt to retrieve messages from the service bus.
Microsoft.ServiceBus.Messaging.ServerBusyException: The request was
terminated because...
Elijaheliminate asked 12/7, 2012 at 18:48
2
Solved
I'm creating a .net wrapper service for my application that utilizes Azure Blob Storage as a file store. My application creates a new CloudBlobContainer for each "account" on my system. Each accoun...
Corrientes asked 15/2, 2013 at 19:29
2
I am trying to map a storage account to a Virtual machine in Azure.
I am following a simple tutorial which details how to access your Azure Files from inside a VM.
You simply create a new storage...
Deliquescence asked 27/7, 2014 at 17:5
4
Solved
We recently built a infrastructure and application deployment framework using the Azure Resource Manager and templates. In order to deploy a Cloud Service, it is required to first setup an Azure St...
Anapest asked 7/8, 2015 at 21:3
7
Solved
I am looking for the best way to monitor a container/folder in Azure blob storage for changes. So far I have only found one way to do this, which is to run a worker process somewhere that pings the...
Orphanage asked 17/1, 2012 at 4:53
© 2022 - 2024 — McMap. All rights reserved.