Skip to content

Commit 04ea699

Browse files
committed
Christopher's feedback
1 parent 74f0bf9 commit 04ea699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/remote-rendering/reference/regions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This page lists the currently available regions for use with Azure Remote Render
3030
## Region connection best practice
3131

3232
For best results, a client application should always use the region that is closest to your physical location. The [network requirements](./network-requirements.md) chapter mentions strategies how to measure latencies for individual regions.
33-
The session creation API doesn't implicitly fall back to a different region when creation fails. To make client applications resilient to potential Azure outages in specific regions, it's recommended to add one or more fallback regions to the session creation logic. So if a session can't be allocated and the API returns with a timeout, the client could try the next closest region.
33+
The session creation API doesn't implicitly fall back to a different region when creation fails. To make client applications resilient to potential outages in specific regions, it's recommended to add one or more fallback regions to the session creation logic. So if a session can't be allocated and the API returns with a timeout, the client could try the next closest region.
3434

3535
## Next steps
3636

0 commit comments

Comments
 (0)