Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform
To configure your Azure AI Agent to return actionable source identifiers in citations instead of placeholders like "doc_0", you need to ensure that the metadata_storage_path field is included in your Azure AI Search index. This field should contain the actual URL of the document. When this field is present, Copilot Studio interprets it as the citation. If it is not included, the system will default to using whatever field contains a generic placeholder.
Additionally, ensure that your knowledge source is properly set up to include the necessary fields that allow for retrieval of the actual document ID or URL. You can define a knowledge source that targets your Azure AI Search index and specify which fields are accessible for retrieval and citations.
By configuring your index and knowledge source correctly, you can ensure that the citations returned by your Azure AI Agent contain the actual URLs or unique document IDs that you can use for further queries.
References: