You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,12 +33,13 @@ GitHub Actions workflows often need to access a cloud provider like AWS, Azure,
33
33
## How to start this course
34
34
35
35
1. Above these instructions, click **Use this template**, right-click **Create a new repository** and click **Open link in new tab**.
36
+
36
37

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.
38
39
- For owner, choose your personal account or an organization to host the repository.
39
40
- 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).
40
41

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.
42
43
43
44
<!--endstep0-->
44
45
@@ -70,8 +71,8 @@ In this step you'll configure OIDC in your Azure tenant.
70
71
71
72
1. Open a new browser tab, and work on the steps in your second tab while you read the instructions in this tab
72
73
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
75
76
-`Entity type`: `Branch`
76
77
- GitHub branch name: `deploy-resource-group`
77
78
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:
176
177
177
178
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)) • [Review the GitHub status page](https://www.githubstatus.com/)
0 commit comments