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/iot-hub/iot-hub-csharp-csharp-schedule-jobs.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,15 +63,17 @@ In this section, you create a .NET console app that responds to a direct method
63
63
64
64
1. In Visual Studio, select **Create a new project**, and then choose the **Console App (.NET Framework)** project template. Select **Next** to continue.
65
65
66
-
1. In **Configure your new project**, name the project *SimulateDeviceMethods*, and then select **Create**.
66
+
1. In **Configure your new project**, name the project *SimulateDeviceMethods*then select **Next**.
67
67
68
-

68
+
:::image type="content" source="./media/iot-hub-csharp-csharp-schedule-jobs/configure-device-app.png" alt-text="Screenshot of the 'Configure your new project' popup in Visual Studio." lightbox="./media/iot-hub-csharp-csharp-schedule-jobs/configure-device-app.png":::
69
69
70
-
1. In Solution Explorer, right-click the **SimulateDeviceMethods** project, and then select **Manage NuGet Packages**.
70
+
1. Accept the default version of the .NET Framework then select **Create** to create the project.
71
+
72
+
1. In Solution Explorer, right-click the **SimulateDeviceMethods** project then select **Manage NuGet Packages**.
71
73
72
74
1. In **NuGet Package Manager**, select **Browse** and search for and choose **Microsoft.Azure.Devices.Client**. Select **Install**.
:::image type="content" source="./media/iot-hub-csharp-csharp-schedule-jobs/device-app-nuget.png" alt-text="Screenshot of the Nuget Package Manager in Visual Studio." lightbox="./media/iot-hub-csharp-csharp-schedule-jobs/device-app-nuget.png":::
75
77
76
78
This step downloads, installs, and adds a reference to the [Azure IoT device SDK](https://www.nuget.org/packages/Microsoft.Azure.Devices.Client/) NuGet package and its dependencies.
77
79
@@ -162,9 +164,13 @@ In this section, you create a .NET console app (using C#) that uses jobs to call
:::imagetype="content"source="./media/iot-hub-csharp-csharp-schedule-jobs/config-schedule-job-app.png"alt-text="Screenshot of the 'Configure your new project' popup in Visual Studio, where you add a name."lightbox="./media/iot-hub-csharp-csharp-schedule-jobs/config-schedule-job-app.png":::
0 commit comments