File tree Expand file tree Collapse file tree 4 files changed +17
-5
lines changed
.devcontainer/gitHubActions Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1010 "ghcr.io/devcontainers/features/docker-in-docker:2" : {},
1111 "ghcr.io/devcontainers/features/dotnet:2" : {},
1212 "ghcr.io/devcontainers/features/node:1" : {},
13- "ghcr.io/dhoeric/features/act:1" : {}
13+ "ghcr.io/dhoeric/features/act:1" : {},
14+ "ghcr.io/azure/azure-dev/azd:0" : {}
1415 },
1516 // Features to add to the dev container. More info: https://containers.dev/features.
1617 // "features": {},
Original file line number Diff line number Diff line change @@ -96,8 +96,7 @@ Demo: [Online Parser](https://yaml-online-parser.appspot.com/)
9696
9797- branch_protection_rule
9898- checks
99- - create
100- - delete
99+ - create / delete
101100- deployment
102101- discussion
103102- fork
@@ -116,8 +115,7 @@ Demo: [Online Parser](https://yaml-online-parser.appspot.com/)
116115- release
117116- schedule
118117- status
119- - workflow_call
120- - workflow_dispatch
118+ - workflow_call / workflow_dispatch
121119
122120</div >
123121</div >
@@ -243,6 +241,19 @@ updates:
243241
244242---
245243
244+ # Bonus - Private Networking
245+
246+ - GitHub Actions is triggered.
247+ - Actions service creates a runner.
248+ - The runner service deploys the GitHub-hosted runner's NIC into your Azure VNET.
249+ - The runner agent picks up the workflow job.
250+ - The runner sends logs back to the GitHub Actions service.
251+ - NIC accesses private resources.
252+
253+ 
254+
255+ ---
256+
246257# Questions
247258
248259
You can’t perform that action at this time.
0 commit comments