Skip to content

Commit

Permalink
task(list): update for github actions sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
autocloudarc committed Feb 28, 2024
1 parent c952515 commit f7559af
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion exercises-dev/main-exercises-dev.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ output staAccountId3 string = lab.outputs.staAccountId3
output staAccountId string = lab.outputs.storageAccountId
output logAnalyticsId string = lab.outputs.lawId
output keyVaultId string = kvt.id
output keyVaultSecret string = kvtPw
// output keyVaultSecret string = kvtPw
output labStaAccountIds array = lab.outputs.staAccountIds
output labStorageAccountInfo array = lab.outputs.storageInfo
output labExtraStorageAccountId string = lab.outputs.additionalStaId
17 changes: 17 additions & 0 deletions taskList.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,21 @@ f. [] {Optional}: Delete the deployment stack with command reference cr2 above.
17a. [] Bonus: Use GitHub Copilot to generate ARM templates
17b. [] Bonus: Use bicep to convert ARM templates to Bicep files
17c. [] Bonus: Use bicep to convert Bicep files to ARM templates
ADVANCED TOPICS
Session 1 of 2
01. [] Sharing GitHub Aactions
02. [] Sharing GitHub Workflows
03. [] Migrate from other CI/CD systems (Not immediately relevant, so skipping to focus on walk-throughs)
04. [] Building custome actions (relevant?)
Session 2 of 2
05. [] GitHub API basics
06. [] Using/managing runners
07. [] Security best practices
a. [] Authentication
b. [] Authorization (permissions)
c. [] Secrets
[] 08. Building workflows summary
*/

0 comments on commit f7559af

Please sign in to comment.