Skip to content

Commit 8921727

Browse files
authored
fixing blocking issues
1 parent 78b39a4 commit 8921727

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/defender-for-iot/organizations/integrations/send-cloud-data-to-partners.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,38 +49,38 @@ You'll need Azure Active Directory (Azure AD) defined as a service principal for
4949
- **Directory (tenant) ID**
5050

5151

52-
1. From the **Certificates & secrets** page, note the values of your client secret **Value** and *Secret ID**.
52+
1. From the **Certificates & secrets** page, note the values of your client secret **Value** and **Secret ID**.
5353

54-
## Create an Azure Event Hub
54+
## Create an Azure event hub
5555

56-
Create an Azure Event Hub to use as a bridge between Microsoft Sentinel and your partner SIEM. Start this step by creating an Azure Event Hub namespace, and then adding an Azure Event Hub.
56+
Create an Azure event hub to use as a bridge between Microsoft Sentinel and your partner SIEM. Start this step by creating an Azure event hub namespace, and then adding an Azure event hub.
5757

58-
**To create your Event Hub namespace and Event Hub**:
58+
**To create your event hub namespace and event hub**:
5959

60-
1. In Azure Event Hubs, create a new Event Hubs namespace. In your new namespace, create a new Azure event hub.
60+
1. In Azure Event Hubs, create a new event hub namespace. In your new namespace, create a new Azure event hub.
6161

6262
In your event hub, make sure to define the **Partition Count** and **Message Retention** settings.
6363

6464
For more information, see [Create an event hub using the Azure portal](/azure/event-hubs/event-hubs-create).
6565

66-
1. In your Event Hubs namespace, select the **Access control (IAM)** page and add a new role assignment.
66+
1. In your event hub namespace, select the **Access control (IAM)** page and add a new role assignment.
6767

6868
Select to use the **Azure Event Hubs Data Receiver** role, and add the Azure AD service principle app that you'd created [earlier](#register-an-application-in-azure-active-directory) as a member.
6969

7070
For more information, see: [Assign Azure roles using the Azure portal](/azure/role-based-access-control/role-assignments-portal).
7171

72-
1. In your Event Hubs namespace's **Overview** page, make a note of the namespace's **Host name** value.
72+
1. In your event hub namespace's **Overview** page, make a note of the namespace's **Host name** value.
7373

74-
1. In your Event Hubs namespace's **Event Hubs** page, make a note of your event hub's name.
74+
1. In your event hub namespace's **Event Hubs** page, make a note of your event hub's name.
7575

76-
## Forward Microsoft Sentinel incidents to your Event Hub
76+
## Forward Microsoft Sentinel incidents to your event hub
7777

78-
To forward Microsoft Sentinel incidents or alerts to Azure Event Hub, create a data export from Azure Log Analytics.
78+
To forward Microsoft Sentinel incidents or alerts to your event hub, create a data export rule from Azure Log Analytics.
7979

8080
In your rule, make sure to define the following settings:
8181

8282
- Configure the **Source** as **SecurityIncident**
83-
- Configure the **Destination** as **Event Type**, using the Event Hub namespace and Event Hub name you'd recorded earlier.
83+
- Configure the **Destination** as **Event Type**, using the event hub namespace and event hub name you'd recorded earlier.
8484

8585
For more information, see [Log Analytics workspace data export in Azure Monitor](/azure/azure-monitor/logs/logs-data-export?tabs=portal#create-or-update-a-data-export-rule).
8686

0 commit comments

Comments
 (0)