Reputation: 33
currently I wanna host website by using azure CDN and azure blob storage, I wanna do the CDN failover and recovery management to handle the situation like the primary endpoint is failed and CDN can automatically switch to secondary endpoint, i try use azure traffic manager to do it, based on this doc.
Base on the doc i provide above, based on the step it saids, im quite confused about it, this is my settings:
is there any steps wrong or missing?
Upvotes: 0
Views: 321
Reputation: 18387
you're doing it wrong. CDN is for static content delivery, if there's a problem in one of the cdn nodes, you'll probably won't know, but the content will be delivered automatically by another node. Traffic Manager should be used with VM / Web Apps, then if one of the instances is down, it will failover to another instance / region
Upvotes: 0