Final answer:
To secure function endpoints using Azure AD and app-level security, configure Azure AD first, enable app-level security, and then implement the function endpoints.
Step-by-step explanation:
To implement secure function endpoints using app-level security and include Azure AD, you should follow a sequence that ensures each component is properly configured and integrated. You would generally start by setting up Azure AD to manage identities and access control, then enable app-level security to enforce access restrictions on your application, and finally, implement the function endpoints that will utilize the security features you've set up.
Based on the options provided, the closest steps to achieve this would be:
- Configure Azure AD
- Enable app-level security
- Implement function endpoints
This sequence ensures that your authentication provider is in place and security measures are enabled before the function endpoints are exposed.