Connect with experts and redefine what’s possible at work – join us at the Microsoft 365 Community Conference May 6-8. Learn more >
Recent Blog ArticlesMost RecentMost LikesUsing Microsoft Graph as a Microsoft Copilot for Security Plugin with Delegated Access In this article, we show how to build a Copilot for Security API plugins that call Microsoft Graph APIs using delegated access. Use LogicApps and Copilot for Security to auto-process ISAC Emails Information Sharing and Analysis Center (ISAC) is an organization that provides a central resource for gathering information on and related threats to critical infrastructure and plays a critical rol...Re: Using Microsoft Graph as a Microsoft Copilot for Security Plugin with Delegated Access sarsid In the main YAML file can you check if the 'SupportedAuthTypes' and 'Authorization' tags are in same column as 'Description' and not in the column as 'Descriptor' (as it was originally shown i...Extending Microsoft Copilot for Security Capabilities with Azure Function Apps Azure Function Apps offer a convenient way to execute functions in a server-less environment. They allow users to write functions in C#, Java, JavaScript, PowerShell, Python and Typescript which can...Re: Using Microsoft Graph as a Microsoft Copilot for Security Plugin with Delegated Access sarsid If requests are failing, best is to enable Log Analytics for Graph API calls in your tenant and see the HTTP error codes and other details coming from the source. This will give an idea why th...Re: Using Microsoft Graph as a Microsoft Copilot for Security Plugin with Delegated Access sarsid Thank you for the feedback. Are you also getting the same error when you invoke the skill directly ? If direct skill works, but the error comes only in prompting, please check if the correct p...How to build a Copilot for Security API Plugin – Part 1 In this article, we discuss the steps required to build a simple API plugin using a GET API request. Using a basic Python/Flask based webservice we also look under the hood to see how Copilot selects...How to build a Copilot for Security API Plugin – Part 2 In this article, we discuss the steps required to build a more complex API plugin using GET API requests. Using a Python/Flask based webservice we also look under the hood to see how Copilot selects ...