If you followed Part 1 without issue, move on to Part 2 below. If not, please go back and get Part 1 completely correct, otherwise it will have a ripple effect across the whole project.
Section 2: Now you can run your first application on your device in debug mode.
2.1. Put your device in debug mode:
azsphere device prep-debug
2.2. Open Visual Studio:
2.3. Create New Project:
2.4. You can just Run Project on your Device:
You should see the green LED blinking on the Azure Sphere.
2.5. Stop the application by pressing.
Now we move onto Part 3, where we will create a new project.