You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/digital-twins/tutorial-facilities-events.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This tutorial assumes that you have [configured](tutorial-facilities-setup.md) a
34
34
- An instance of Digital Twins running.
35
35
- The [Digital Twins C# samples](https://github.com/Azure-Samples/digital-twins-samples-csharp) downloaded and extracted on your work machine.
36
36
-[.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.
38
38
39
39
> [!TIP]
40
40
> 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
59
59
60
60
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.
61
61
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.
@@ -81,9 +81,9 @@ An [event grid topic](../event-grid/concepts.md#topics) provides an interface to
81
81
path: <Event Grid Topic Name without https:// and /api/events, e.g. eventgridname.region.eventgrid.azure.net>
82
82
```
83
83
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**.
85
85
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**.
87
87
88
88
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*.
89
89
@@ -174,7 +174,7 @@ You can use the [Azure Logic Apps](../logic-apps/logic-apps-overview.md) service
174
174
175
175
a. Select **Add an action**, and select **Office 365 Outlook**.
176
176
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.
178
178
179
179
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**.
0 commit comments