Discussions related to using object storage as a backup target.
Post Reply
enoch
Service Provider
Posts: 165
Liked: 12 times
Joined: Jun 29, 2013 12:14 pm
Full Name: Peter Enoch
Contact:

Delete Azure BLOB Storage with Immutable Policy

Post by enoch »

Hi all,

We've removed the job and repository in Veeam.

Currently we cannot delete the Storage Account in Azure because of Immutable Policy set earlier in Veeam.

Could someone help me where we by Powershell or in the Azure Portal GUI can see when the policy "expires" so we can cleanup / delete the storage account?
veremin
Product Manager
Posts: 20284
Liked: 2258 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: Delete Azure BLOB Storage with Immutable Policy

Post by veremin »

If there is immutable data, you cannot delete it until the expiration date. Thanks!
enoch
Service Provider
Posts: 165
Liked: 12 times
Joined: Jun 29, 2013 12:14 pm
Full Name: Peter Enoch
Contact:

Re: Delete Azure BLOB Storage with Immutable Policy

Post by enoch »

I know that, but where can I find/see the expiration date?

Thanks
veremin
Product Manager
Posts: 20284
Liked: 2258 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: Delete Azure BLOB Storage with Immutable Policy

Post by veremin »

Apologize, I misread the question. I believe the information you are looking for is available in blob properties:

In portal:

Image

In Powershell (draft example):

Code: Select all

$blob = Get-AzStorageBlob...
$blob.BlobProperties.ImmutabilityPolicy
Also, this and this links might be useful.

Thanks!
enoch
Service Provider
Posts: 165
Liked: 12 times
Joined: Jun 29, 2013 12:14 pm
Full Name: Peter Enoch
Contact:

Re: Delete Azure BLOB Storage with Immutable Policy

Post by enoch »

Great Thanks-
Post Reply

Who is online

Users browsing this forum: No registered users and 7 guests