Questions tagged [azure-storage-account]

515 questions
28
votes
4 answers

Connection String to an Azure Cloud Storage Account

How do I make a connection string to a cloud storage account so I can access tables, blobs, and queues? Sample code appreciated.
user281674
  • 433
  • 1
  • 4
  • 6
11
votes
2 answers

Upload files and folder into Azure Blob Storage

I have created a storage account in Azure and created a container. I am trying to upload files stored in my Server the files are stored within 800 folders. I have tried doing this with this Powershell script however it does not work with the…
Vaishak Shanbhag
  • 109
  • 1
  • 1
  • 4
11
votes
4 answers

How to set default storage Account for Azure RM Subscription

I am trying to set Azure Rm Subscription (Get-AzureRMSubscription) CurrentStorageAccount to a particular arm storage account (Get-AzureRmStorageAccount) and I am not able to find a cmdlet that does that. With regular old azure cmdlets I am able to…
10
votes
2 answers

Azure Table Storage: Ignoring a property of a TableEntity when using the Azure.Data.Tables package

I am using the new Azure.Data.Tables library from Microsoft to deal with Azure Table Storage. With the old library when you had an entity that implemented ITableEntity and you had a property that you did not want to save to the storage table you…
paddingtonMike
  • 1,441
  • 1
  • 21
  • 37
8
votes
5 answers

ERROR: The specifed resource name contains invalid characters. ErrorCode: InvalidResourceName

ERROR: The specifed resource name contains invalid characters. ErrorCode: InvalidResourceName 2019-10-31T10:28:17.4678189Z InvalidResourceNameThe specifed resource name contains…
8
votes
3 answers

Azure CDN with Verizon - Rewriting URL to always load index.html

Context I've been struggling with the following problem for the last few days and due to the very nature of a CDN and the manual review of each new rule, it takes me each time up to 4h to deploy a new rule. As described in the following topic, I…
7
votes
3 answers

Authenticating my Azure account opens a localhost webpage with invalid security

I've been using Azure Storage Explorer for a few years without any problems. This morning I opened it and was told that I needed to reauthenticate, so I clicked the Reauthenticate now link. This window opened... At the same time a browser window…
awj
  • 7,482
  • 10
  • 66
  • 120
7
votes
2 answers

Unable to create storage account from portal : name already taken

I am unable to create a storage account from Portal. As soon as I type the name it shows error The storage account name '' is already taken. I coudlnt find the account in Azure so it doesnt exist definitely. I want to use the same name. I can create…
Suraj
  • 135
  • 2
  • 8
7
votes
1 answer

What happens to a file in Azure Storage V2 after 30 days in cool tier and 180 days in archive tier?

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 following about available access tiers: Hot - Optimized…
Yash
  • 356
  • 1
  • 5
  • 22
6
votes
2 answers

Angular App Hosting Azure Storage Container - Azure Authentication Callback and Routing fails

I developed an Angular 8 App with NgxAdmin and hosted it as Azure Web App. It uses Azure AD Oauth2 Authentication with the help of NbAuthModule. Everything works fine. Now I tried to host the same SPA on an Azure Storage Account. I added the new…
MatterOfFact
  • 1,253
  • 2
  • 18
  • 49
6
votes
3 answers

Azure: Assign Roles via ARM Template to storage container

I'm trying to assign the role "Storage Blob Data Contributor (Preview)" to a specific storage container via arm template. But I just can't figure out the correct syntax. This is what I have: { "$schema":…
6
votes
2 answers

Unable to get Azure storage key from storage resource in ARM template

I'm trying to build a connection string from a storage account used elsewhere in the template and I have "StorageConnectionString": { "value": "[concat('DefaultEndpointsProtocol=https;AccountName=', …
5
votes
1 answer

Public access level : Blob vs Container

What is the difference between Container and Blob when it comes to Public access level ? (see blue frame on below picture) According to microsoft definition : A container organizes a set of blobs, similar to a directory in a file system. A storage…
Will
  • 1,792
  • 2
  • 23
  • 44
5
votes
2 answers

Volume myvol specifies nonexistent driver azurefile

Net core application and I am trying to mount azure file share. Below is my docker-compose file. version: "3.9" services: mountvolume: container_name: mountvolume build: context: . dockerfile: ./Dockerfile …
5
votes
1 answer

Triggering an event when an Azure Storage Account Table is updated

Azure Storage Accounts can raise events upon uploading a blob or sending a message to its queue to hook up and perform certain tasks. I could not find any similar events in Azure Storage Account Table raising when a row is added, updated or removed.…
Arash
  • 3,628
  • 5
  • 46
  • 70
1
2 3
34 35