Skip to content

Commit 0eb25ec

Browse files
committed
removed border from some of the images as needed.
1 parent a06d2ce commit 0eb25ec

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/azure-maps/tutorial-geofence.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Create the geofence JSON file using the following geofence data. You'll upload t
131131
}
132132
```
133133

134-
Follow the steps outlined in the [How to create data registry] article to upload the geofence JSON file into your Azure storage account then register it in your Azure Maps account.
134+
Follow the steps outlined in the [How to create data registry] article to upload the geofence JSON file into your Azure storage account and register it in your Azure Maps account.
135135

136136
> [!IMPORTANT]
137137
> Make sure to make a note of the unique identifier (`udid`) value, you will need it. The `udid` is how you reference the geofence you uploaded into your Azure storage account from your source code and HTTP requests.
@@ -158,29 +158,29 @@ To create the logic apps:
158158

159159
For the purposes of this tutorial, keep all other values on their default settings.
160160

161-
:::image type="content" border=false source="./media/tutorial-geofence/logic-app-create.png" alt-text="Screenshot of create a logic app.":::
161+
:::image type="content" border="false" source="./media/tutorial-geofence/logic-app-create.png" alt-text="Screenshot of create a logic app.":::
162162

163-
6. Select **Review + Create**. Review your settings and select **Create**.
163+
6. When you're done, select **Review + Create**. After Azure validates the information about your logic app resource, select **Create**.
164164

165165
7. When the deployment completes successfully, select **Go to resource**.
166166

167-
8. In the **Logic App Designer**, scroll down to the **Start with a common trigger** section. Select **When an HTTP request is received**.
167+
8. Select **Logic app designer** in the **Development Tools** section in the menu of the left, scroll down to the **Start with a common trigger** section. Select **When an HTTP request is received**.
168168

169-
:::image type="content" source="./media/tutorial-geofence/logic-app-trigger.png" alt-text="Screenshot of create a logic app HTTP trigger.":::
169+
:::image type="content" border="false" source="./media/tutorial-geofence/logic-app-trigger.png" alt-text="Screenshot of create a logic app HTTP trigger.":::
170170

171171
9. In the upper-right corner of Logic App Designer, select **Save**. The **HTTP POST URL** is automatically generated. Save the URL. You need it in the next section to create an event endpoint.
172172

173-
:::image type="content" source="./media/tutorial-geofence/logic-app-httprequest.png" alt-text="Screenshot of Logic App HTTP Request URL and JSON.":::
173+
:::image type="content" border="false" source="./media/tutorial-geofence/logic-app-httprequest.png" alt-text="Screenshot of Logic App HTTP Request URL and JSON.":::
174174

175175
10. Select **+ New Step**.
176176

177177
11. In the search box, type `outlook.com email`. In the **Actions** list, scroll down and select **Send an email (V2)**.
178178

179-
:::image type="content" source="./media/tutorial-geofence/logic-app-designer.png" alt-text="Screenshot of create a logic app designer.":::
179+
:::image type="content" border="false" source="./media/tutorial-geofence/logic-app-designer.png" alt-text="Screenshot of create a logic app designer.":::
180180

181181
12. Sign in to your Outlook account. Make sure to select **Yes** to allow the logic app to access the account. Fill in the fields for sending an email.
182182

183-
:::image type="content" source="./media/tutorial-geofence/logic-app-email.png" alt-text="Screenshot of create a logic app send email step.":::
183+
:::image type="content" border="false" source="./media/tutorial-geofence/logic-app-email.png" alt-text="Screenshot of create a logic app send email step.":::
184184

185185
>[!TIP]
186186
> You can retrieve GeoJSON response data, such as `geometryId` or `deviceId`, in your email notifications. You can configure Logic Apps to read the data sent by Event Grid. For information on how to configure Logic Apps to consume and pass event data into email notifications, see [Tutorial: Send email notifications about Azure IoT Hub events using Event Grid and Logic Apps].
@@ -218,7 +218,7 @@ Create geofence exit and enter event subscriptions:
218218
* For **Endpoint Type**, choose `Web Hook`.
219219
* For **Endpoint**, copy the HTTP POST URL for the logic app enter endpoint that you created in the previous section. If you forgot to save it, you can just go back into Logic App Designer and copy it from the HTTP trigger step.
220220

221-
:::image type="content" source="./media/tutorial-geofence/events-subscription.png" alt-text="Screenshot of Azure Maps events subscription details.":::
221+
:::image type="content" border="false" source="./media/tutorial-geofence/events-subscription.png" alt-text="Screenshot of Azure Maps events subscription details.":::
222222

223223
6. Select **Create**.
224224

@@ -478,7 +478,7 @@ In the preceding GeoJSON response, the equipment has remained in the main site g
478478

479479
In the preceding GeoJSON response, the equipment has exited the main site geofence. As a result, the `isEventPublished` parameter is set to `true`, and the Operations Manager receives an email notification indicating that the equipment has exited a geofence.
480480

481-
You can also [Send email notifications using Event Grid and Logic Apps] and check [Supported Events Handlers in Event Grid] using Azure Maps.
481+
You can also [Send email notifications using Event Grid and Logic Apps]. For more information,see [Event handlers in Azure Event Grid].
482482

483483
## Clean up resources
484484

@@ -506,7 +506,7 @@ There are no resources that require cleanup.
506506
[Send email notifications using Event Grid and Logic Apps]: ../event-grid/publish-iot-hub-events-to-logic-apps.md
507507
[Spatial Geofence Get API]: /rest/api/maps/spatial/getgeofence
508508
[subscription key]: quick-demo-map-app.md#get-the-subscription-key-for-your-account
509-
[Supported Events Handlers in Event Grid]: ../event-grid/event-handlers.md
509+
[Event handlers in Azure Event Grid]: ../event-grid/event-handlers.md
510510
[three event types]: ../event-grid/event-schema-azure-maps.md
511511
[Tutorial: Send email notifications about Azure IoT Hub events using Event Grid and Logic Apps]: ../event-grid/publish-iot-hub-events-to-logic-apps.md
512512
[Upload Geofencing GeoJSON data section]: #upload-geofencing-geojson-data

0 commit comments

Comments
 (0)