diff --git a/src/Explorer/Controls/ThroughputInput/ThroughputInput.tsx b/src/Explorer/Controls/ThroughputInput/ThroughputInput.tsx index 1236681eb..77fa8aaa0 100644 --- a/src/Explorer/Controls/ThroughputInput/ThroughputInput.tsx +++ b/src/Explorer/Controls/ThroughputInput/ThroughputInput.tsx @@ -276,6 +276,12 @@ export const ThroughputInput: FunctionComponent = ({ . + + + {isDatabase ? "Database" : getCollectionName()} Required RU/s + + {getAutoScaleTooltip()} + = ({ min={SharedConstants.CollectionCreation.DefaultCollectionRUs400} max={userContext.isTryCosmosDBSubscription ? Constants.TryCosmosExperience.maxRU : Infinity} value={throughput.toString()} - aria-label="Max request units per second" + ariaLabel={`${isDatabase ? "Database" : getCollectionName()} Required RU/s`} required={true} errorMessage={throughputError} />