Skip to content

Commit 3579c54

Browse files
committed
Merge branch 'release-aio-ga' of https://github.com/MicrosoftDocs/azure-docs-pr into patricka-release-aio-ga
2 parents 4eaa56b + 817c7bc commit 3579c54

File tree

7 files changed

+1932
-93
lines changed

7 files changed

+1932
-93
lines changed

articles/iot-operations/discover-manage-assets/howto-manage-assets-remotely.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ To use the `UsernamePassword` authentication mode, complete the following steps:
151151
1. Use a command like the following example to create your asset endpoint:
152152

153153
```azurecli
154-
az iot ops asset endpoint opcua create --name opc-ua-connector-0 --target-address opc.tcp://opcplc-000000:50000 -g {your resource group name} --instance {your instance name} --username-ref "aio-opc-ua-broker-user-authentication/username" --password-ref "aio-opc-ua-broker-user-authentication/password"
154+
az iot ops asset endpoint create opcua --name opc-ua-connector-0 --target-address opc.tcp://opcplc-000000:50000 -g {your resource group name} --instance {your instance name} --username-ref "aio-opc-ua-broker-user-authentication/username" --password-ref "aio-opc-ua-broker-user-authentication/password"
155155
```
156156
157157
---

articles/iot/iot-introduction.md

Lines changed: 153 additions & 64 deletions
Large diffs are not rendered by default.

articles/iot/iot-overview-analyze-visualize.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,3 @@ IoT Central provides a rich set of features that you can use to analyze and visu
7373

7474
- [How to use IoT Central data explorer to analyze device data](../iot-central/core/howto-create-analytics.md)
7575
- [Create and manage IoT Central dashboards](../iot-central/core/howto-manage-dashboards.md)
76-
77-
## Next steps
78-
79-
Now that you've seen an overview of the analysis and visualization options available to your IoT solution, some suggested next steps include:
80-
81-
- [Manage your IoT solution](./iot-overview-solution-management.md)
82-
- [IoT solution options](iot-introduction.md#solution-options)

articles/iot/iot-overview-scalability-high-availability.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,3 @@ The following tutorials and guides provide more detail and guidance:
6565
- [How to manually migrate an Azure IoT hub to a new Azure region](../iot-hub/migrate-hub-arm.md)
6666
- [Manage device reconnections to create resilient applications (IoT Hub and IoT Central)](./concepts-manage-device-reconnections.md)
6767
- [IoT Central device best practices](../iot-central/core/concepts-device-implementation.md#best-practices)
68-
69-
## Next steps
70-
71-
Now that you've seen an overview of the extensibility options available to your IoT solution, some suggested next steps include:
72-
73-
- [What Azure technologies and services can you use to create IoT solutions?](iot-services-and-technologies.md)
74-
- [IoT solution options](iot-introduction.md#solution-options)

articles/iot/iot-overview-solution-extensibility.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,3 @@ In addition to device telemetry, both IoT Hub and IoT Central can send property
8282
### IoT Central application templates
8383

8484
The IoT Central application templates provide a starting point for building IoT solutions that include integrations with other services. You can use the templates to create an application that includes resources that are relevant to your solution. To learn more, see [IoT Central application templates](../iot-central/core/howto-create-iot-central-application.md#create-and-use-a-custom-application-template).
85-
86-
## Next steps
87-
88-
Now that you've seen an overview of the extensibility options available to your IoT solution, some suggested next steps include:
89-
90-
- [Analyze and visualize your IoT data](iot-overview-analyze-visualize.md)
91-
- [IoT solution options](iot-introduction.md#solution-options)

articles/iot/iot-overview-solution-management.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,3 @@ Use Azure DevOps tools to automate the management of your IoT solution. For exam
104104

105105
- [Continuous integration and continuous deployment to Azure IoT Edge devices](../iot-edge/how-to-continuous-integration-continuous-deployment.md)
106106
- [Integration of IoT Central with Azure Pipelines for CI/CD](../iot-central/core/howto-integrate-with-devops.md)
107-
108-
## Next steps
109-
110-
Now that you've seen an overview of the extensibility options available to your IoT solution, some suggested next steps include:
111-
112-
- [Scalability, high availability, and disaster recovery](iot-overview-scalability-high-availability.md)
113-
- [IoT solution options](iot-introduction.md#solution-options)

0 commit comments

Comments
 (0)