File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments