Skip to content

Commit aa75c59

Browse files
authored
Merge pull request #95872 from chamukallem-msft/master
Task 139669
2 parents 0093ccf + 00ffb82 commit aa75c59

File tree

46 files changed

+143
-143
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+143
-143
lines changed

articles/azure-maps/tutorial-create-store-locator.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Create a store locator using Azure Maps | Microsoft Docs
3-
description: Create a store locator by using Azure Maps.
2+
title: 'Tutorial: Create a store locator using Azure Maps'
3+
description: 'Tutorial: Create a store locator by using Azure Maps.'
44
author: walsehgal
55
ms.author: v-musehg
6-
ms.date: 11/15/2018
6+
ms.date: 11/12/2019
77
ms.topic: tutorial
88
ms.service: azure-maps
99
services: azure-maps
1010
manager: timlt
1111
ms.custom: mvc
1212
---
1313

14-
# Create a store locator by using Azure Maps
14+
# Tutorial: Create a store locator by using Azure Maps
1515

1616
This tutorial guides you through the process of creating a simple store locator by using Azure Maps. Store locators are common. Many of the concepts that are used in this type of application are applicable to many other types of applications. Offering a store locator to customers is a must for most businesses that sell directly to consumers. In this tutorial, you learn how to:
1717

@@ -974,4 +974,4 @@ To see more code examples and an interactive coding experience:
974974
> [How to use the map control](how-to-use-map-control.md)
975975
976976
> [!div class="nextstepaction"]
977-
> [Use data-driven style expressions](data-driven-style-expressions-web-sdk.md)
977+
> [Use data-driven style expressions](data-driven-style-expressions-web-sdk.md)

articles/azure-maps/tutorial-ev-routing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Route electric vehicles by using Azure Notebooks (Python) | Microsoft Docs
3-
description: Route electric vehicles by using Azure Maps routing APIs and Azure Notebooks.
2+
title: 'Tutorial: Route electric vehicles by using Azure Notebooks (Python)'
3+
description: 'Tutorial: Route electric vehicles by using Azure Maps routing APIs and Azure Notebooks.'
44
author: walsehgal
55
ms.author: v-musehg
6-
ms.date: 10/01/2019
6+
ms.date: 11/12/2019
77
ms.topic: tutorial
88
ms.service: azure-maps
99
services: azure-maps
1010
manager: philmea
1111
ms.custom: mvc
1212
---
1313

14-
# Route electric vehicles by using Azure Notebooks (Python)
14+
# Tutorial: Route electric vehicles by using Azure Notebooks (Python)
1515

1616
Azure Maps is a portfolio of geospatial service APIs that are natively integrated into Azure. With these APIs, developers, enterprises, and ISVs can create location-aware apps and IoT, mobility, logistics, and asset tracking solutions.
1717

articles/azure-maps/tutorial-geofence.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Create a geofence using Azure Maps | Microsoft Docs
3-
description: Setup a geofence by using Azure Maps.
2+
title: 'Tutorial: Create a geofence using Azure Maps'
3+
description: 'Tutorial: Setup a geofence by using Azure Maps.'
44
author: walsehgal
55
ms.author: v-musehg
6-
ms.date: 02/14/2019
6+
ms.date: 11/12/2019
77
ms.topic: tutorial
88
ms.service: azure-maps
99
services: azure-maps
1010
manager: timlt
1111
ms.custom: mvc
1212
---
1313

14-
# Set up a geofence by using Azure Maps
14+
# Tutorial: Set up a geofence by using Azure Maps
1515

1616
This tutorial walks you through the basics steps to set up geofence by using Azure Maps. The scenario we address in this tutorial is help construction site managers monitor potential hazardous equipment moving beyond the designated construction areas. A construction site involves expensive equipment and regulations. It typically requires that the equipment stays inside the construction site and does not leave without permission.
1717

articles/azure-maps/tutorial-iot-hub-maps.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Implement IoT spatial analytics using Azure Maps | Microsoft Docs
3-
description: Integrate IoT Hub with Azure Maps service APIs.
2+
title: 'Tutorial: Implement IoT spatial analytics using Azure Maps'
3+
description: 'Tutorial: Integrate IoT Hub with Azure Maps service APIs.'
44
author: walsehgal
55
ms.author: v-musehg
6-
ms.date: 08/13/2019
6+
ms.date: 11/12/2019
77
ms.topic: tutorial
88
ms.service: azure-maps
99
services: azure-maps
@@ -13,7 +13,7 @@ ms.custom: mvc
1313
#Customer intent: As a customer, I want to build an IoT system so that I can use Azure Maps APIs for spatial analytics on the device data.
1414
---
1515

16-
# Implement IoT spatial analytics using Azure Maps
16+
# Tutorial: Implement IoT spatial analytics using Azure Maps
1717

1818
Tracking and capturing relevant events that occur in space and time is a common IoT scenario. For example, in fleet management, asset tracking, mobility, and smart city applications. This tutorial guides you through a solution pattern for using Azure Maps APIs against relevant events captured by IoT Hub, using the event subscription model provided by Event Grid.
1919

