spring-cloud-azure icon indicating copy to clipboard operation
spring-cloud-azure copied to clipboard

[FEATURE REQ] Add examples for configuring common properties

Open moarychan opened this issue 3 years ago • 1 comments

Context

The Spring Cloud Azure supports lots of common properties since the 4.0 release, but the developers may be still not know how to use them, and how to combine them, there's no samples in our reference doc, such as How to configure the retry options for KeyVault Clients when using Spring Cloud Azure Starter Key Vault Secert.

Goal

Improve the reference doc to give more sample code to demo more user scenarios, we should cover the common use cases for the HTTP-based client option, amqp-based client option, and includes the Cosmos client options, which should contain the below items:

  • Samples the global property options(retry, client(logging), proxy, credential, profile, resource).
  • Samples for each service property option (retry, client(logging), proxy, credential, profile, resource).
  • Maybe more special scenarios for Key Vault Secerts.

moarychan avatar Aug 19 '22 05:08 moarychan

Add retry configuration samples in this PR https://github.com/MicrosoftDocs/azure-dev-docs-pr/pull/3813

moarychan avatar Nov 07 '22 07:11 moarychan