Skip to content

Commit 6612339

Browse files
Update azure-config-guide-for-cloud-siem.md (#33085)
* Update azure-config-guide-for-cloud-siem.md * Update content/en/security/cloud_siem/guide/azure-config-guide-for-cloud-siem.md Co-authored-by: Michael Cretzman <[email protected]> --------- Co-authored-by: Michael Cretzman <[email protected]>
1 parent c8f52d3 commit 6612339

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/en/security/cloud_siem/guide/azure-config-guide-for-cloud-siem.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ Create a new Function App. If you are using an existing function app, skip to Ad
117117

118118
### Add the Datadog Azure function
119119

120+
<br />**Note**: The steps described below are based on the Azure Functions Programming Model v3. Datadog's latest [Azure function code][8] has been updated to support the Azure Functions Programming Model v4. If you need guidance on deploying the v4-compatible version or have questions regarding the differences between v3 and v4, contact Datadog Technical Support for assistance.
121+
120122
1. In the new function, select **Code + Test** in the left side menu.
121123
1. Copy and paste the [Datadog-Azure function code][4] to your `index.js` file.
122124
1. Replace `<DATADOG_API_KEY>` with your Datadog API on line 22 of the function code.
@@ -165,10 +167,11 @@ Go to [Log Explorer][7] and enter `service:azure` in the search query to view yo
165167
[1]: https://portal.azure.com/#view/HubsExtension/BrowseResourceGroups
166168
[2]: https://portal.azure.com/#view/HubsExtension/BrowseResource/resourceType/Microsoft.EventHub%2Fnamespaces
167169
[3]: https://portal.azure.com/#view/HubsExtension/BrowseResource/resourceType/Microsoft.Web%2Fsites/kind/functionapp
168-
[4]: https://github.com/DataDog/datadog-serverless-functions/blob/master/azure/activity_logs_monitoring/index.js
170+
[4]: https://github.com/DataDog/datadog-serverless-functions/blob/aws-dd-forwarder-4.5.0/azure/activity_logs_monitoring/index.js
169171
[5]: https://docs.datadoghq.com/getting_started/site/
170172
[6]: https://portal.azure.com/#view/Microsoft_Azure_Monitoring/AzureMonitoringBrowseBlade/~/activityLog
171173
[7]: https://app.datadoghq.com/logs
174+
[8]: https://github.com/DataDog/datadog-serverless-functions/blob/master/azure/activity_logs_monitoring/index.js
172175
173176
{{% /tab %}}
174177
{{< /tabs >}}

0 commit comments

Comments
 (0)