articles/azure-maps/tutorial-prioritized-routes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Multiple routes with Azure Maps | Microsoft Docs
3-
description: Find routes for different modes of travel using Azure Maps
2+
title: 'Tutorial: Multiple routes with Azure Maps'
3+
description: 'Tutorial: Find routes for different modes of travel using Azure Maps'
44
author: walsehgal
55
ms.author: v-musehg
6-
ms.date: 03/07/2019
6+
ms.date: 11/12/2019
77
ms.topic: tutorial
88
ms.service: azure-maps
99
services: azure-maps
1010
manager: timlt
1111
ms.custom: mvc
1212
---
1313

14-
# Find routes for different modes of travel using Azure Maps
14+
# Tutorial: Find routes for different modes of travel using Azure Maps
1515

1616
This tutorial shows how to use your Azure Maps account and the route service to find the route to your point of interest, prioritized by your mode of travel. You display two different routes on your map, one for cars and one for trucks that may have route restrictions because of height, weight, or hazardous cargo. In this tutorial, you learn how to:
1717

articles/azure-maps/tutorial-route-location.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Find route with Azure Maps | Microsoft Docs
3-
description: Route to a point of interest using Azure Maps
2+
title: 'Tutorial: Find route with Azure Maps'
3+
description: 'Tutorial: Route to a point of interest using Azure Maps'
44
author: walsehgal
55
ms.author: v-musehg
6-
ms.date: 03/07/2019
6+
ms.date: 11/12/2019
77
ms.topic: tutorial
88
ms.service: azure-maps
99
services: azure-maps
1010
manager: timlt
1111
ms.custom: mvc
1212
---
1313

14-
# Route to a point of interest using Azure Maps
14+
# Tutorial: Route to a point of interest using Azure Maps
1515

1616
This tutorial shows how to use your Azure Maps account and the Route Service SDK to find the route to your point of interest. In this tutorial, you learn how to:
1717

articles/azure-maps/tutorial-search-location.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Search with Azure Maps | Microsoft Docs
3-
description: Search nearby point of interest using Azure Maps
2+
title: 'Tutorial: Search with Azure Maps'
3+
description: 'Tutorial: Search nearby point of interest using Azure Maps'
44
author: walsehgal
55
ms.author: v-musehg
6-
ms.date: 03/07/2019
6+
ms.date: 11/12/2019
77
ms.topic: tutorial
88
ms.service: azure-maps
99
services: azure-maps
1010
manager: timlt
1111
ms.custom: mvc
1212
---
1313

14-
# Search nearby points of interest using Azure Maps
14+
# Tutorial: Search nearby points of interest using Azure Maps
1515

1616
This tutorial shows how to set up an account with Azure Maps, then use the Maps APIs to search for a point of interest. In this tutorial, you learn how to:
1717

articles/digital-twins/tutorial-facilities-analyze.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Tutorial: Analyze events - Azure Digital Twins | Microsoft Docs'
2+
title: 'Tutorial: Analyze events from Azure Digital Twins setup'
33
description: Learn how to visualize and analyze events from your Azure Digital Twins spaces, with Azure Time Series Insights, by using the steps in this tutorial.
44
services: digital-twins
55
ms.author: alinast
@@ -8,7 +8,7 @@ manager: bertvanhoof
88
ms.custom: seodec18
99
ms.service: digital-twins
1010
ms.topic: tutorial
11-
ms.date: 09/23/2019
11+
ms.date: 11/12/2019
1212
#Customer intent: As an Azure IoT developer, I want to walk through a sample application to learn how to analyze events from an Azure Digital Twins instance.
1313
---
1414

articles/digital-twins/tutorial-facilities-events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Tutorial: Capture events from a space - Azure Digital Twins | Microsoft Docs'
2+
title: 'Tutorial: Capture events from an Azure Digital Twins space'
33
description: Learn how to receive notifications from your spaces by integrating Azure Digital Twins with Logic Apps, using the steps in this tutorial.
44
services: digital-twins
55
ms.author: alinast
@@ -8,7 +8,7 @@ manager: bertvanhoof
88
ms.custom: seodec18
99
ms.service: digital-twins
1010
ms.topic: tutorial
11-
ms.date: 09/23/2019
11+
ms.date: 11/12/2019
1212
#Customer intent: As an Azure IoT developer, I want to walk through a sample application to learn how to capture events from a Azure Digital Twins space.
1313
---
1414

articles/digital-twins/tutorial-facilities-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Tutorial: Deploy a spatial graph - Azure Digital Twins | Microsoft Docs'
2+
title: 'Tutorial: Deploy Azure Digital Twins'
33
description: Learn how to deploy your instance of Azure Digital Twins and configure your spatial resources by using the steps in this tutorial.
44
services: digital-twins
55
ms.author: alinast

0 commit comments

Comments
 (0)