How to create storage lifecycle rules in the different policies
Yong Zhang
0
Reputation points
I am trying to use java code to set the storage lifecycle policies to expire the data by prefixes. But I noticed it only allow to setting 100 rules under a policy https://learn.microsoft.com/en-us/azure/storage/blobs/lifecycle-management-overview?utm_source=chatgpt.com#lifecycle-management-policy-definition
So If I want to set more than 100 rules, how to achieve that by java code? If the policy name is not "default", it will show resource not found. What is the proper way to do this in java?
Sign in to answer