Skip to content

Commit ce69d2f

Browse files
committed
updated slides
1 parent 43e6d73 commit ce69d2f

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

.devcontainer/gitHubActions/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
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": {},

slides/Slides.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff 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+
![bg right fit](img/private-networking.png)
254+
255+
---
256+
246257
# Questions
247258
248259
![bg auto](./img/background.jpg)

slides/img/pipelines.drawio.png

0 Bytes
Loading

slides/img/private-networking.png

468 KB
Loading

0 commit comments

Comments
 (0)