From 87e1dbe407e39986598378a5553a6014354ad386 Mon Sep 17 00:00:00 2001 From: Chad Kittel Date: Tue, 14 Jul 2026 08:31:26 -0500 Subject: [PATCH] Update links for Health Endpoint Monitoring and Rate Limiting --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2552ffc2..2b0ebce1 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,11 @@ This repository contains companion code for the article series found in the [Clo | [Asynchronous Request-Reply](https://learn.microsoft.com/azure/architecture/patterns/async-request-reply) | ./async-request-reply/ | | [Choreography](https://learn.microsoft.com/azure/architecture/patterns/choreography) | ./choreography/ | | [Claim Check](https://learn.microsoft.com/azure/architecture/patterns/claim-check) | ./claim-check/ | -| [Deployment Stamps](https://learn.microsoft.com/azure/architecture/patterns/deployment-stamp) | [mspnp/solution-architectures#deployment-stamp](https://github.com/mspnp/solution-architectures/tree/master/apps/deployment-stamp)$^{*}$ | -| [Geode](https://learn.microsoft.com/azure/architecture/patterns/geodes) | [mspnp/geode-pattern-accelerator](https://github.com/mspnp/geode-pattern-accelerator)$^{*}$ | -| [Health Endpoint Monitoring](https://learn.microsoft.com/azure/architecture/patterns/health-endpoint-monitoring) | [dotnet/AspNetCore.Docs#health-checks](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/host-and-deploy/health-checks/samples/7.x/HealthChecksSample)$^{*}$ | +| [Health Endpoint Monitoring](https://learn.microsoft.com/azure/architecture/patterns/health-endpoint-monitoring) | [dotnet/AspNetCore.Docs#health-checks](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/host-and-deploy/health-checks/samples/8.x/HealthChecksSample)$^{*}$ | | [Leader Election](https://learn.microsoft.com/azure/architecture/patterns/leader-election) | ./leader-election/ | | [Pipes & Filters](https://learn.microsoft.com/azure/architecture/patterns/pipes-and-filters) | ./pipes-and-filters/ | | [Priority Queue](https://learn.microsoft.com/azure/architecture/patterns/priority-queue) | ./priority-queue/ | -| [Rate Limiting](https://learn.microsoft.com/azure/architecture/patterns/rate-limiting-pattern) | Go: [mspnp/go-batcher](https://github.com/mspnp/go-batcher)\*
Java: [Azure-Samples/java-rate-limiting-pattern-sample](https://github.com/Azure-Samples/java-rate-limiting-pattern-sample)\* | +| [Rate Limiting](https://learn.microsoft.com/azure/architecture/patterns/rate-limiting-pattern) | Go: [Azure-Samples/go-batcher](https://github.com/Azure-Samples/go-batcher)\*
Java: [Azure-Samples/java-rate-limiting-pattern-sample](https://github.com/Azure-Samples/java-rate-limiting-pattern-sample)\* | | [Saga](https://learn.microsoft.com/azure/architecture/reference-architectures/saga/saga) | [Azure-Samples/saga-orchestration-serverless](https://github.com/Azure-Samples/saga-orchestration-serverless)$^{*}$ | | [Sharding](https://learn.microsoft.com/azure/architecture/patterns/sharding) | ./sharding/ | | [Static Content Hosting](https://learn.microsoft.com/azure/architecture/patterns/static-content-hosting) | ./static-content-hosting/ | @@ -38,4 +36,3 @@ Resources: - Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns With :heart: from Azure patterns & practices, [Azure Architecture Center](https://azure.com/architecture). -