diff --git a/_shared_content/automate/library/microsoft-azure.md b/_shared_content/automate/library/microsoft-azure.md index 83bee75508..8f0c811751 100644 --- a/_shared_content/automate/library/microsoft-azure.md +++ b/_shared_content/automate/library/microsoft-azure.md @@ -12,7 +12,7 @@ This module accepts no configuration. ### [BETA] Collect Azure Blob Storage events -Trigger p laybook to get Azure Blob Storage events information +Trigger playbook to get Azure Blob Storage events information **Arguments** @@ -24,6 +24,7 @@ Trigger p laybook to get Azure Blob Storage events information | `intake_server` | `string` | Server of the intake server (e.g. 'https://intake.sekoia.io') | | `intake_key` | `string` | Intake key to use when sending events | | `chunk_size` | `integer` | The max size of chunks for the batch processing | +| `frequency` | `integer` | Batch frequency in seconds | ### Consume Eventhub messages @@ -44,6 +45,23 @@ Consume messages from Microsoft Azure Eventhub | `chunk_size` | `integer` | The max size of chunks for the batch processing | +### [BETA] Fetch new Azure Network Watcher events from Blob Storage + +Trigger playbook to get Azure Network Watcher events information + +**Arguments** + +| Name | Type | Description | +| --------- | ------- | --------------------------- | +| `container_name` | `string` | Container name to interact with Azure Network Watcher | +| `account_name` | `string` | Account name of the Azure Network Watcher | +| `account_key` | `string` | Account key of the Azure Network Watcher | +| `intake_server` | `string` | Server of the intake server (e.g. 'https://intake.sekoia.io') | +| `intake_key` | `string` | Intake key to use when sending events | +| `chunk_size` | `integer` | The max size of chunks for the batch processing | +| `frequency` | `integer` | Batch frequency in seconds | + + ## Extra -Module **`Microsoft Azure` v2.2.3** \ No newline at end of file +Module **`Microsoft Azure` v2.4.8** \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 25e0077568..969cbb8198 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -315,6 +315,7 @@ nav: - Mattermost: xdr/features/automate/library/mattermost.md - Microsoft Active Directory: xdr/features/automate/library/microsoft-active-directory.md - Microsoft Azure: xdr/features/automate/library/microsoft-azure.md + - Microsoft Azure: xdr/features/automate/library/microsoft-azure.md - Microsoft Entra ID: xdr/features/automate/library/microsoft-entra-id.md - Microsoft Office365: xdr/features/automate/library/microsoft-office365.md - Microsoft Windows Server: xdr/features/automate/library/microsoft-windows-server.md @@ -509,6 +510,7 @@ nav: - Mattermost: tip/features/automate/library/mattermost.md - Microsoft Active Directory: tip/features/automate/library/microsoft-active-directory.md - Microsoft Azure: tip/features/automate/library/microsoft-azure.md + - Microsoft Azure: tip/features/automate/library/microsoft-azure.md - Microsoft Entra ID (Azure AD): tip/features/automate/library/entra-id.md - Microsoft Office365: tip/features/automate/library/microsoft-office365.md - Microsoft Windows Server: tip/features/automate/library/microsoft-windows-server.md