From 3e52b96cf3a367ed529f99118f5b0816d0f93fc7 Mon Sep 17 00:00:00 2001 From: Rebecca Tamachiro Date: Fri, 25 Oct 2024 16:34:09 +0100 Subject: [PATCH] Clarify same prefix individual IPs can have either CDN or Spectrum --- src/content/docs/byoip/service-bindings.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/docs/byoip/service-bindings.mdx b/src/content/docs/byoip/service-bindings.mdx index c5af3466f07df9..90a4f0674a3676 100644 --- a/src/content/docs/byoip/service-bindings.mdx +++ b/src/content/docs/byoip/service-bindings.mdx @@ -17,6 +17,8 @@ Service binding operations are currently only available via API. You can find al Currently, if you have BYOIP configured with [Magic Transit](/magic-transit/), you can use the [service binding API](/api/operations/ip-address-management-service-bindings-list-service-bindings) endpoints to add CDN or Spectrum capabilities on top of Magic Transit. +You can upgrade individual IPs within a Magic Transit prefix to either a CDN IP or a Spectrum IP. For example, if you have `203.0.113.0/24`, you can upgrade `203.0.113.1` to CDN and `203.0.113.2` to Spectrum. + ### CDN (Cache) When you add the CDN service binding, any HTTP requests received via designated IPs are directed into the CDN pipeline (for [Layer 7 processing](/fundamentals/concepts/how-cloudflare-works/#how-cloudflare-works-as-a-reverse-proxy)) as they reach the Cloudflare network. @@ -27,6 +29,5 @@ Adding [Spectrum](/spectrum/) allows you to benefit from Cloudflare security and ## Limitations -- It is currently not possible to use both Spectrum and CDN together with the Magic Transit service. You must choose one or the other when upgrading your IPs. - You must keep Magic Transit as a common base service, spanning all addresses in your prefix. - Once a service binding is created, its propagation across the Cloudflare network will take four to six hours to complete. \ No newline at end of file