Abdel Raoof Olakara
Abdel Raoof Olakara

Reputation: 19353

How do I remove a published Azure CDN Rules Engine

I published a rule created by rules engine and it got deployed. But how do I remove / cancel the policy or delete it ? I no longer need it as its causing continues redirect and my service is not accessible. Note that I am using Premium Verizon pricing tier

enter image description here

Upvotes: 1

Views: 838

Answers (1)

giskou
giskou

Reputation: 850

According to the documentation

Only a single policy per environment may be active at any given time.

You don't really remove it, you just overwrite it. You can create a new draft, lock it, and deploy it on top of the existing one.

Also note that you can't have an empty policy.

Upvotes: 1

Related Questions