You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-operations/get-started-end-to-end-sample/quickstart-configure.md
+23-9Lines changed: 23 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,6 @@ In this quickstart, you use a Bicep file to configure your Azure IoT Operations
31
31
32
32
Have an instance of Azure IoT Operations Preview deployed in a Kubernetes cluster. The [Quickstart: Run Azure IoT Operations Preview in GitHub Codespaces with K3s](quickstart-deploy.md) provides simple instructions to deploy an Azure IoT Operations instance that you can use for the quickstarts.
33
33
34
-
The [jq](https://jqlang.github.io/jq/download/) utility installed in your shell environment.
35
-
36
34
Unless otherwise noted, you can run the console commands in this quickstart in either a Bash or PowerShell environment.
37
35
38
36
## What problem will we solve?
@@ -43,18 +41,18 @@ The data that OPC UA servers expose can have a complex structure and can be diff
43
41
44
42
This quickstart uses the OPC PLC simulator to generate sample data. To deploy the OPC PLC simulator, run the following command:
45
43
46
-
<!-- TODO: Change branch to main before merging the release branch -->
44
+
<!-- TODO: Change branch to main in two places below before merging the release branch. Don't delete the samples release-m3 branch until the updates are done in the docs repo.-->
> This configuration isn't secure. Don't use this configuration in a production environment.
55
+
> This configuration uses a self-signed application instance certificate. Don't use this configuration in a production environment. To learn more, see [Configure OPC UA certificates infrastructure for the connector for OPC UA](../discover-manage-assets/howto-configure-opcua-certificates-infrastructure.md).
58
56
59
57
To establish mutual trust between the OPC PLC simulator and the OPC UA connector, run the following commands:
60
58
@@ -133,20 +131,36 @@ Run the following commands to download and run the Bicep file that configures yo
133
131
- Adds a dataflow that manipulates the messages from the simulated oven.
134
132
- Creates an Azure Event Hubs instance to receive the data.
Download the Bicep file to your local environment from [quickstart.bicep](https://dev.azure.com/msazure/One/_git/azure-iot-operations-tests?path=%2F.pipelines%2Fbicep%2Fquickstart.bicep)
0 commit comments