Skip to content

Commit 494662d

Browse files
dmcilvaneyreubeno
authored andcommitted
ci: flip back to AFD endpoint for CT
1 parent e4a241e commit 494662d

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ado/package-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
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.
4343
trigger: none

.github/workflows/ado/pr-package-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
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.
5555
trigger: none

.github/workflows/ado/sources-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
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.
4040
trigger: none

.github/workflows/ado/templates/package-build-stages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

.github/workflows/ado/templates/pr-package-build-stages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

.github/workflows/ado/templates/sources-upload-stages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)