Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To deploy the "Send Copilot Output to Email" plugin, follow these steps:

2. **Deploy Logic App**: Deploy the Logic App included in the solution to your Azure environment. Ensure that it is properly configured and connected to Copilot.

<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https://github.com/Azure/Copilot-For-Security/blob/main/Custom%20Plugins/Community%20Based%20Plugins/Copilot%20For%20Security%20Output%20To%20Email/SendCopilotOutputToEmail%20Logic%20App/azuredeploy.json" target="_blank">
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FSecurity-Copilot%2Frefs%2Fheads%2Fmain%2FPlugins%2FCommunity%2520Based%2520Plugins%2FCopilot%2520For%2520Security%2520Output%2520To%2520Email%2FSendCopilotOutputToEmail%2520Logic%2520App%2Fazuredeploy.json" target="_blank">
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Deploy-to-Azure button URL uses a raw.githubusercontent.com path with .../refs/heads/main/.... For GitHub raw URLs the segment after the repo name is the ref, so this makes the ref refs and the remaining path heads/main/..., which will 404 and break the deploy button. Use the standard raw format https://raw.githubusercontent.com/Azure/Security-Copilot/main/<path> (and then URL-encode that for the portal link).

Suggested change
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FSecurity-Copilot%2Frefs%2Fheads%2Fmain%2FPlugins%2FCommunity%2520Based%2520Plugins%2FCopilot%2520For%2520Security%2520Output%2520To%2520Email%2FSendCopilotOutputToEmail%2520Logic%2520App%2Fazuredeploy.json" target="_blank">
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FSecurity-Copilot%2Fmain%2FPlugins%2FCommunity%2520Based%2520Plugins%2FCopilot%2520For%2520Security%2520Output%2520To%2520Email%2FSendCopilotOutputToEmail%2520Logic%2520App%2Fazuredeploy.json" target="_blank">

Copilot uses AI. Check for mistakes.
<img src="https://aka.ms/deploytoazurebutton"/>
</a>

Expand All @@ -38,8 +38,8 @@ To deploy the "Send Copilot Output to Email" plugin, follow these steps:
- Copilot investigation and action using the Custom plugin to send an email of the output

You can find a sample here :
![Copilot Output to Email](https://github.com/Azure/Copilot-For-Security/blob/main/Custom%20Plugins/Community%20Based%20Plugins/Images/Copilotoutputtoemail1.png)
![Copilot Output to Email](https://github.com/Azure/Security-Copilot/blob/main/Plugins/Community%20Based%20Plugins/Images/Copilotoutputtoemail1.png)

The Eamil Output being received
![Copilot Output to Email](https://github.com/Azure/Copilot-For-Security/blob/main/Custom%20Plugins/Community%20Based%20Plugins/Images/Copilotoutputtoemail2.png)
![Copilot Output to Email](https://github.com/Azure/Security-Copilot/blob/main/Plugins/Community%20Based%20Plugins/Images/Copilotoutputtoemail2.png)

Loading