Skip to content

Commit 7f244a2

Browse files
Add pointer comments to Azure login steps referencing PR setup instructions
Co-authored-by: adityapatwardhan <12820925+adityapatwardhan@users.noreply.github.com>
1 parent 7c259fd commit 7f244a2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ jobs:
218218
Install-ModulePackageForTest -PackagePath "${{ runner.temp }}/artifacts" -ErrorAction stop -Verbose
219219
220220
# ADO: task AzurePowerShell@5 with azureSubscription: PSResourceGetACR -> azure/login OIDC
221+
# See the PR description for step-by-step instructions on registering the Azure AD app,
222+
# configuring its federated credentials, and creating the AZURE_* secrets this step requires.
221223
- name: Azure login (OIDC)
222224
uses: azure/login@v2
223225
with:
@@ -460,6 +462,8 @@ jobs:
460462
Install-ModulePackageForTest -PackagePath "${{ runner.temp }}/artifacts" -ErrorAction stop -Verbose
461463
462464
# ADO: task AzurePowerShell@5 with azureSubscription: PSResourceGetACR -> azure/login OIDC
465+
# See the PR description for step-by-step instructions on registering the Azure AD app,
466+
# configuring its federated credentials, and creating the AZURE_* secrets this step requires.
463467
- name: Azure login (OIDC)
464468
uses: azure/login@v2
465469
with:
@@ -692,6 +696,8 @@ jobs:
692696
Install-ModulePackageForTest -PackagePath "${{ runner.temp }}/artifacts" -ErrorAction stop -Verbose
693697
694698
# ADO: task AzurePowerShell@5 with azureSubscription: PSResourceGetACR -> azure/login OIDC
699+
# See the PR description for step-by-step instructions on registering the Azure AD app,
700+
# configuring its federated credentials, and creating the AZURE_* secrets this step requires.
695701
- name: Azure login (OIDC)
696702
uses: azure/login@v2
697703
with:

0 commit comments

Comments
 (0)