Skip to content

SIGNL4 solution adapted#14613

Open
rons4 wants to merge 2 commits into
Azure:masterfrom
rons4:master
Open

SIGNL4 solution adapted#14613
rons4 wants to merge 2 commits into
Azure:masterfrom
rons4:master

Conversation

@rons4

@rons4 rons4 commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Compatibility fixes.

Required items, please complete

Change(s):

  • Description adapted.

Reason for Change(s):

  • Comatibility issues, old information.

Version Updated:

  • 3.0.1

Testing Completed:

  • No functional changes.

Checked that the validations are passing and have addressed any issues that are present:

  • N/A

Guidance <- remove section before submitting


Before submitting this PR please ensure that you have read the following sections and filled out the changes, reason for change and testing complete sections:

Thank you for your contribution to the Microsoft Sentinel Github repo.

Details of the code changes in your submitted PR. Providing descriptions for pull requests ensures there is context to changes being made and greatly enhances the code review process. Providing associated Issues that this resolves also easily connects the reason.

Change(s):

  • Updated syntax for XYZ.yaml

Reason for Change(s):

Version updated:

  • Yes
  • Detections/Analytic Rule templates are required to have the version updated

The code should have been tested in a Microsoft Sentinel environment that does not have any custom parsers, functions or tables, so that you validate no incorrect syntax and execution functions properly. If your submission requires a custom parser or function, it must be submitted with the PR.

Testing Completed:

  • Yes/No/Need Help

Note: If updating a detection, you must update the version field.

Before the submission has been made, please look at running the KQL and Yaml Validation Checks locally.
https://github.com/Azure/Azure-Sentinel#run-kql-validation-locally

Checked that the validations are passing and have addressed any issues that are present:

  • Yes/No/Need Help

Note: Let us know if you have tried fixing the validation error and need help.

References:


Compatibility fixes.
@rons4 rons4 requested review from a team as code owners July 2, 2026 14:44
@v-atulyadav v-atulyadav added the Solution Solution specialty review needed label Jul 3, 2026
@v-atulyadav v-atulyadav requested a review from Copilot July 3, 2026 04:31

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the SIGNL4 solution package metadata and end-user instructions to address compatibility issues and refresh legacy guidance.

Changes:

  • Bumped solution/package version references to 3.0.1.
  • Updated data connector instructional text and links, positioning the connector as “legacy” and pointing to current docs.
  • Simplified “Underlying Microsoft Technologies used” sections by removing the dependency list.

Reviewed changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
Solutions/SIGNL4/ReleaseNotes.md Adds release note entry for 3.0.1.
Solutions/SIGNL4/Package/mainTemplate.json Updates version strings and revises solution/data connector descriptions and instructions.
Solutions/SIGNL4/Package/createUiDefinition.json Updates marketplace wizard description text to match revised dependency wording.
Solutions/SIGNL4/Data/Solution_SIGNL4.json Updates solution description text and version number.
Solutions/SIGNL4/Data Connectors/DerdackSIGNL4.json Shortens and modernizes connector instruction steps and link target.

"displayName": "SIGNL4",
"publisherDisplayName": "Derdack",
"descriptionHtml": "<p><strong>Note:</strong> Please refer to the following before installing the solution:</p>\n<p>• Review the solution <a href=\"https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/SIGNL4/ReleaseNotes.md\">Release Notes</a></p>\n<p>• There may be <a href=\"https://aka.ms/sentinelsolutionsknownissues\">known issues</a> pertaining to this Solution, please refer to them before installing.</p>\n<p>The SIGNL4 Mobile Alerting solution provides the capability to read security alerts into Microsoft Sentinel using the Microsoft Graph Security API. It adds real-time mobile alerting to your services, systems, and processes in no time. SIGNL4 notifies through persistent mobile push, SMS text and voice calls with acknowledgement, tracking and escalation. Refer to <a href=\"https://www.signl4.com/\">SIGNL4 documentation</a> for more information.</p>\n<p>** Underlying Microsoft Technologies used: **</p>\n<p>This solution takes a dependency on the following technologies, and some of these dependencies either may be in <a href=\"https://azure.microsoft.com/support/legal/preview-supplemental-terms/\">Preview</a> state or might result in additional ingestion or operational costs:</p>\n<ol type=\"a\">\n<li><p><a href=\"https://docs.microsoft.com/azure/azure-monitor/logs/data-collector-api\">Azure Monitor HTTP Data Collector</a></p>\n</li>\n<li><p><a href=\"https://docs.microsoft.com/graph/api/resources/security-api-overview?view=graph-rest-1.0\">API Microsoft Security Graph API</a></p>\n</li>\n</ol>\n<p><strong>Data Connectors:</strong> 1, <strong>Playbooks:</strong> 1</p>\n<p><a href=\"https://aka.ms/azuresentinel\">Learn more about Microsoft Sentinel</a> | <a href=\"https://aka.ms/azuresentinelsolutionsdoc\">Learn more about Solutions</a></p>\n",
"descriptionHtml": "<p><strong>Note:</strong> Please refer to the following before installing the solution:</p>\n<p>• Review the solution <a href=\"https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/SIGNL4/ReleaseNotes.md\">Release Notes</a></p>\n<p>• There may be <a href=\"https://aka.ms/sentinelsolutionsknownissues\">known issues</a> pertaining to this Solution, please refer to them before installing.</p>\n<p>The SIGNL4 Mobile Alerting solution provides the capability to read security alerts into Microsoft Sentinel using the Microsoft Graph Security API. It adds real-time mobile alerting to your services, systems, and processes in no time. SIGNL4 notifies through persistent mobile push, SMS text and voice calls with acknowledgement, tracking and escalation. Refer to <a href=\"https://www.signl4.com/\">SIGNL4 documentation</a> for more information.</p>\n<p>** Underlying Microsoft Technologies used: **</p>\n<p>This solution takes a dependency on the following technologies, and some of these dependencies either may be in <a href=\"https://azure.microsoft.com/support/legal/preview-supplemental-terms/\">Preview</a> state or might result in additional ingestion or operational costs: N/A</p>\n<p><strong>Data Connectors:</strong> 1, <strong>Playbooks:</strong> 1</p>\n<p><a href=\"https://aka.ms/azuresentinel\">Learn more about Microsoft Sentinel</a> | <a href=\"https://aka.ms/azuresentinelsolutionsdoc\">Learn more about Solutions</a></p>\n",
@@ -1,3 +1,4 @@
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
|-------------|--------------------------------|------------------------------------------------------------------------------|
| 3.0.1 | 24-07-2026 | Minor text changes. |
Comment on lines +3 to 4
| 3.0.1 | 24-07-2026 | Minor text changes. |
| 3.0.0 | 02-06-2025 | This version introduces several updates to the SIGNL4 solution for Microsoft Sentinel, focusing on improving metadata, updating templates, and enhancing descriptions for better clarity and functionality. | No newline at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Solution Solution specialty review needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants