Distributed Tracing in ASP.NET Core with Jaeger and Tye Part 2 - Project Tye
Explores using Project Tye to simplify development and deployment of .NET Core microservices, focusing on distributed tracing setup.
Rahul Rai is a Microsoft Azure MVP and Group Product Manager at LogicMonitor, sharing hands-on cloud and container insights from Sydney.
106 articles from this blog
Explores using Project Tye to simplify development and deployment of .NET Core microservices, focusing on distributed tracing setup.
A technical guide on implementing distributed tracing for ASP.NET Core microservices using Jaeger and Tye to improve system observability.
Part 3 of a series on Event-Driven Architecture for .NET developers, focusing on integrating Apache Kafka applications with Azure Event Hubs and Schema Registry.
A technical guide on implementing an event consumer service using Apache Kafka and .NET, part of a series on event-driven architecture.
A guide for .NET developers on implementing event-driven architecture using Apache Kafka, focusing on setting up the environment and creating an event producer.
A tutorial on building a basic GraphQL API using ASP.NET Core, Entity Framework, and related libraries, focusing on queries and mutations.
A technical guide on using GitHub's GraphQL API with .NET Core to automate repository health checks, focusing on stale issues and PRs.
A guide to scheduling recurring tasks on Heroku using Azure Logic Apps for cross-cloud automation and job orchestration.
A guide to using .NET Core diagnostics tools in a sidecar container to trace and profile applications running on Azure Kubernetes Service.
A guide to implementing background jobs in Heroku applications using Azure Service Bus queues for processing asynchronous workloads.
Explains how to implement the Sequential Convoy pattern using Azure Service Bus sessions and Go to preserve event order in scalable systems.
Learn how to use Ansible to dynamically generate parameters and deploy Azure ARM templates, simplifying infrastructure management.
A guide to creating a serverless visitor counter badge using Azure Functions, including setup, code, and deployment.
Part 2 of a tutorial on using Ansible playbooks and Jinja2 templates to manage and deploy Terraform configurations for Azure infrastructure.
A technical guide on using Ansible to simplify and manage Terraform configurations for multi-environment infrastructure deployments.
Explains how to implement TCP-based health probes for ASP.NET Core background services running in Kubernetes, as an alternative to HTTP probes.
A tutorial on using Azure Functions and Puppeteer to generate dynamic Open Graph images for social media sharing.
A guide to writing integration tests for gRPC services in ASP.NET Core, comparing Grpc.net and protobuf-net.Grpc with a code-first approach.
A guide to securing HTTP-triggered Azure Functions on Kubernetes with TLS/SSL using KEDA and the NGINX Ingress Controller.
Explains how to implement custom admission webhooks in Azure Kubernetes Service using Azure Functions for dynamic resource control.