Skip to content

Commit 3b5075f

Browse files
committed
Create quickstart structure
1 parent 3344234 commit 3b5075f

Some content is hidden

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

41 files changed

+153
-473
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,21 @@
499499
"source_path_from_root": "/articles/iot-operations/deploy-iot-ops/concept-default-root-ca.md",
500500
"redirect_url": "/azure/iot-operations/secure-iot-ops/concept-default-root-ca",
501501
"redirect_document_id": true
502+
},
503+
{
504+
"source_path_from_root": "/articles/iot-operations/get-started-end-to-end-sample/quickstart-add-assets.md",
505+
"redirect_url": "/azure/iot-operations/get-started-end-to-end-sample/quickstart-configure",
506+
"redirect_document_id": true
507+
},
508+
{
509+
"source_path_from_root": "/articles/iot-operations/get-started-end-to-end-sample/quickstart-upload-telemetry-to-cloud.md",
510+
"redirect_url": "/azure/iot-operations/get-started-end-to-end-sample/quickstart-configure",
511+
"redirect_document_id": false
512+
},
513+
{
514+
"source_path_from_root": "/articles/iot-operations/get-started-end-to-end-sample/quickstart-get-insights.md",
515+
"redirect_url": "/azure/iot-operations/end-to-end-tutorials/tutorial-get-insights",
516+
"redirect_document_id": true
502517
}
503518
]
504519
}

articles/iot-operations/connect-to-cloud/overview-dataflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ For more information, see [Understand message schemas](./concept-schema-registry
6969

7070
## Related content
7171

72-
- [Quickstart: Send asset telemetry to the cloud by using a dataflow](../get-started-end-to-end-sample/quickstart-upload-telemetry-to-cloud.md)
72+
- [Tutorial: Send asset telemetry to the cloud by using a dataflow](../end-to-end-tutorials/tutorial-upload-telemetry-to-cloud.md)
7373
- [Create a dataflow](howto-create-dataflow.md)
7474
- [Create a dataflow endpoint](howto-configure-dataflow-endpoint.md)

articles/iot-operations/end-to-end-tutorials/tutorial-add-assets.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In this tutorial, you use the operations experience web UI to create your assets
2828
An instance of Azure IoT Operations Preview deployed in a Kubernetes cluster. To create an instance, use one of the following to deploy Azure IoT Operations:
2929

3030
- [Quickstart: Run Azure IoT Operations Preview in GitHub Codespaces with K3s](../get-started-end-to-end-sample/quickstart-deploy.md) provides simple instructions to deploy an Azure IoT Operations instance that you can use for the tutorials.
31-
- [Deployment overview](deploy-iot-ops/overview-deploy.md) provides detailed instructions to deploy an Azure IoT Operations instance on Windows using Azure Kubernetes Service Edge Essentials or Ubuntu using K3s.
31+
- [Deployment overview](../deploy-iot-ops/overview-deploy.md) provides detailed instructions to deploy an Azure IoT Operations instance on Windows using Azure Kubernetes Service Edge Essentials or Ubuntu using K3s.
3232

3333
To sign in to the operations experience web UI, you need a Microsoft Entra ID account with at least contributor permissions for the resource group that contains your **Kubernetes - Azure Arc** instance. To learn more, see [Operations experience web UI](../discover-manage-assets/howto-manage-assets-remotely.md#prerequisites).
3434

@@ -45,12 +45,12 @@ This tutorial uses the OPC PLC simulator to generate sample data. To deploy the
4545
<!-- TODO: Change branch to main before merging the release branch -->
4646

4747
```console
48-
kubectl apply -f https://raw.githubusercontent.com/Azure-Samples/explore-iot-operations/main/samples/tutorials/opc-plc-deployment.yaml
48+
kubectl apply -f https://raw.githubusercontent.com/Azure-Samples/explore-iot-operations/main/samples/quickstarts/opc-plc-deployment.yaml
4949
```
5050

5151
The following snippet shows the YAML file that you applied:
5252

53-
:::code language="yaml" source="~/azure-iot-operations-samples/samples/tutorials/opc-plc-deployment.yaml":::
53+
:::code language="yaml" source="~/azure-iot-operations-samples/samples/quickstarts/opc-plc-deployment.yaml":::
5454

5555
> [!CAUTION]
5656
> This configuration isn't secure. Don't use this configuration in a production environment.

0 commit comments

Comments
 (0)