An environment variable ApiBaseUrl is in the agent solution with Dev default https://api-dev.contoso.com. How should Test use https://api-test.contoso.com without editing topic nodes each deploy?
Select an answer to reveal the explanation.
Short Explanation and Infographic
One solution, many environments: override the environment variable’s value in Test. Don’t clone the whole agent just to change a base URL.
Full explanation below image
Full Explanation
Environment variables are designed for per-environment configuration during ALM promotion.
Option A is correct.
Option B is high-maintenance duplication.
Option C is unreliable and pollutes Dev.
Option D exposes config and is not ALM configuration.
Exam tip: Defaults in solution; values per environment; secrets as secret type.