Files
astral-sh-uv/docs
Charlie Marsh 30a9143a13 Add support for Azure request signing (#19421)
## Summary

This follows the pattern we use for GCS and AWS: set
`UV_AZURE_ENDPOINT_URL`, then we use `AZURE_CLIENT_ID`,
`AZURE_TENANT_ID`, and `AZURE_FEDERATED_TOKEN_FILE` to sign requests to
that endpoint (or the CLI authentication, based on `reqsign`'s default
precedence).

Closes https://github.com/astral-sh/uv/issues/19420.
2026-05-15 20:33:36 +01:00
..