Azure OpenAI model monitoring does not provide evaluation metrics - Job Status "Queued"
I am using Azure Machine Learning Studio as it provides more possibilities in terms of customization of the monitoring. Model is in production but so far I am sending questions only in the test tab of the endpoint in Azure Studio. I have sent 50 questions in this test tab as suggested by Microsoft.
I followed step by step this official Microsoft guide: https://learn.microsoft.com/en-us/azure/machine-learning/prompt-flow/how-to-monitor-generative-ai-applications?view=azureml-api-2
I also watched this official tutorial: https://www.youtube.com/watch?v=hVsjcsoGAww
However, after deploying my flow to an endpoint and creating the monitoring I only get this:
It gets stuck here:
The model data collector with inputs and outputs seems to work. Sampled files are being collected.
If I click on the jobs related to the output I see that the Status is on "Queued" with the message "Information: This job is waiting for available quota in scheduling queue."
How can I proceed? Many thanks in advance for your kind support.