Skip to content

Commit 3655dff

Browse files
committed
Fix Acrolinx issues
1 parent 64aca8a commit 3655dff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-grid/monitor-virtual-machine-changes-event-grid-logic-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Scroll past the video and triggers.
9696
The Logic Apps Designer now shows you [*triggers*](../logic-apps/logic-apps-overview.md#logic-app-concepts) that you can use to
9797
start your logic app. Every logic app must start with a trigger,
9898
which fires when a specific event happens or when a specific condition is met.
99-
Each time the trigger fires, Azure Logic Apps create a workflow instance
99+
Each time the trigger fires, Azure Logic Apps creates a workflow instance
100100
that runs your logic app.
101101

102102
## Add Event Grid trigger
@@ -132,7 +132,7 @@ as specified in the following table:
132132
| -------- | -------- | ----- | ----------- |
133133
| **Subscription** | Yes | <*event-publisher-Azure-subscription-name*> | Select the name for the Azure subscription associated with the event publisher. For this tutorial, select the Azure subscription name for your virtual machine. |
134134
| **Resource Type** | Yes | <*event-publisher-Azure-resource-type*> | Select the resource type for the event publisher. For this tutorial, select this value so that your logic app monitors only resource groups: <p><p>**Microsoft.Resources.resourceGroups** |
135-
| **Resource Name** | Yes | <*event-publisher-Azure-resource-name*> | Select the name for the Azure resource associated with the event publisher. For this tutorial, select the name for the Azure resource group associated with for your virtual machine. |
135+
| **Resource Name** | Yes | <*event-publisher-Azure-resource-name*> | Select the name for the Azure resource associated with the event publisher. For example, this resource might be an Event Grid topic. For this tutorial, select the name for the Azure resource group associated with for your virtual machine. |
136136
| **Event Type Item** | No | <*event-types*> | Select one or more specific event types that you want to monitor. For this tutorial, leave this property empty. |
137137
| **Subscription Name** | No | <*event-subscription-name*> | Provide a unique name for your event subscription. |
138138
| For optional settings, choose **Add new parameter**. | No | {see descriptions} | * **Prefix Filter**: For this tutorial, leave this property empty. The default behavior matches all values. However, you can specify a prefix string as a filter, for example, a path and a parameter for a specific resource. <p>* **Suffix Filter**: For this tutorial, leave this property empty. The default behavior matches all values. However, you can specify a suffix string as a filter, for example, a file name extension, when you want only specific file types. |

0 commit comments

Comments
 (0)