diff --git a/iotcertification/templates/template-linux-python.md b/iotcertification/templates/ubuntu-iot-ONS-python.md
similarity index 91%
rename from iotcertification/templates/template-linux-python.md
rename to iotcertification/templates/ubuntu-iot-ONS-python.md
index 0cc61be40..9a472aed7 100644
--- a/iotcertification/templates/template-linux-python.md
+++ b/iotcertification/templates/ubuntu-iot-ONS-python.md
@@ -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}
===
---
@@ -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
@@ -46,7 +46,7 @@ You should have the following items ready before beginning the process:
# 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. }}
# Step 3: Build and Run the sample