Validates your Azure AI Foundry configuration and provides helpful guidance if anything is missing or misconfigured.
Value
Invisibly returns a list with configuration status:
- endpoint
The configured endpoint URL, or NA if not set.
- key_set
Logical. TRUE if an API key is configured.
- model_tested
The deployment name tested, or NA if none.
- api_ok
Logical. TRUE if the API test succeeded, NA if not tested.
- all_ok
Logical. TRUE if all checks passed.