In today’s blog let’s see how to deploy security agents in Azure automatically using the Logic Apps
Pre-requisites
Logic App
Event Grid
Automation Account/Runbook
Flow Diagram

Flow
Event Grid can be used to deliver events to the subscriber. In this case , you can deliver events from subscription or resource group depending on your needs to the next level processing.

Now, we need to define the event type

With this you are done with the configuration of the event grid.
Next, you choose the operation. In our use case it would be data operation

With this you can narrow down to the required details from the event generated (using the parse JSON)

After filtering requiring data, we can define under what condition the next set of action can be triggered. The action can be any, to install an agent we can execute an automation runbook

By this way, you can automate agent installation in your environment.
Stay Secure !!






Leave a reply to Automation in AWS Cancel reply