Skip to content

Commit f2108b4

Browse files
committed
Updated the Schedule & broadcast jobs articles
1 parent cdf4285 commit f2108b4

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

articles/iot-hub/iot-hub-csharp-csharp-schedule-jobs.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,17 @@ In this section, you create a .NET console app that responds to a direct method
6363

6464
1. In Visual Studio, select **Create a new project**, and then choose the **Console App (.NET Framework)** project template. Select **Next** to continue.
6565

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**.
6767

68-
![Configure your SimulateDeviceMethods project](./media/iot-hub-csharp-csharp-schedule-jobs/configure-device-app.png)
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":::
6969

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**.
7173

7274
1. In **NuGet Package Manager**, select **Browse** and search for and choose **Microsoft.Azure.Devices.Client**. Select **Install**.
7375

74-
![NuGet Package Manager window Client app](./media/iot-hub-csharp-csharp-schedule-jobs/device-app-nuget.png)
76+
:::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":::
7577

7678
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.
7779

@@ -162,9 +164,13 @@ In this section, you create a .NET console app (using C#) that uses jobs to call
162164

163165
1. In Visual Studio, select **File** > **New** > **Project**. In **Create a new project**, choose **Console App (.NET Framework)**, and then select **Next**.
164166

165-
1. In **Configure your new project**, name the project *ScheduleJob*. For **Solution**, choose **Add to solution**, and then select **Create**.
167+
1. In **Configure your new project**, name the project *ScheduleJob* then select **Create**.
168+
169+
![Name and configure you ScheduleJob project]()
170+
171+
:::image type="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":::
166172

167-
![Name and configure you ScheduleJob project](./media/iot-hub-csharp-csharp-schedule-jobs/config-schedule-job-app.png)
173+
1. Accept the default version of the .NET Framework then select **Create** to create the project.
168174

169175
1. In Solution Explorer, right-click the **ScheduleJob** project, and then select **Manage NuGet Packages**.
170176

-189 Bytes
Loading
551 Bytes
Loading
-13.6 KB
Loading

0 commit comments

Comments
 (0)