Skip to content

Commit

Permalink
Refresh automation library documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
squioc authored and github-actions[bot] committed Jul 29, 2024
1 parent 2835640 commit 14c20bd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
23 changes: 20 additions & 3 deletions _shared_content/automate/library/microsoft-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This module accepts no configuration.

## Triggers

### [BETA] Collect Azure Blob Storage events
### Collect Azure Blob Storage events

Trigger playbook to get Azure Blob Storage events information

Expand Down Expand Up @@ -45,7 +45,24 @@ 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
### [BETA] Collect Azure Key Vault events

Trigger playbook to get Azure Key Vault events information

**Arguments**

| Name | Type | Description |
| --------- | ------- | --------------------------- |
| `container_name` | `string` | Container name to interact with Azure Blob Storage |
| `account_name` | `string` | Account name of the Azure Blob Storage |
| `account_key` | `string` | Account key of the Azure Blob Storage |
| `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 |


### Fetch new Azure Network Watcher events from Blob Storage

Trigger playbook to get Azure Network Watcher events information

Expand All @@ -64,4 +81,4 @@ Trigger playbook to get Azure Network Watcher events information

## Extra

Module **`Microsoft Azure` v2.4.8**
Module **`Microsoft Azure` v2.5.2**
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,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/microsoft-entra-id.md
- Microsoft Office365: tip/features/automate/library/microsoft-office365.md
- Microsoft Windows Server: tip/features/automate/library/microsoft-windows-server.md
Expand Down

0 comments on commit 14c20bd

Please sign in to comment.