Skip to content

Commit b9b1452

Browse files
kailanTartanLlama
andauthored
Update dynamic backends documentation (#1211)
Co-authored-by: Sy Brand <[email protected]>
1 parent 33fd9ef commit b9b1452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/docs/globals/fetch.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Backends are configured using the Fastly service backend configuration, see the
3737

3838
## Dynamic Backends
3939

40-
Dynamic backends are a compute feature that allow services to define backends for themselves. This is a service-level Fastly feature that must be enabled through [Fastly Support](https://support.fastly.com/hc/en-us/requests/new?ticket_form_id=360000269711).
40+
Dynamic backends are a compute feature that allow services to define backends for themselves.
4141

42-
When dynamic backends are enabled at the service level, the explicit `backend` option is no longer required for `fetch()` requests, and will instead be automatically created.
42+
If the `backend` option is not provided when making `fetch()` requests, a backend will be automatically created by extracting the protocol, host, and port from the provided URL.
4343

4444
In addition, custom backend configuration options can then also be provided through the [`Backend()`](../fastly:backend/Backend/Backend.mdx) constructor.
4545

0 commit comments

Comments
 (0)