Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform
Hi Jan Dolecek ,
Thank you for reaching out on Microsoft Q&A forum.
For Azure Content Understanding in Foundry Tools, it's important to distinguish between data storage location and processing location.
Data is stored in the region where the Foundry Tools resource is created, while the location where analysis is processed is determined by the supported processing locations and the processingLocation value supplied with the analysis request.
Because processingLocation is part of the API request, callers can choose from the processing options supported by the service and region. The documentation also notes that supported processing locations vary by region and scenario, and certain modes support only specific processing-location options.
From a governance perspective, there is no resource-level setting in Content Understanding that forces all requests to use a single processing location (for example, dataZone) regardless of what the caller sends. As a result, organizations that require strict enforcement of processing geography typically place a controlled layer in front of the service, such as an API gateway, to validate or enforce request parameters before requests reach the Content Understanding endpoint.
If your compliance requirements mandate that all processing remain within a specific geography or data zone, that gateway-based enforcement approach is currently the most practical way to ensure consistent behavior across all clients and developers using the service.
Kindly let us know if the above helps or you need further assistance on this issue.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".