PA - Azure OpenAI Prerequisites
To check to see one’s Azure OpenAI model quota, use one of these two alternatives approaches:
Azure AI Foundry
Azure CLI
Both methods necessitate an existing Azure OpenAI instance. If you don't have one, create it using the same subscription intended for deploying AI models. You can fill in arbitrary data in other fields and settings, as this will not affect the quota check. Once you have reviewed and verified the quota as described below, you can delete the AI instance, as it will no longer be needed.
Azure AI Foundry
In a browser, log in to Azure AI Foundry
Click on the Quota tab to view the current usage and limits.
Make sure that the correct subscription (where the Azure OpenAI Models are or will be deployed) has been selected
Select the Show all quota option:
If the right most column says something like “0 of 250K TPM” or “250K of 250K TPM”, then one is OK. If it on the other hand says something like “250K of 8K TPM”, then it is clear that one needs to request quota.
Check Dalle, it requires a minimum of 2 components as the quota.
Azure CLI
From the Azure Command-Line Interface (CLI), run the following command to list one’s Azure OpenAI resources:
az cognitiveservices usage list --location <region>