add default throughput bucket info link

This commit is contained in:
Asier Isayas
2026-03-31 07:44:03 -07:00
parent cea2c49eb6
commit b1720fd502

View File

@@ -127,7 +127,7 @@ export const ThroughputBucketsComponent: FC<ThroughputBucketsComponentProps> = (
const tooltipContent = (): JSX.Element => (
<Text>
The default throughput bucket is used for operations that do not specify a particular bucket.{" "}
<Link href="https://aka.ms/cosmsodb-bucketing" target="_blank">
<Link href="https://learn.microsoft.com/azure/cosmos-db/throughput-buckets?tabs=dotnet#configuring-default-throughput-bucket" target="_blank">
Learn more.
</Link>
</Text>