Skip to content

Commit 18244e9

Browse files
committed
fixing warnings
1 parent 3199a85 commit 18244e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/iot-operations/.openpublishing.redirection.iot-operations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@
598598
{
599599
"source_path_from_root": "/articles/iot-operations/create-edge-apps/concept-about-state-store-protocol.md",
600600
"redirect_url": "/azure/iot-operations/develop-edge-apps/reference-state-store-protocol",
601-
"redirect_document_id": true
601+
"redirect_document_id": false
602602
},
603603
{
604604
"source_path_from_root": "/articles/iot-operations/create-edge-apps/howto-deploy-dapr.md",
@@ -626,7 +626,7 @@
626626
"redirect_document_id": false
627627
},
628628
{
629-
"source_path_from_root": "articles/iot-operations/develop-edge-apps/concept-about-state-store-protocol.md",
629+
"source_path_from_root": "/articles/iot-operations/develop-edge-apps/concept-about-state-store-protocol.md",
630630
"redirect_url": "/azure/iot-operations/develop-edge-apps/reference-state-store-protocol",
631631
"redirect_document_id": false
632632
}

articles/iot-operations/develop-edge-apps/quickstart-get-started-sdks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Before you begin, prepare the following prerequisites:
2828
Developing with the Azure IoT Operations SDKs requires a Kubernetes cluster with Azure IoT Operations deployed. Further configuration allows the MQTT broker to be accessed directly from the developer environment.
2929

3030
> [!IMPORTANT]
31-
> The following development environment setup options, use [K3s](https://k3s.io/) running in [K3d](https://k3d.io/) for a lightweight Kubernetes cluster, and deploys Azure IoT Operations with [test settings](../deploy-iot-ops/overview-deploy.md#test-settings-deployment). For production deployments, choose [secure settings](../deploy-iot-ops/overview-deploy.md#secure-settings-deployment). <br> If you want to use secure settings, we recommend you follow the instructions in [Prepare your Azure Arc-enabled Kubernetes cluster](../deploy-iot-ops/howto-prepare-cluster.md) to create a K3s cluster on Ubuntu and [Deploy Azure IoT Operations to a production cluster](../deploy-iot-ops/howto-deploy-iot-operations.md) to deploy with secure settings. Then proceed to [configure Azure IoT Operations for deployment](#configure-azure-iot-operations-for-deployment).
31+
> The following development environment setup options, use [K3s](https://k3s.io/) running in [K3d](https://k3d.io/) for a lightweight Kubernetes cluster, and deploys Azure IoT Operations with [test settings](../deploy-iot-ops/overview-deploy.md#test-settings-deployment). For production deployments, choose [secure settings](../deploy-iot-ops/overview-deploy.md#secure-settings-deployment). <br> If you want to use secure settings, we recommend you follow the instructions in [Prepare your Azure Arc-enabled Kubernetes cluster](../deploy-iot-ops/howto-prepare-cluster.md) to create a K3s cluster on Ubuntu and [Deploy Azure IoT Operations to a production cluster](../deploy-iot-ops/howto-deploy-iot-operations.md) to deploy with secure settings. Then proceed to [configure Azure IoT Operations for deployment](#configure-azure-iot-operations-for-development).
3232
3333
### [Codespaces](#tab/codespaces)
3434

0 commit comments

Comments
 (0)