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 Oct 24, 2023
1 parent e58769e commit 79a349d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
18 changes: 17 additions & 1 deletion _shared_content/automate/library/microsoft-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,22 @@ This module accepts no configuration.

## Triggers

### Collect Azure Blob Storage events

Trigger p laybook to get Azure Blob Storage 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 |


### Consume Eventhub messages

Consume messages from Microsoft Azure Eventhub
Expand All @@ -30,4 +46,4 @@ Consume messages from Microsoft Azure Eventhub

## Extra

Module **`Microsoft Azure` v1.11**
Module **`Microsoft Azure` v2.0.1**
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ nav:
- Mandrill: xdr/features/automate/library/mandrill.md
- Mattermost: xdr/features/automate/library/mattermost.md
- Microsoft Azure: xdr/features/automate/library/microsoft-azure.md
- Microsoft Azure: xdr/features/automate/library/microsoft-azure.md
- Microsoft Office365: xdr/features/automate/library/microsoft-office365.md
- Netskope: xdr/features/automate/library/netskope.md
- OKTA: xdr/features/automate/library/okta.md
Expand Down Expand Up @@ -308,7 +309,6 @@ nav:
- WithSecure: xdr/features/automate/library/withsecure.md
- fileutils: xdr/features/automate/library/fileutils.md
- Debug playbooks: xdr/features/automate/debug-playbooks.md

- External integrations:
- FortiSOAR: xdr/features/integrations/fortisoar.md
- Palo Alto Cortex XSOAR: xdr/features/integrations/interconnect_sekoia_with_xsoar.md
Expand Down Expand Up @@ -452,6 +452,7 @@ nav:
- MWDB: tip/features/automate/library/mwdb.md
- Mandrill: tip/features/automate/library/mandrill.md
- Mattermost: tip/features/automate/library/mattermost.md
- Microsoft Azure: tip/features/automate/library/microsoft-azure.md
- OSINT: tip/features/automate/library/osint.md
- Onyphe: tip/features/automate/library/onyphe.md
- PagerDuty: tip/features/automate/library/pagerduty.md
Expand Down

0 comments on commit 79a349d

Please sign in to comment.