Skip to content

Commit 6985eae

Browse files
authored
Merge pull request #96154 from KingdomOfEnds/adt-refresh
tutorial facilities events refresh
2 parents d0e0e4e + 3303cff commit 6985eae

10 files changed

+5
-5
lines changed
79.8 KB
Loading
91.7 KB
Loading
16.4 KB
Loading
74.7 KB
Loading
62.3 KB
Loading
98.8 KB
Loading
89.5 KB
Loading
79.7 KB
Loading
57.7 KB
Loading

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This tutorial assumes that you have [configured](tutorial-facilities-setup.md) a
3434
- An instance of Digital Twins running.
3535
- The [Digital Twins C# samples](https://github.com/Azure-Samples/digital-twins-samples-csharp) downloaded and extracted on your work machine.
3636
- [.NET Core SDK version 2.1.403 or later](https://www.microsoft.com/net/download) on your development machine to run the sample. Run `dotnet --version` to verify that the right version is installed.
37-
- An Office 365 account to send notification e-mails.
37+
- An [Office 365](https://products.office.com/home) account to send notification e-mails.
3838

3939
> [!TIP]
4040
> Use a unique Digital Twins instance name if you're provisioning a new instance.
@@ -59,7 +59,7 @@ An [event grid topic](../event-grid/concepts.md#topics) provides an interface to
5959

6060
1. Browse to the event grid topic from your resource group, select **Overview**, and copy the value for **Topic Endpoint** to a temporary file. You'll need this URL in the next section.
6161

62-
1. Select **Access keys**, and copy **YOUR_KEY_1** and **YOUR_KEY_2** to a temporary file. You'll need these values to create the endpoint in the next section.
62+
1. Select **Access keys**, and copy **Key 1** and **Key 2** to a temporary file. You'll need these values to create the endpoint in the next section.
6363

6464
[![Event Grid keys](./media/tutorial-facilities-events/event-grid-keys.png)](./media/tutorial-facilities-events/event-grid-keys.png#lightbox)
6565

@@ -81,9 +81,9 @@ An [event grid topic](../event-grid/concepts.md#topics) provides an interface to
8181
path: <Event Grid Topic Name without https:// and /api/events, e.g. eventgridname.region.eventgrid.azure.net>
8282
```
8383
84-
1. Replace the placeholder `<Primary connection string for your Event Grid>` with the value of **YOUR_KEY_1**.
84+
1. Replace the placeholder `<Primary connection string for your Event Grid>` with the value of **Key 1**.
8585

86-
1. Replace the placeholder `<Secondary connection string for your Event Grid>` with the value of **YOUR_KEY_2**.
86+
1. Replace the placeholder `<Secondary connection string for your Event Grid>` with the value of **Key 2**.
8787

8888
1. Replace the placeholder for **path** with the path of the event grid topic. Get this path by removing **https://** and the trailing resource paths from the **Topic Endpoint** URL. It should look similar to this format: *yourEventGridName.yourLocation.eventgrid.azure.net*.
8989

@@ -174,7 +174,7 @@ You can use the [Azure Logic Apps](../logic-apps/logic-apps-overview.md) service
174174

175175
a. Select **Add an action**, and select **Office 365 Outlook**.
176176

177-
b. From the **Actions** list, select **Send an email**. Select **Sign in** and use your email account credentials. Select **Allow access** if prompted.
177+
b. From the **Actions** list, select **Send an email (V2)**. Select **Sign in** and use your email account credentials. Select **Allow access** if prompted.
178178

179179
c. In the **To** box, enter your email ID to receive notifications. In **Subject**, enter the text **Digital Twins notification for poor air quality in space**. Then select **TopologyObjectId** from the **Dynamic content** list for **Parse JSON**.
180180

0 commit comments

Comments
 (0)