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: docs/03_improve_deploy_app/0302.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ If you are interested in learning more about Infrastructure as Code, there are m
119
119
<details markdown="block">
120
120
<summary>Expand this section to view the solution</summary>
121
121
122
-
- The final Bicep script is [in the solution folder]((https://github.com/microsoft/TechExcel-Accelerate-developer-productivity-with-GitHub-Copilot-and-Dev-Box/blob/main/Solution/Exercise-03/Task-2/main.bicep)). Try generating your own workflow using GitHub Copilot and refer to this script if you wish to review the outputs or get stuck.
122
+
- The final Bicep script is [in the solution folder](https://github.com/microsoft/TechExcel-Accelerate-developer-productivity-with-GitHub-Copilot-and-Dev-Box/blob/main/Solution/Exercise-03/Task-2/main.bicep). Try generating your own workflow using GitHub Copilot and refer to this script if you wish to review the outputs or get stuck.
123
123
- The following az cli commands will create an application registration and then service principal. This uses a sample app registration name of `TechExcelUser`.
124
124
- `az ad app create --display-name TechExcelUser`. Copy the "appId" output to use in the next command, as well as to save this as a GitHub secret. Copy the "id" output to use when creating the federated credential.
125
125
- `az ad sp create --id {appId}`. Copy the value of "Id" to use in the next command for the {service principal ID}.
0 commit comments