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?
-
- Service Provider
- Posts: 171
- Liked: 13 times
- Joined: Jun 29, 2013 12:14 pm
- Full Name: Peter Enoch
- Contact:
-
- Product Manager
- Posts: 20666
- Liked: 2375 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Delete Azure BLOB Storage with Immutable Policy
If there is immutable data, you cannot delete it until the expiration date. Thanks!
-
- Service Provider
- Posts: 171
- Liked: 13 times
- Joined: Jun 29, 2013 12:14 pm
- Full Name: Peter Enoch
- Contact:
Re: Delete Azure BLOB Storage with Immutable Policy
I know that, but where can I find/see the expiration date?
Thanks
Thanks
-
- Product Manager
- Posts: 20666
- Liked: 2375 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Delete Azure BLOB Storage with Immutable Policy
Apologize, I misread the question. I believe the information you are looking for is available in blob properties:
In portal:

In Powershell (draft example):
Also, this and this links might be useful.
Thanks!
In portal:

In Powershell (draft example):
Code: Select all
$blob = Get-AzStorageBlob...
$blob.BlobProperties.ImmutabilityPolicy
Thanks!
-
- Service Provider
- Posts: 171
- Liked: 13 times
- Joined: Jun 29, 2013 12:14 pm
- Full Name: Peter Enoch
- Contact:
Re: Delete Azure BLOB Storage with Immutable Policy
Great Thanks-
Who is online
Users browsing this forum: No registered users and 15 guests