{% if validation.ok %}

Key validated successfully.

{% if validation.models %}

Available models:

{% for m in validation.models %} {{ m }} {% endfor %}
{% endif %}
{% elif validation.deployment_missing %}

{{ validation.error }}

Good news
Your key works — Azure accepted it.
Fix
Enter one of your deployment names in the deployment field above.
Next
Validate the key again.
{% else %}

{{ validation.error }}

Fix
Check that you copied the key completely with no leading or trailing spaces.
Next
Paste the key again, then validate once more.
Then
If the problem persists, generate a new key from your provider dashboard.
{% endif %}