diff --git a/changelog/23059.txt b/changelog/23059.txt new file mode 100644 index 0000000000..96a2dc4612 --- /dev/null +++ b/changelog/23059.txt @@ -0,0 +1,3 @@ +```release-note:improvement +auth/azure: Added Azure API configurable retry options +``` diff --git a/website/content/api-docs/auth/azure.mdx b/website/content/api-docs/auth/azure.mdx index 949d933bd3..3f8eef4e2a 100644 --- a/website/content/api-docs/auth/azure.mdx +++ b/website/content/api-docs/auth/azure.mdx @@ -41,6 +41,10 @@ virtual machine. This value can also be provided with the `AZURE_CLIENT_ID` environment variable. - `client_secret` `(string: '')` - The client secret for credentials to query the Azure APIs. This value can also be provided with the `AZURE_CLIENT_SECRET` environment variable. +- `max_retries` `(int: 3)` - The maximum number of attempts a failed operation will be + retried before producing an error. +- `max_retry_delay` `(string: '60s')` - The maximum delay, in seconds, allowed before retrying an operation. +- `retry_delay` `(string: '4s')` - The initial amount of delay, in seconds, to use before retrying an operation. Increases exponentially. ### Sample payload