Skip to content

Instantly share code, notes, and snippets.

View Depechie's full-sized avatar
:octocat:
'SH10151' this is the serial number of our orbital gun

Glenn Versweyveld Depechie

:octocat:
'SH10151' this is the serial number of our orbital gun
View GitHub Profile
@Depechie
Depechie / bicep_module_aca_example.yaml
Created June 5, 2024 18:00
Example bicep module to setup azure container apps with OTEL managed agent
@allowed([
'dev', 'tst', 'acc', 'prd'
])
param env string = 'dev'
param projectName string
param resourceLocationLong string = resourceGroup().location
param resourceLocationShort string
param containerRegistryName string = 'yourawesomecontaineregistry'
@Depechie
Depechie / 2024_Bitbash_observability_workshop.md
Last active January 26, 2024 09:32
Add observability to any microservices environment

Add observability to any microservices environment

Disclaimer, copyright and code

This workshop is licensed under CC BY-NC-SA 4.0 and should not be used commercially without permission.

Of course, the concepts we discuss can and should be used to improve the quality of your application production environment, as such all code samples are licensed under MIT.

Labs

@Depechie
Depechie / 2023_MAD_Summit_observability_workshop.md
Last active December 5, 2023 08:42
Add observability to any microservices environment

Add observability to any microservices environment

Disclaimer, copyright and code

This workshop is licensed under CC BY-NC-SA 4.0 and should not be used commercially without permission.

Of course, the concepts we discuss can and should be used to improve the quality of your application production environment, as such all code samples are licensed under MIT.

Labs

@Depechie
Depechie / sw.json
Last active March 13, 2023 20:28
Star Wars objects
[
{
"id": 1,
"name": "Luke Skywalker",
"gender": "male",
"wiki": "http://starwars.wikia.com/wiki/Luke_Skywalker",
"affiliations": [
"Alliance to Restore the Republic",
"Red Squadron",
"Rogue Squadron",