Skip to content

Commit 16a9a0f

Browse files
committed
capitalization
1 parent cfd686e commit 16a9a0f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/api-management/backends.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -440,15 +440,15 @@ This example includes an optional `sessionAffinity` pool configuration for sessi
440440

441441
---
442442

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).
445445

446-
The following table lists the properties of the `context.backend` variable.
446+
The following table lists the properties of the `context.Backend` variable.
447447

448448
| Property | Description |
449449
|----------|-------------|
450450
| `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`.|
452452
| `AzureRegion` | The backend region, if specified. |
453453

454454
### Example

0 commit comments

Comments
 (0)