Skip to content

Commit 1deaac8

Browse files
authored
Update README.md
1 parent 2ef2980 commit 1deaac8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@ GitHub Actions workflows often need to access a cloud provider like AWS, Azure,
3333
## How to start this course
3434

3535
1. Above these instructions, click **Use this template**, right-click **Create a new repository** and click **Open link in new tab**.
36+
3637
![Use this template](https://user-images.githubusercontent.com/1221423/169618716-fb17528d-f332-4fc5-a11a-eaa23562665e.png)
37-
2. In the new tab, follow the prompts to create a new repository.
38+
3. In the new tab, follow the prompts to create a new repository.
3839
- For owner, choose your personal account or an organization to host the repository.
3940
- I recommend creating a public repository as private repositories will [use Actions minutes](https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions).
4041
![Create a new repository](https://user-images.githubusercontent.com/1221423/169618722-406dc508-add4-4074-83f0-c7a7ad87f6f3.png)
41-
3. After your new repository is created, wait about 20 seconds, then refresh the page. Follow the step-by-step instructions in the new repository's README.
42+
4. After your new repository is created, wait about 20 seconds, then refresh the page. Follow the step-by-step instructions in the new repository's README.
4243

4344
<!--endstep0-->
4445

@@ -70,8 +71,8 @@ In this step you'll configure OIDC in your Azure tenant.
7071

7172
1. Open a new browser tab, and work on the steps in your second tab while you read the instructions in this tab
7273
1. [Create a Microsoft Entra application with a service principal](https://learn.microsoft.com/en-us/azure/developer/github/connect-from-azure-openid-connect?WT.mc_id=MVP_344197#prerequisites) by following the steps under Option 1
73-
- Assign role `Contributor` with scope subscription (on subscription level) to the application (for a detailed step-by-step manual, see [here](https://learn.microsoft.com/en-us/azure/role-based-access-control/role-assignments-portal?tabs=delegate-condition#step-1-identify-the-needed-scope))
74-
1. [Add federated credentials](https://learn.microsoft.com/en-us/entra/workload-id/workload-identity-federation-create-trust?pivots=identity-wif-apps-methods-azp#github-actions) by following the steps under the link
74+
- Assign role `Contributor` with scope subscription (on subscription level) to the application (for a detailed step-by-step manual, see [here](https://learn.microsoft.com/en-us/azure/role-based-access-control/role-assignments-portal?tabs=delegate-condition&WT.mc_id=MVP_344197#step-1-identify-the-needed-scope))
75+
1. [Add federated credentials](https://learn.microsoft.com/en-us/entra/workload-id/workload-identity-federation-create-trust?pivots=identity-wif-apps-methods-azp&WT.mc_id=MVP_344197#github-actions) by following the steps under the link
7576
- `Entity type`: `Branch`
7677
- GitHub branch name: `deploy-resource-group`
7778
1. [Create GitHub secrets](https://learn.microsoft.com/en-us/azure/developer/github/connect-from-azure-openid-connect?WT.mc_id=MVP_344197#create-github-secrets) by following the steps under the link
@@ -176,4 +177,4 @@ Here's a recap of all the tasks you've accomplished in this course:
176177

177178
Get help: [About security hardening with OpenID Connect]([TBD-support-link](https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect)) &bull; [Review the GitHub status page](https://www.githubstatus.com/)
178179

179-
&copy; 2024 Marc Rufer &bull; [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) &bull; [License](https://github.com/rufer7/github-actions-workflow-with-OIDC-based-auth-with-Azure/blob/main/LICENSE)
180+
&copy; 2025 Marc Rufer &bull; [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) &bull; [License](https://github.com/rufer7/github-actions-workflow-with-OIDC-based-auth-with-Azure/blob/main/LICENSE)

0 commit comments

Comments
 (0)