Skip to content

Commit

Permalink
Update docs/storage.md
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Laine <[email protected]>
  • Loading branch information
wiardvanrij and phillebaba authored May 10, 2021
1 parent fcd40de commit 25d5415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://<storage-account-name>.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
Expand Down

0 comments on commit 25d5415

Please sign in to comment.