azure-storage Questions
2
Solved
I have an API on an Azure App Service (S1) on which I configured VNet Integration (subnet 10.240.0.32/27). I also have a storage account on which I configured a Private Link (subnet 10.240.0.0/27 a...
Hames asked 30/3, 2020 at 17:55
4
Solved
I'm using the new WindowsAzure.Storage 2.0 (might not be a revelant information), and I'm implementing data access using CloudTableClient. Most samples I've seen are instanciating a CloudTableClien...
Sayette asked 5/1, 2013 at 7:8
1
Solved
I'm trying to insert new row in my table storage by using Azure Cloud Shell but I'm facing below exception. So let me know any other command that we need to use to insert.
Blockquote
Add-AzTa...
Corliss asked 27/3, 2020 at 19:5
2
Solved
How can i get url of the blob i just uploaded using powershell.My code currently is
$storagekey=Get-AzureStorageKey -StorageAccountName appstorageacc
$ctx=New-AzureStorageContext -StorageAccountNa...
Roxie asked 12/11, 2015 at 9:45
0
Is there any link or sample code where we can write dataframe to azure blob storage using python (not using pyspark module).
Yurik asked 12/3, 2020 at 17:41
1
After storing a digital file in Azure blob storage, I want to provide a link to that file in my static website (that has no server side code). When a user clicks on that link user should be able to...
Morissa asked 8/3, 2020 at 1:40
2
Solved
I am looking at the billing for my Azure Storage Account and trying to understand managing its cost.
Currently my blobs cost is mostly under the "All Other Operations" category. Is there a way to ...
Ricketts asked 11/2, 2020 at 11:58
3
Solved
I have the following table names in Azure table storage. Table names are generated automatically in my application and then created using table.CreateIfNotExists(tableName). Some work and some don'...
Grecoroman asked 25/7, 2017 at 13:58
3
I have a azure table used for metric data collection and I want to set some retention period for eg: if retention period is 7 then table should have last 7 day data in it.
Is there any option avai...
Takashi asked 13/2, 2017 at 10:15
2
Solved
Is there any way to delete items from Azure Table storage without creating a worker to delete based on timestamp ?
I want some solution like in Azure cache service where we can specify time span fo...
Retention asked 26/1, 2012 at 21:38
1
Since we are forced to drop the stateclient and move to a custom storage, in my case an azure table storage. Using my storageexplorer I can see that it already saved conversation data on my azure. ...
Lythraceous asked 18/1, 2018 at 4:8
5
Solved
With the new Azure SQL Database tier structure, it seems important to monitor your database "DTU" usage to know whether to upgrade or downgrade to another tier.
When reading Azure SQL Database Ser...
Irmairme asked 18/9, 2014 at 7:24
1
Solved
I am uploading a static site using the Azure Blob storage client library.
blob_service_client = BlobServiceClient.from_connection_string(az_string)
blob_client = blob_service_client.get_blob_cl...
Pricket asked 15/1, 2020 at 13:25
0
When developing .NET Core for azure in C# in what circumstances should one use CloudBlobClient (nuget: Microsoft.Azure.Storage.Blob) vs BlobClient (nuget: Azure.Storage.Blobs).
Jeroldjeroma asked 10/1, 2020 at 17:28
2
Solved
It's easy to both create and delete blob data. There are ways to protect from accidental data loss, ex:
Resource locks to protect against accidental storage account deletion
Azure RBAC to limit a...
Santosantonica asked 3/9, 2018 at 15:59
2
Solved
I'm creating web application with ASP.NET Core 2.2 and Azure Table Storage. Since Microsoft provides us with CloudTableClient class in Azure Storage SDK, I will use the class with Dependency ...
Selinaselinda asked 21/3, 2019 at 3:35
2
Solved
I am to determine a good strategy for storing logging information in Azure Table Storage. I have the following:
PartitionKey: The name of the log.
RowKey: Inversed DateTime ticks,
The only issue ...
Kacerek asked 19/2, 2015 at 11:34
2
Solved
I have been referring to the document https://learn.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-python. I have not been able to find the proper APIs for copy/move a file from o...
Elegist asked 4/12, 2019 at 12:9
1
Solved
I understand that Azure Durable functions use a series of Azure Storage Queues and Tables to manage orchestration and state.
Would the maximum Activity response be limited by either the queue or ...
Removal asked 4/12, 2019 at 2:11
2
Solved
I am trying to upload file to Azure container daily.
I got an Error:"The specified blob already exists" when uploading file with same file( I want to overwrite the file)
from azure.storage.blob i...
Daggna asked 2/12, 2019 at 4:33
2
Solved
I've got a nodejs server, am using the azure-storage module and am trying to upload a wav file to azure blob storage.
I'm trying to set the contentType on the blob to 'audio/wav' but it is showin...
Gwenny asked 9/7, 2016 at 15:5
3
Solved
I have several Windows VMs running on Azure that are configured to collect performance counters and event logs.
All of this is configured in the "Diagnostic settings..." on the VM resource inside ...
Criminology asked 5/2, 2019 at 15:28
7
Solved
I am calling CloudBlobContainer.CreateIfNotExist (see FindOrCreatePrivateBlobContainer method below) indirectly from within a Web API service, but it returns the following 403 forbidden error messa...
Predigest asked 13/7, 2014 at 17:47
6
Solved
As I recently started mingling around with Windows Azure, I've came up to a situation where, which one to go for between the Block Blob & Page Blob. I'm currently in progress of uploading some ...
Meant asked 16/3, 2015 at 14:25
6
Solved
When attempting to download a PDF file to a browser directly from Azure File Storage I get this error:
<Error>
<Code>ConditionHeadersNotSupported</Code>
<Message>
Condit...
Limner asked 30/4, 2017 at 12:54
© 2022 - 2024 — McMap. All rights reserved.