azure-storage Questions

5

Solved

Did I understood it right that in Windows Azure Queue storage a message can live for 7 days maximum? What happens with the message after 7 days? What happens with the message if you read it once ...
Solferino asked 29/10, 2013 at 12:20

7

Solved

We are planning to deploy our azure web application to two separate data centers (one located in West Europe and the other located in Southeast Asia) for purely performance reasons. We allow users ...
Adena asked 6/2, 2014 at 8:35

5

Solved

I have got two questions on reading and writing Python objects from/to Azure blob storage. Can someone tell me how to write Python dataframe as csv file directly into Azure Blob without storing it...
Carnegie asked 25/4, 2018 at 5:47

5

Solved

I have a fileshare in Azure, which contains folders inside, which in turn has many folders inside. I am trying to delete a folder manually by right clicking on the folder, which has so many files i...
Machutte asked 14/9, 2020 at 15:14

5

Solved

I'm new to Azure Storage and I think I may be misunderstanding a few of the concepts. I'd like to list all my Storage Containers and Blobs using PowerShell. I can list all my Storage Accounts usi...
Tyishatyke asked 28/10, 2015 at 1:58

4

I want to mock QueueMessage for unit test,but I can not find any lib to mock public async Task<QueueMessage[]> ReceiveMessagesAsync(QueueClient queue) { QueueProperties properties = queu...
Eldest asked 7/8, 2020 at 9:12

3

Solved

What is the easiest way to get key rotation to work for azure storage accounts from a AzureDevOps relase task? The current plan is to re-generate the old key after release to invalidate it, and hav...

4

Solved

I am new to Azure Data Factory and have an interesting requirement. I need to move files from Azure Blob storage to Amazon S3, ideally using Azure Data Factory. However S3 isnt supported as a s...

8

Solved

Is there a way in Azure to find if a VM in azure created to with Managed/Unmanaged disks?
Platonism asked 14/4, 2017 at 19:43

5

Solved

When I start development storage emulator, I get an error The process cannot access the file because it is being used by another process I guess this is happening only for BLOB, other services i...
Mita asked 20/6, 2011 at 17:49

2

Solved

I have an ASP .Net Core 3.1 Web API which uses Azure Storage. For this, it was using the Microsoft.Azure.Storage.Blob library. The NuGet package manager informed me that this package was deprecated...

1

I have a Azure blob container which I am accessing using below code - var blobContainerClient = GetBlobContainer(containerName); if (blobContainerClient != null) { // List all blobs in the cont...
Emoryemote asked 6/6, 2022 at 13:10

5

Solved

Is there a way to create Azure Storage Queues through ARM templates? I can find a way to create containers, but cannot find anything related to creation of Storage Queue through ARM.

3

Solved

I have the following code to return a list of containers using the WindowsAzure.Storage nuget package: public static class AzureBlobStorageClient { public static CloudBlobClient GetClient(string ...
Di asked 14/5, 2019 at 12:42

4

Solved

I'm running a project which has Azure function, but it's not running my azure function. I have put the breakpoint, its also not hitting the breakpoint. Also, the output is not clear so that I can d...
Byre asked 20/3, 2018 at 12:8

2

Solved

As my experiences, AWS S3 has a feature called pre-signed. Which allows me to issue a url with specific expiry time to access. I cannot find any details about that on Azure official website. So,...
Wil asked 19/3, 2019 at 3:0

5

Solved

I worked through the example code from the Azure docs https://learn.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-python from azure.storage.blob import BlockBlobService account_...
Huntsville asked 3/7, 2018 at 0:15

6

Solved

I have an image directory named images which contains image files as: images --0001.png --0002.jpg --0003.png Now I want to upload this directory to my azure blob storage with the same file str...
Shower asked 6/9, 2019 at 6:34

2

Solved

I would like to list all the files stored in a particular tier. This is what I tried: az storage fs file list \ --file-system 'cold-backup' \ --query "[?contains(properties.blobTier, 'Cold')...
Sweet asked 6/5, 2021 at 18:6

5

Just found out I was taking up - and paying for - a lot of storage due to abandoned disks from long ago deleted VMs. I manged to delete most of them, but now I'm stuck with a set that cannot be del...

3

Solved

I am new to using azure storage table. I was trying to insert my entities in batch but I found that you cannot do batch operation having different partition key. Is there some way I can do that th...

7

I'm trying to connect to an Azure file share from my Mac running High Sierra 10.13.6 using the following command: mount_smbfs -d 0777 -f 0777 //dolphins:[email protected]/models /Users/b30201...
Jp asked 23/8, 2018 at 11:4

4

Solved

When creating a SASToken via powershell it retunrs the created SAS token url from New-AzureStorageContainerSASToken comdlet. $Context = New-AzureStorageContext -StorageAccountName $StorageAccount ...

2

Solved

Created a Standard DS1 virtual machine in Azure. It is supposed to have a 7GB SSD disk which is mounted on /mnt. df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 29G 1.5G 27G 6% / none 4...
Scaffolding asked 11/11, 2015 at 13:23

6

Solved

How can I create a sub container in the azure storage location?
Circumbendibus asked 6/7, 2010 at 6:2

© 2022 - 2024 — McMap. All rights reserved.