Skip to content

Commit 2dc647a

Browse files
authored
Merge pull request #125021 from azarboon/patch-116732
Update backends.md
2 parents 455b94f + 35e3d3d commit 2dc647a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/api-management/backends.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ After creating a backend, you can reference the backend in your APIs. Use th
5252
[...]
5353
<policies/>
5454
```
55+
> [!NOTE]
56+
> Alternatively, you can use `base-url`. Usually, the format is `https://backend.com/api`. Avoid adding a slash at the end to prevent misconfigurations. Typically, the `base-url` and HTTP(S) endpoint value in the backend should match to enable seamless integration between frontend and backend. Note that API Management instances append the backend service name to the `base-url`.
5557
5658
You can use conditional logic with the `set-backend-service` policy to change the effective backend based on location, gateway that was called, or other expressions.
5759

0 commit comments

Comments
 (0)