Skip to content

Commit aac9504

Browse files
committed
Adjusted some screenshots
1 parent 286f47f commit aac9504

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/iot-hub/iot-hub-rm-rest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ The following commands are from the [IoT Hub Resource](/rest/api/iothub/iot-hub-
6666

6767
1. From the **Body** tab, select the **raw** and **JSON** from the dropdown lists.
6868

69-
1. Paste this JSON into the box in **Postman** as shown. Make sure your IoT hub name matches the one in your PUT URL. Change the location to your location (the location assigned to your resource group).
69+
:::image type="content" source="media/iot-hub-rm-rest/add-body-for-put.png" alt-text="Screenshot that shows how to add JSON to the body of your request in Postman.":::
70+
71+
1. Copy / paste this JSON into the box in **Postman** as shown. Make sure your IoT hub name matches the one in your PUT URL. Change the location to your location (the location assigned to your resource group).
7072

7173
```json
7274
{
@@ -82,8 +84,6 @@ The following commands are from the [IoT Hub Resource](/rest/api/iothub/iot-hub-
8284
}
8385
```
8486

85-
:::image type="content" source="media/iot-hub-rm-rest/add-body-for-put.png" alt-text="Screenshot that shows how to add JSON to the body of your request in Postman.":::
86-
8787
See the [PUT command in the IoT Hub Resource](/rest/api/iothub/iot-hub-resource/create-or-update?tabs=HTTP).
8888

8989
1. Select **Send** to send your request and create a new IoT hub. A successful request will return a **201 Created** response with a JSON printout of your IoT hub specifications. You can save your request if you're using **Postman**.
1.18 KB
Loading
7.58 KB
Loading

0 commit comments

Comments
 (0)