-
Notifications
You must be signed in to change notification settings - Fork 97
ARMConfiguration
Suwat Ch edited this page May 22, 2020
·
2 revisions
ARMClient defines builtin configurations for various environments such as PROD
(default), DOGFOOD
, FAIRFAX
, BLACKFOREST
, MOONCAKE
. To customize or, even, introduce a new environment, you simply need to add AppSettings or set Environment variables accordingly.
For instance, if one were to introduce a new environment called MYENV
, ...
This represents the login url.
This represents the ARM url.
This represents the ARM resource audience for which the token is acquired.
This represents the AAD Graph url as well as audience for which the token is acquired.
Depending on resources, you may also specify below settings.
This represents the RDFE url.
This represents the KeyVault Resource audience for which the token is acquired.