From b140828a785eca4833de6460454e3cc99a8be933 Mon Sep 17 00:00:00 2001 From: Martin Koudelka <42440351+v-makoud@users.noreply.github.com> Date: Tue, 28 May 2019 12:22:59 +0200 Subject: [PATCH 1/2] C91896: Deleting extra backslahes Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. --- ...plement-http-call-retries-exponential-backoff-polly.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/standard/microservices-architecture/implement-resilient-applications/implement-http-call-retries-exponential-backoff-polly.md b/docs/standard/microservices-architecture/implement-resilient-applications/implement-http-call-retries-exponential-backoff-polly.md index e942bef5122aa..5994ed322f8a8 100644 --- a/docs/standard/microservices-architecture/implement-resilient-applications/implement-http-call-retries-exponential-backoff-polly.md +++ b/docs/standard/microservices-architecture/implement-resilient-applications/implement-http-call-retries-exponential-backoff-polly.md @@ -64,16 +64,16 @@ Policy ## Additional resources -- **Retry pattern**\ +- **Retry pattern** [https://docs.microsoft.com/azure/architecture/patterns/retry](/azure/architecture/patterns/retry) -- **Polly and HttpClientFactory**\ +- **Polly and HttpClientFactory** -- **Polly (.NET resilience and transient-fault-handling library)**\ +- **Polly (.NET resilience and transient-fault-handling library)** -- **Marc Brooker. Jitter: Making Things Better With Randomness**\ +- **Marc Brooker. Jitter: Making Things Better With Randomness** >[!div class="step-by-step"] From 785ae3e14fbf3c96c7d69e6e3a6abfa9601e5f2d Mon Sep 17 00:00:00 2001 From: Ron Petrusha Date: Tue, 28 May 2019 08:19:43 -0700 Subject: [PATCH 2/2] Add two spaces for line breaks --- ...plement-http-call-retries-exponential-backoff-polly.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/standard/microservices-architecture/implement-resilient-applications/implement-http-call-retries-exponential-backoff-polly.md b/docs/standard/microservices-architecture/implement-resilient-applications/implement-http-call-retries-exponential-backoff-polly.md index 5994ed322f8a8..046fb1c016671 100644 --- a/docs/standard/microservices-architecture/implement-resilient-applications/implement-http-call-retries-exponential-backoff-polly.md +++ b/docs/standard/microservices-architecture/implement-resilient-applications/implement-http-call-retries-exponential-backoff-polly.md @@ -64,16 +64,16 @@ Policy ## Additional resources -- **Retry pattern** +- **Retry pattern** [https://docs.microsoft.com/azure/architecture/patterns/retry](/azure/architecture/patterns/retry) -- **Polly and HttpClientFactory** +- **Polly and HttpClientFactory** -- **Polly (.NET resilience and transient-fault-handling library)** +- **Polly (.NET resilience and transient-fault-handling library)** -- **Marc Brooker. Jitter: Making Things Better With Randomness** +- **Marc Brooker. Jitter: Making Things Better With Randomness** >[!div class="step-by-step"]