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 10
10
"ghcr.io/devcontainers/features/docker-in-docker:2" : {},
11
11
"ghcr.io/devcontainers/features/dotnet:2" : {},
12
12
"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" : {}
14
15
},
15
16
// Features to add to the dev container. More info: https://containers.dev/features.
16
17
// "features": {},
Original file line number Diff line number Diff line change @@ -96,8 +96,7 @@ Demo: [Online Parser](https://yaml-online-parser.appspot.com/)
96
96
97
97
- branch_protection_rule
98
98
- checks
99
- - create
100
- - delete
99
+ - create / delete
101
100
- deployment
102
101
- discussion
103
102
- fork
@@ -116,8 +115,7 @@ Demo: [Online Parser](https://yaml-online-parser.appspot.com/)
116
115
- release
117
116
- schedule
118
117
- status
119
- - workflow_call
120
- - workflow_dispatch
118
+ - workflow_call / workflow_dispatch
121
119
122
120
</div >
123
121
</div >
@@ -243,6 +241,19 @@ updates:
243
241
244
242
---
245
243
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
+
246
257
# Questions
247
258
248
259

You can’t perform that action at this time.
0 commit comments