diff --git a/docs/storage.md b/docs/storage.md index b4edb2357b1..07938dceeb6 100644 --- a/docs/storage.md +++ b/docs/storage.md @@ -352,7 +352,7 @@ config: disable_compression: false ``` -If `msi_resource` is used, authentication is done via ServicePrincipalToken. The value for Azure should be `https://storage.azure.com`. +If `msi_resource` is used, authentication is done via ServicePrincipalToken. The value for Azure should be `https://.blob.core.windows.net`. The generic `max_retries` will be used as value for the `pipeline_config`'s `max_tries` and `reader_config`'s `max_retry_requests`. For more control, `max_retries` could be ignored (0) and one could set specific retry values. #### OpenStack Swift