File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737# Name: "ControlTower-PRCheck"
3838# Required variables:
3939# - ApiAudience : Entra ID audience URI for the Control Tower app
40- # - ApiBaseDirectUrl : Direct base URL of the Control Tower APIM endpoint (bypasses Azure Front Door)
40+ # - ApiBaseAFDUrl : Base URL of the Control Tower service ( Azure Front Door endpoint )
4141
4242# Trigger controlled by ADO branch policy — not YAML triggers.
4343trigger : none
Original file line number Diff line number Diff line change 4949# Name: "ControlTower-PRCheck"
5050# Required variables:
5151# - ApiAudience : Entra ID audience URI for the Control Tower app
52- # - ApiBaseDirectUrl : Direct base URL of the Control Tower APIM endpoint (bypasses Azure Front Door)
52+ # - ApiBaseAFDUrl : Base URL of the Control Tower service ( Azure Front Door endpoint )
5353
5454# Trigger controlled by ADO branch policy — not YAML triggers.
5555trigger : none
Original file line number Diff line number Diff line change 3434# Name: "ControlTower-PRCheck"
3535# Required variables:
3636# - ApiAudience : Entra ID audience URI for the Control Tower app
37- # - ApiBaseDirectUrl : Direct base URL of the Control Tower APIM endpoint (bypasses Azure Front Door)
37+ # - ApiBaseAFDUrl : Base URL of the Control Tower service ( Azure Front Door endpoint )
3838
3939# Trigger controlled by ADO branch policy — not YAML triggers.
4040trigger : none
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ stages:
8181 --repo-uri "$UPSTREAM_REPO_URL"
8282 env :
8383 API_AUDIENCE : $(ApiAudience)
84- API_BASE_URL : $(ApiBaseDirectUrl )
84+ API_BASE_URL : $(ApiBaseAFDUrl )
8585 # Non-reserved name: an `env:` override of the reserved BUILD_REASON var is silently ignored by the agent.
8686 CT_BUILD_REASON : $(Build.Reason)
8787 CHANGED_COMPONENTS_FILE : $(changedComponentsFile)
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ stages:
237237 --poll-timeout-seconds ${{ parameters.pollTimeoutSeconds }}
238238 env :
239239 API_AUDIENCE : $(ApiAudience)
240- API_BASE_URL : $(ApiBaseDirectUrl )
240+ API_BASE_URL : $(ApiBaseAFDUrl )
241241 # Non-reserved name: an `env:` override of the reserved BUILD_REASON var is silently ignored by the agent.
242242 CT_BUILD_REASON : $(Build.Reason)
243243 CHANGED_COMPONENTS_FILE : $(changedComponentsFile)
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ stages:
8282 --repo-uri "$UPSTREAM_REPO_URL"
8383 env :
8484 API_AUDIENCE : $(ApiAudience)
85- API_BASE_URL : $(ApiBaseDirectUrl )
85+ API_BASE_URL : $(ApiBaseAFDUrl )
8686 # Non-reserved name: an `env:` override of the reserved BUILD_REASON var is silently ignored by the agent.
8787 CT_BUILD_REASON : $(Build.Reason)
8888 CHANGED_COMPONENTS_FILE : $(changedComponentsFile)
You can’t perform that action at this time.
0 commit comments