You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-management/backends.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -440,15 +440,15 @@ This example includes an optional `sessionAffinity` pool configuration for sessi
440
440
441
441
---
442
442
443
-
## Context.backend variable
444
-
When you configure a backend entity in API Management, you can access backend properties in policies by using the `context.backend`[context variable](api-management-policy-expressions.md#context-variable).
443
+
## Context.Backend variable
444
+
When you configure a backend entity in API Management, you can access backend properties in policies by using the `context.Backend`[context variable](api-management-policy-expressions.md#context-variable).
445
445
446
-
The following table lists the properties of the `context.backend` variable.
446
+
The following table lists the properties of the `context.Backend` variable.
447
447
448
448
| Property | Description |
449
449
|----------|-------------|
450
450
|`Id`| The resource identifier of the backend entity. |
451
-
|`Type`| The type of the backend: Single or Pool.|
451
+
|`Type`| The type of the backend: `Single` or `Pool`.|
452
452
|`AzureRegion`| The backend region, if specified. |
0 commit comments