Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update and rename template-linux-python.md to ubuntu-iot-ONS-python.md #554

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
platform: {enter the OS name running on device}
device: {enter your device name here}
platform: {ubuntu}
device: {ONS}
language: python
---

Run a simple PYTHON sample on {enter your device name here} device running {enter the OS name running on device}
Run a simple PYTHON sample on {ONS} device running {ubuntu}
===
---

Expand All @@ -28,7 +28,7 @@ Run a simple PYTHON sample on {enter your device name here} device running {ente

**About this document**

This document describes how to connect {enter your device name here} device running {enter the OS name running on device} with Azure IoT SDK. This multi-step process includes:
This document describes how to connect {ONS} device running {ubuntu} with Azure IoT SDK. This multi-step process includes:
- Configuring Azure IoT Hub
- Registering your IoT device
- Build and deploy Azure IoT SDK on device
Expand All @@ -46,7 +46,7 @@ You should have the following items ready before beginning the process:

<a name="PrepareDevice"></a>
# Step 2: Prepare your Device
- {{Write down the instructions required to setup, configure and connect your device. Please use external links when possible pointing to your own page with device preparation steps.}}
- {{Make sure the Internet is on the machine, make sure the OPCUA function is turned on, and then execute the azure-iot connection. }}

<a name="Build"></a>
# Step 3: Build and Run the sample
Expand Down