blog.fzankl.deCustomize secret handling with Azure Key Vault in ASP.NETWhen talking about secrets (passwords, tokens, etc.), it goes without saying that this kind of data must be protected. With Azure Key Vault you can rely on a managed service for securely managing keys, secrets and certificates for your applications. ...Sep 2, 2022·6 min read
blog.fzankl.deHow to deploy Application Insights with alert-based Smart Detection using TerraformAzure Monitor is one of the Azure services covering cross-cutting concerns that is responsible for collecting, analyzing and performing actions on telemetry data from various environments. Application Insights as a part of Azure Monitor provides exte...Aug 26, 2022·8 min read
blog.fzankl.deUnix Domain Sockets in .NET 6 — Basics and Real-World ExamplesCreating cross-platform capable APIs using .NET became easier with the evolution towards .NET 6. APIs built on ASP.NET typically serve the app via TCP/IP using a specific interface and port. That makes sense due to APIs interacting over a network reg...Feb 9, 2022·11 min read
blog.fzankl.deUsing WSL 2 in EnterprisesThe Windows Subsystem for Linux (WSL) enables the execution of a Linux environment directly on Windows without the need for virtual machines or any other similar setup. Using WSL 2 a lot of things become easier and faster in comparison with the first...Nov 1, 2021·8 min read
blog.fzankl.deBuilding a Fast and Reliable Reverse Proxy With YARPWhen it comes to microservice architectures, multiple endpoints often have to be combined to reduce complexity for consuming clients. This is one of the main reasons for using reverse proxies and API gateways respectively. With the first preview of Y...Jan 25, 2021·6 min read