Search code examples
azureazure-blob-storageazure-storage-account

Impact of upgrading BlobStorage to general purpose v2 storage


We were already using BlobStorage in Openshift cluster as PVs for applications and for other micro services. I just came to know, Point-in-time restore only supports for general purpose v2 storage account. So, before updgrading to general purpose v2 storage account, I just want to know what are impacts like access URL change for storage account's container


Solution

  • There are no impacts if BlobStorage account is upgraded to General-purpose v2 account. The container / blob urls are still the same after upgraded.

    General-purpose v2 account contains all the features in the legacy BlobStorage account. This is mentioned in the doc, adding the screenshot of the doc:

    enter image description here