foundry_get_project_endpoint: Get Azure AI Foundry project endpoint

View source: R/config.R

foundry_get_project_endpointR Documentation

Get Azure AI Foundry project endpoint

Description

Retrieve the project endpoint URL from the environment or a provided value.

Usage

foundry_get_project_endpoint(endpoint = NULL, required = FALSE)

Arguments

endpoint

Character. Optional endpoint to use instead of AZURE_FOUNDRY_PROJECT_ENDPOINT.

required

Logical. If TRUE, throws an error when no endpoint is found.

Value

The project endpoint URL string, or NULL.

Examples

foundry_get_project_endpoint(
  "https://example.services.ai.azure.com/api/projects/demo"
)

foundryR documentation built on Sept. 25, 2026, 1:10 a.m.