This message was deleted.
# azure
s
This message was deleted.
t
b
okay thank you so not a part of the cdn endpoint but more a “resource” on top?
t
yes, I think so
b
cool thanks
is there any repos with examples of such rules?
t
Not directly, no. You may find some ARM template examples and try to translate to Pulumi, e.g. from https://github.com/Azure/azure-quickstart-templates
Btw, I think you could add rules to the
Endpoint
resource directly too, if you prefer that for some reason. `
Copy code
deliveryPolicy.rules
seems to allow that.
TBH, I’m just looking at the docs - not an expert in this API, unfortunately.