Skip to content

Commit 13eec2d

Browse files
authored
Merge pull request #1 from baanders/baa-maps-edits
Digital Twins edits
2 parents 97a680e + c7fae9c commit 13eec2d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/digital-twins/how-to-integrate-maps.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,16 @@ This guide will cover:
2323

2424
1. Configuring your Azure Digital Twins instance to send twin update events to a function in [Azure Functions](../azure-functions/functions-overview.md).
2525
2. Creating a function to update an Azure Maps indoor maps feature stateset.
26-
3. How to store your maps ID and feature stateset ID in the Azure Digital Twins graph.
26+
3. Storing your maps ID and feature stateset ID in the Azure Digital Twins graph.
2727

2828
### Prerequisites
2929

30-
* Follow the Azure Digital Twins in [Connect an end-to-end solution](./tutorial-end-to-end.md).
31-
* You'll be extending this twin with another endpoint and route. You'll also be adding another function to your function app from that tutorial.
32-
* Follow the Azure Maps tutorials (beginning with [Use Creator to create indoor maps](../azure-maps/tutorial-creator-indoor-maps.md)) to create an Azure Maps indoor map with a *feature stateset*.
33-
* [Feature statesets](../azure-maps/creator-indoor-maps.md#feature-statesets) are collections of dynamic properties (states) assigned to dataset features such as rooms or equipment. In the Azure Maps tutorial above, the feature stateset stores room status that you'll be displaying on a map.
30+
Before proceeding with this article, start by setting up your individual Azure Digital Twins and Azure Maps resources.
31+
32+
* For Azure Digital Twins: Follow the instructions in [Connect an end-to-end solution](./tutorial-end-to-end.md) to set up an Azure Digital Twins instance with a sample twin graph and simulated data flow.
33+
* In this article, you'll extend that solution with another endpoint and route. You'll also add another function to the function app from that tutorial.
34+
* For Azure Maps: Follow the instructions in [Use Creator to create indoor maps](../azure-maps/tutorial-creator-indoor-maps.md) and [Create a feature stateset](../azure-maps/tutorial-creator-feature-stateset.md) to create an Azure Maps indoor map with a *feature stateset*.
35+
* [Feature statesets](../azure-maps/creator-indoor-maps.md#feature-statesets) are collections of dynamic properties (states) assigned to dataset features such as rooms or equipment. In the Azure Maps instructions above, the feature stateset stores room status that you'll be displaying on a map.
3436
* You'll need your Azure Maps **subscription key**, feature **stateset ID**, and **mapConfiguration**.
3537

3638
### Topology

0 commit comments

Comments
 (0)