Skip to content

Commit 6876820

Browse files

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

msal/application.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,11 @@ def __init__(
249249
MSAL's default value is None, which means region behavior remains off.
250250
If enabled, some of the MSAL traffic would remain inside that region.
251251
252-
App developer can opt in to regional endpoint,
253-
by provide a region name, such as "westus", "eastus2".
252+
App developer can opt in to a regional endpoint,
253+
by provide its region name, such as "westus", "eastus2".
254+
You can find a full list of regions by running
255+
``az account list-locations -o table``, or referencing to
256+
`this doc <https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.resourcemanager.fluent.core.region?view=azure-dotnet>`_.
254257
255258
An app running inside Azure VM can use a special keyword
256259
``ClientApplication.ATTEMPT_REGION_DISCOVERY`` to auto-detect region.

0 commit comments

Comments
 (0)