Skip to content

Commit eb4ee32

Browse files
committed
acrolinx fixes
1 parent 658209f commit eb4ee32

File tree

1 file changed

+2
-2
lines changed
  • articles/ai-services/openai/how-to

1 file changed

+2
-2
lines changed

articles/ai-services/openai/how-to/quota.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Azure OpenAI's quota feature enables assignment of rate limits to your deploymen
3232
3333
When a deployment is created, the assigned TPM will directly map to the tokens-per-minute rate limit enforced on its inferencing requests. A **Requests-Per-Minute (RPM)** rate limit will also be enforced whose value is set proportionally to the TPM assignment using the following ratio:
3434

35-
6 RPM per 1000 TPM. (This ratio can vary by model for more information, see [quota and limits](../quotas-limits.md#o-series-rate-limits).)
35+
6 RPM per 1000 TPM. (This ratio can vary by model for more information, see [quota, and limits](../quotas-limits.md#o-series-rate-limits).)
3636

3737
The flexibility to distribute TPM globally within a subscription and region has allowed Azure OpenAI Service to loosen other restrictions:
3838

@@ -301,7 +301,7 @@ Get-AzCognitiveServicesUsage -Location eastus
301301

302302
This command runs in the context of the currently active subscription for Azure PowerShell. Use `Set-AzContext` to [modify the active subscription](/powershell/azure/manage-subscriptions-azureps#change-the-active-subscription).
303303

304-
For more details on `New-AzCognitiveServicesAccountDeployment` and `Get-AzCognitiveServicesUsage`, consult the [Azure PowerShell reference documentation](/powershell/module/az.cognitiveservices/).
304+
For more information on `New-AzCognitiveServicesAccountDeployment` and `Get-AzCognitiveServicesUsage`, see [Azure PowerShell reference documentation](/powershell/module/az.cognitiveservices/).
305305

306306
# [Azure Resource Manager](#tab/arm)
307307

0 commit comments

Comments
 (0)