Skip to content

Commit 819aa13

Browse files
committed
Fix typo
1 parent 1b3960f commit 819aa13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/03_improve_deploy_app/0302.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ If you are interested in learning more about Infrastructure as Code, there are m
119119
<details markdown="block">
120120
<summary>Expand this section to view the solution</summary>
121121

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.
123123
- The following az cli commands will create an application registration and then service principal. This uses a sample app registration name of `TechExcelUser`.
124124
- `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.
125125
- `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

Comments
 (0)