Skip to content

Commit e7284af

Browse files
committed
Minor tweaks
1 parent aac9504 commit e7284af

File tree

1 file changed

+3
-3
lines changed

1 file 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
@@ -64,16 +64,16 @@ The following commands are from the [IoT Hub Resource](/rest/api/iothub/iot-hub-
6464

6565
See the [PUT command in the IoT Hub Resource](/rest/api/iothub/iot-hub-resource/create-or-update?tabs=HTTP).
6666

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

6969
:::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.":::
7070

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).
71+
1. Copy the following JSON, replacing values in `<>` with your own. Paste the JSON into the box in **Postman** on the **Body** tab. 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).
7272

7373
```json
7474
{
7575
"name": "<my-iot-hub>",
76-
"location": "westus2",
76+
"location": "<region>",
7777
"tags": {},
7878
"properties": {},
7979
"sku": {

0 commit comments

Comments
 (0)