Questions tagged [azure-storage]

Azure Storage is a Microsoft-managed service providing cloud storage that is highly available, secure, durable, scalable, and redundant.

Azure Storage is a Microsoft-managed service providing cloud storage that is highly available, secure, durable, scalable, and redundant. Azure Storage includes Azure Blobs (objects), Azure Data Lake Storage Gen2, Azure Files, Azure Queues, and Azure Tables.

Ask everything connected to Azure Storage and read more at https://docs.microsoft.com/en-us/azure/storage/

60 questions
1
vote
0 answers

How change large dataset between access tiers in Azure Blob Storage

I have an ML dataset that consists of 2.7M images, ~1TB. For ML experiments, I uploaded these as blobs in an Azure storage account under "hot" access (which I thought would be appropriate for ML training). While not actively training, I would like…
Larry OBrien
  • 111
  • 2
1
vote
0 answers

Repoint website in Azure App Service to Azure static site storage container blob with no downtime

I have a production website in an App Service with 4 custom domains bound to it and two SSLs. I have a newly developed static website that is deployed to a storage container static site $web blob. I need to point the domains (and associated SSLs)…
1
vote
0 answers

What is the fastest way to backup an Azure SQL Server Database?

I have a medium sized database that is running within Azure. It is about 30GB. I used the Azure console to do an export to an Azure storage account- that seems to be the way to do it. However, it has so far taken 3 hours to backup 25% and has…
Rob
  • 111
  • 2
1
vote
1 answer

Typical Geo Replication Lag for Azure GRS

Microsoft Azure geo-redundant storage (GRS) is not instantaneous, so they expose a "last sync time" value to help users/admins understand the lag in geographic replication. Unfortunately the docs do not give any indication of how much lag is…
Charlie
  • 2,956
  • 2
  • 20
  • 13
1
vote
2 answers

Is Azure Temporary Storage tied to different VM types always local & SSD based?

I did not find an authoritative statement in Azure documentation that Azure Temporary Storage tied to different VM types is always SSD based. On this page, only certain VM types are explicitly shown as having SSD storage. Is Azure Temporary Storage…
mvark
  • 207
  • 1
  • 11
1
vote
1 answer

Need to upgrade Azure VM Standard HDD to SSD?

I've got an email from Azure : "Adjust your disk throughput or upgrade to premium disk storage. You’re receiving this email because you’re running infrastructure as a service virtual machine (VM) workloads on a Standard HDD or Standard SSD Disk in…
petercli
  • 111
  • 3
1
vote
1 answer

Azure - Connecting to Blob storage from app service through vnet

I've set up a VNET with a point-to-site GW and two other subnets. VNET StorageSubnet (with service endpoint to storage) GWSubnet (with service endpoint to storage) noStorage I've connected my web app to the VNET, but I get an exception when…
1
vote
2 answers

Are the smaller Azure premium storage disks slower than standard disks of the same size?

I wanted to give a boost to one of my Azure virtual machines that is being used as a build server for processing thousands of small files in bursts. So I decided to add a small 32 GiB premium storage (SSD) disk. But while reading Microsoft…
JustAMartin
  • 231
  • 1
  • 17
1
vote
3 answers

Move Large Azure Storage Container To Another Account

I have a large blob container in one Azure Storage Account in one Directory (abc.com) that I would like to move to another Storage Account in a completely different Directory (efg.com). Is the only way to do this via something like AzCopy? If so,…
alphadogg
  • 285
  • 4
  • 17
1
vote
0 answers

Is it possible to connect to Azure Storage V2 HNS SFTP (User/Password) from Android Samsung 'MyFiles' SFTP client?

Azure Storage V2 (HNS enabled) accounts supports SFTP now and I wanted to setup a private and secure file server to migrate files between devices. I followed a Microsoft guide to set up SFTP with a 'local user' account with username and password…
1
vote
1 answer

How do I set a public static IP address to a storage account?

I have an Azure storage account with a blob endpoint of: 'mystorageaccountname.blob.core.windows.net', (and queues etc.). I want to choose a static IP Address, because some of my more zealous customers want to only allocate a known set of IP…
OzBob
  • 111
  • 3
1
vote
1 answer

Isolating the data and management planes on Azure Storage Accounts

Azure Storage Accounts can have their access restricted by IP address or an Azure virtual network (with a Microsoft.Storage service endpoint). When this is done, the storage resource will only accept connections from those designated origins. This…
Xophmeister
  • 125
  • 6
1
vote
0 answers

Calculate Size of Azure Storage Accounts & Containers Using PowerShell

I have limited knowledge of PowerShell but I'd like to calculate the total size (in GB) of each storage account, or each container in my storage accounts. I have multiple storage accounts and containers in multiple resource groups. I'm having a hard…
jrd1989
  • 628
  • 10
  • 35
1
vote
0 answers

How to get Azure File Share to work with Wordpress multisite domain mapping when file share mounted to wp-content to resolve eorror 520

I am getting an error 520 on my images from sub-sites that domain mapped in wordpress. I am running azure file share with an azure vm that I plan to expand to more vm's. The File share is mounted to the wp-content blogs.dir folder. If I move the…
1
vote
0 answers

Azure SMB File Share Permission Denied

We have an SMB share set up in Azure. Our infrastructure has an on-prem AD which synchronises with Azure AD and then there is an AADDS domain within Azure which has a copy of the user accounts. If I log onto a computer within the AADDS domain as a…
RLBChrisBriant
  • 493
  • 1
  • 6
  • 20