In Azure AI Search, the scoring profiles are applied during query execution, and they can be specified in the index designer or through APIs. However, the precise behavior regarding the use of scoring profiles depends on the API version used to create the index. If the index is created using the 2025-05-01-preview version, the scoring profile executes last. In contrast, if an earlier API version is used, scoring profiles are evaluated before semantic reranking.
Therefore, the Azure AI Search Agents will utilize the scoring profile set for the index when retrieving results for each agent query, provided that the scoring profile is applicable to the fields involved in the query.
References: