Skip to content

Commit 7871bda

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into portalParam
2 parents 876fb5b + 58681af commit 7871bda

File tree

51 files changed

+5054
-238
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+5054
-238
lines changed

.openpublishing.redirection.iot-develop.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,26 @@
440440
"redirect_url": "/azure/iot-develop/about-iot-develop",
441441
"redirect_document_id": false
442442
},
443+
{
444+
"source_path_from_root": "/articles/iot-develop/quickstart-devkit-mxchip-az3166-iot-hub.md",
445+
"redirect_url": "/azure/iot/tutorial-devkit-mxchip-az3166-iot-hub",
446+
"redirect_document_id": false
447+
},
448+
{
449+
"source_path_from_root": "/articles/iot-develop/quickstart-devkit-stm-b-l475e-iot-hub.md",
450+
"redirect_url": "/azure/iot/tutorial-devkit-stm-b-l475e-iot-hub",
451+
"redirect_document_id": false
452+
},
453+
{
454+
"source_path_from_root": "/articles/iot-develop/concepts-azure-rtos-security-practices.md",
455+
"redirect_url": "/azure/iot/concepts-eclipse-threadx-security-practices",
456+
"redirect_document_id": false
457+
},
458+
{
459+
"source_path_from_root": "/articles/iot-develop/troubleshoot-embedded-device-quickstarts.md",
460+
"redirect_url": "/azure/iot/troubleshoot-embedded-device-tutorials",
461+
"redirect_document_id": false
462+
},
443463
{
444464
"source_path_from_root": "/articles/iot-develop/how-to-use-reliability-features-in-sdks.md",
445465
"redirect_url": "/azure/iot-develop/concepts-manage-device-reconnections",

articles/communication-services/how-tos/router-sdk/manage-queue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ administration_client.upsert_queue(queue.id, queue)
156156
```java
157157
queue.setName("XBOX Updated Queue");
158158
queue.setLabels(Map.of("Additional-Queue-Label", new RouterValue("ChatQueue")));
159-
administrationClient.updateQueue(queue.getId(), BinaryData.fromObject(queue));
159+
administrationClient.updateQueue(queue.getId(), BinaryData.fromObject(queue), null);
160160
```
161161

162162
::: zone-end

articles/dev-box/concept-dev-box-concepts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ ms.custom: template-concept
1515

1616
This article describes the key concepts and components of Microsoft Dev Box to help you set up the service successfully.
1717

18-
Microsoft Dev Box gives developers self-service access to preconfigured and ready-to-code cloud-based workstations. You can configure the service to meet your development team and project structure, and manage security and network settings to access resources securely. Different components play a part in the configuration of Microsoft Dev Box.
18+
Microsoft Dev Box gives developers self-service access to preconfigured and ready-to-code cloud-based workstations. You can configure the service to meet your development team and project structure, manage security, and network settings to access resources securely. Different components play a part in the configuration of Microsoft Dev Box.
1919

20-
Microsoft Dev Box builds on the same foundations as [Azure Deployment Environments](/azure/deployment-environments/overview-what-is-azure-deployment-environments). Deployment Environments provides developers with preconfigured cloud-based environments for developing applications. Both services are complementary and share certain architectural components, such as a [dev center](#dev-center) or [project](#project).
20+
Microsoft Dev Box builds on the same foundations as [Azure Deployment Environments](/azure/deployment-environments/overview-what-is-azure-deployment-environments). Deployment Environments provides developers with preconfigured cloud-based environments for developing applications. The services are complementary and share certain architectural components, such as a [dev center](#dev-center) or [project](#project).
2121

2222
This diagram shows the key components of Dev Box and how they relate to each other. You can learn more about each component in the following sections.
2323

@@ -36,7 +36,7 @@ A dev center is a collection of [Projects](#project) that require similar settin
3636

3737
## Catalogs
3838

39-
The Dev Box quick start catalog contains tasks and scripts that you can use to configure your dev box during the final stage of the creation process.Microsoft provides a [*quick start* catalog](https://github.com/microsoft/devcenter-catalog) that contains a set of sample tasks. You can attach the quick start catalog to a dev center to make these tasks available to all the projects associated with the dev center. You can modify the sample tasks to suit your needs, and you can create your own catalog of tasks.
39+
The Dev Box quick start catalog contains tasks and scripts that you can use to configure your dev box during the final stage of the creation process. Microsoft provides a *[quick start](https://github.com/microsoft/devcenter-catalog)*[ catalog](https://github.com/microsoft/devcenter-catalog) that contains a set of sample tasks. You can attach the quick start catalog to a dev center to make these tasks available to all the projects associated with the dev center. You can modify the sample tasks to suit your needs, and you can create your own catalog of tasks.
4040

4141
To learn how to create reusable customization tasks, see [Create reusable dev box customizations](./how-to-customize-dev-box-setup-tasks.md).
4242

articles/iot-develop/TOC.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,11 @@
1818
- name: Renesas RX65N Cloud Kit
1919
href: quickstart-devkit-renesas-rx65n-cloud-kit-iot-hub.md
2020
- name: STMicroelectronics L475E-IOT01A
21-
href: quickstart-devkit-stm-b-l475e-iot-hub.md
22-
- name: STMicroelectronics L4S5I-IOT01A
2321
href: quickstart-devkit-stm-b-l4s5i-iot-hub.md
2422
- name: STMicroelectronics U585I-IOT02A
2523
href: quickstart-devkit-stm-b-u585i-iot-hub.md
2624
- name: NXP MIMXRT1060-EVK
2725
href: quickstart-devkit-nxp-mimxrt1060-evk-iot-hub.md
28-
- name: MXCHIP AZ3166
29-
href: quickstart-devkit-mxchip-az3166-iot-hub.md
30-
- name: Concepts
31-
items:
32-
- name: Guidelines for secured embedded development
33-
href: concepts-azure-rtos-security-practices.md
3426
- name: How to
3527
items:
3628
- name: Install and use IoT explorer
@@ -59,10 +51,6 @@
5951
href: quickstart-devkit-espressif-esp32-freertos.md
6052
- name: STMicroelectronics L475E
6153
href: quickstart-devkit-stm-b-l475e-freertos.md
62-
- name: Troubleshoot
63-
items:
64-
- name: Troubleshoot embedded quickstarts
65-
href: troubleshoot-embedded-device-quickstarts.md
6654
- name: Reference
6755
items:
6856
- name: Azure CLI

articles/iot-develop/about-getting-started-device-development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Each quickstart shows how to set up a code sample and tools, flash the device, a
3636
|-|-|-|
3737
|[Quickstart: Connect a Microchip ATSAME54-XPro Evaluation kit to IoT Hub](quickstart-devkit-microchip-atsame54-xpro-iot-hub.md)|Microchip ATSAME54-XPro|Azure RTOS middleware|
3838
|[Quickstart: Connect an ESPRESSIF ESP32-Azure IoT Kit to IoT Hub](../iot/tutorial-devkit-espressif-esp32-freertos-iot-hub.md)|ESPRESSIF ESP32|FreeRTOS middleware|
39-
|[Quickstart: Connect an STMicroelectronics B-L475E-IOT01A Discovery kit to IoT Hub](quickstart-devkit-stm-b-l475e-iot-hub.md)|STMicroelectronics L475E-IOT01A|Azure RTOS middleware|
39+
|[Quickstart: Connect an STMicroelectronics B-U585I-IOT02A kit to IoT Hub](quickstart-devkit-stm-b-u585i-iot-hub.md)|STMicroelectronics L475E-IOT01A|Azure RTOS middleware|
4040
|[Quickstart: Connect an NXP MIMXRT1060-EVK Evaluation kit to IoT Hub](quickstart-devkit-nxp-mimxrt1060-evk-iot-hub.md)|NXP MIMXRT1060-EVK|Azure RTOS middleware|
41-
|[Connect an MXCHIP AZ3166 devkit to IoT Hub](quickstart-devkit-mxchip-az3166-iot-hub.md)|MXCHIP AZ3166|Azure RTOS middleware|
41+
4242

4343
## Next steps
4444
To learn more about working with the IoT device SDKs and developing for general devices, see the following tutorial.

articles/iot-develop/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ landingContent:
2727
linkLists:
2828
- linkListType: quickstart
2929
links:
30-
- text: Connect an STMicroelectronics B-L475E-IOT01A to IoT Hub
31-
url: quickstart-devkit-stm-b-l475e-iot-hub.md
30+
- text: Connect an STMicroelectronics B-U585I-IOT02A to IoT Hub
31+
url: quickstart-devkit-stm-b-u585i-iot-hub.md
3232
- text: Connect a Microchip ATSAME54-XPro to IoT Hub
3333
url: quickstart-devkit-microchip-atsame54-xpro-iot-hub.md
3434
- text: Connect a Renesas RX65N Cloud Kit to IoT Hub

articles/iot-develop/quickstart-devkit-microchip-atsame54-xpro-iot-hub.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ You can use the **Termite** app to monitor communication and confirm that your d
178178
1. Start **Termite**.
179179
180180
> [!TIP]
181-
> If you have issues getting your device to initialize or connect after flashing, see [Troubleshooting](troubleshoot-embedded-device-quickstarts.md).
181+
> If you have issues getting your device to initialize or connect after flashing, see [Troubleshooting](../iot/troubleshoot-embedded-device-tutorials.md).
182182
183183
1. Select **Settings**.
184184
@@ -362,7 +362,7 @@ To use Azure CLI to call a method:
362362
363363
## Troubleshoot and debug
364364
365-
If you experience issues building the device code, flashing the device, or connecting, see [Troubleshooting](troubleshoot-embedded-device-quickstarts.md).
365+
If you experience issues building the device code, flashing the device, or connecting, see [Troubleshooting](../iot/troubleshoot-embedded-device-tutorials.md).
366366
367367
For debugging the application, see [Debugging with Visual Studio Code](https://github.com/azure-rtos/getting-started/blob/master/docs/debugging.md).
368368

articles/iot-develop/quickstart-devkit-microchip-atsame54-xpro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ You can use the **Termite** app to monitor communication and confirm that your d
185185
1. Start **Termite**.
186186

187187
> [!TIP]
188-
> If you have issues getting your device to initialize or connect after flashing, seeTroubleshooting](troubleshoot-embedded-device-quickstarts.md) for additional steps.
188+
> If you have issues getting your device to initialize or connect after flashing, seeTroubleshooting](../iot/troubleshoot-embedded-device-tutorials.md) for additional steps.
189189

190190
1. Select **Settings**.
191191

@@ -591,7 +591,7 @@ Select **About** tab from the device page.
591591
592592
## Troubleshoot and debug
593593
594-
If you experience issues building the device code, flashing the device, or connecting, see [Troubleshooting](troubleshoot-embedded-device-quickstarts.md).
594+
If you experience issues building the device code, flashing the device, or connecting, see [Troubleshooting](../iot/troubleshoot-embedded-device-tutorials.md).
595595
596596
:::zone pivot="iot-toolset-cmake"
597597
For debugging the application, see [Debugging with Visual Studio Code](https://github.com/azure-rtos/getting-started/blob/master/docs/debugging.md).

articles/iot-develop/quickstart-devkit-mxchip-az3166.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ You can use the **Termite** app to monitor communication and confirm that your d
134134
135135
1. Start **Termite**.
136136
> [!TIP]
137-
> If you are unable to connect Termite to your devkit, install the [ST-LINK driver](https://www.st.com/en/development-tools/stsw-link009.html) and try again. See [Troubleshooting](troubleshoot-embedded-device-quickstarts.md) for additional steps.
137+
> If you are unable to connect Termite to your devkit, install the [ST-LINK driver](https://www.st.com/en/development-tools/stsw-link009.html) and try again. See [Troubleshooting](../iot/troubleshoot-embedded-device-tutorials.md) for additional steps.
138138
1. Select **Settings**.
139139
1. In the **Serial port settings** dialog, check the following settings and update if needed:
140140
* **Baud rate**: 115,200
@@ -236,7 +236,7 @@ Select **About** tab from the device page.
236236

237237
## Troubleshoot and debug
238238

239-
If you experience issues building the device code, flashing the device, or connecting, see [Troubleshooting](troubleshoot-embedded-device-quickstarts.md).
239+
If you experience issues building the device code, flashing the device, or connecting, see [Troubleshooting](../iot/troubleshoot-embedded-device-tutorials.md).
240240

241241
For debugging the application, see [Debugging with Visual Studio Code](https://github.com/azure-rtos/getting-started/blob/master/docs/debugging.md).
242242

@@ -252,10 +252,8 @@ To remove the entire Azure IoT Central sample application and all its devices an
252252

253253
In this quickstart, you built a custom image that contains Azure RTOS sample code, and then flashed the image to the MXCHIP DevKit device. You also used the IoT Central portal to create Azure resources, connect the MXCHIP DevKit securely to Azure, view telemetry, and send messages.
254254

255-
As a next step, explore the following articles to learn more about using the IoT device SDKs to connect devices to Azure IoT.
255+
As a next step, explore the following article to learn more about using the IoT device SDKs to connect devices to Azure IoT.
256256

257-
> [!div class="nextstepaction"]
258-
> [Connect an MXCHIP AZ3166 devkit to IoT Hub](quickstart-devkit-mxchip-az3166-iot-hub.md)
259257
> [!div class="nextstepaction"]
260258
> [Connect a simulated device to IoT Hub](../iot/tutorial-send-telemetry-iot-hub.md)
261259

articles/iot-develop/quickstart-devkit-nxp-mimxrt1060-evk-iot-hub.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ You can use the **Termite** app to monitor communication and confirm that your d
133133

134134
1. Start **Termite**.
135135
> [!TIP]
136-
> If you have issues getting your device to initialize or connect after flashing, see [Troubleshooting](troubleshoot-embedded-device-quickstarts.md).
136+
> If you have issues getting your device to initialize or connect after flashing, see [Troubleshooting](../iot/troubleshoot-embedded-device-tutorials.md).
137137
1. Select **Settings**.
138138
1. In the **Serial port settings** dialog, check the following settings and update if needed:
139139
* **Baud rate**: 115,200
@@ -318,7 +318,7 @@ To use Azure CLI to call a method:
318318

319319
## Troubleshoot and debug
320320

321-
If you experience issues building the device code, flashing the device, or connecting, see [Troubleshooting](troubleshoot-embedded-device-quickstarts.md).
321+
If you experience issues building the device code, flashing the device, or connecting, see [Troubleshooting](../iot/troubleshoot-embedded-device-tutorials.md).
322322

323323
For debugging the application, see [Debugging with Visual Studio Code](https://github.com/azure-rtos/getting-started/blob/master/docs/debugging.md).
324324

0 commit comments

Comments
 (0)