Question 21
AI-103 voucher + Udemy course (lifetime access) = ₹3,500 for Indian ID card holders.
Details →You have a Microsoft Foundry project named Project1 that contains the following: An OpenAPI tool that calls an external API A project connection named Connection1 that stores the API key of the external API When an agent calls the OpenAPI tool, the API returns a 401 unauthorized error, and traces show that the API key header is NOT being sent. You need to ensure that the OpenAPI tool automatically includes the API key from Connection1 on all requests. What should you do?
- AEnable identity passthrough so that the tool uses the Microsoft Entra token of the caller.
- BAdd the API key header manually to the OpenAPI specification. ✓
- CConfigure the tool to use the default connection of Project1.
- DConnect the tool to Connection1.