Skip to content

Commit a86a053

Browse files
Merge pull request #242198 from pritamso/Broken-link-fix-hansgschossmann
Broken link fixed
2 parents c15d49c + 2db75d3 commit a86a053

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

articles/industrial-iot/tutorial-deploy-industrial-iot-platform.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The deployment script allows to select which set of components to deploy.
4949
- App Service Plan (shared with microservices), [App Service](https://azure.microsoft.com/services/app-service/) for hosting the Industrial IoT Engineering Tool cloud application
5050
- Simulation:
5151
- [Virtual machine](https://azure.microsoft.com/services/virtual-machines/), Virtual network, IoT Edge used for a factory simulation to show the capabilities of the platform and to generate sample telemetry
52-
- [Azure Kubernetes Service](https://github.com/Azure/Industrial-IoT/blob/main/docs/deploy/howto-deploy-aks.md) should be used to host the cloud microservices
52+
- [Azure Kubernetes Service](/azure/aks/learn/quick-kubernetes-deploy-cli) should be used to host the cloud microservices
5353

5454
## Deploy Azure IIoT Platform using the deployment script
5555

@@ -98,14 +98,13 @@ The deployment script allows to select which set of components to deploy.
9898

9999
Other hosting and deployment methods:
100100

101-
- For production deployments that require staging, rollback, scaling, and resilience, the platform can be deployed into [Azure Kubernetes Service (AKS)](https://github.com/Azure/Industrial-IoT/blob/main/docs/deploy/howto-deploy-aks.md)
102-
- Deploying Azure Industrial IoT Platform microservices into an existing Kubernetes cluster using [Helm](https://github.com/Azure/Industrial-IoT/blob/main/docs/deploy/howto-deploy-helm.md).
101+
- For production deployments that require staging, rollback, scaling, and resilience, the platform can be deployed into [Azure Kubernetes Service (AKS)](/azure/aks/learn/quick-kubernetes-deploy-cli)
102+
- Deploying Azure Industrial IoT Platform microservices into an existing Kubernetes cluster using [Helm](https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/api-management/how-to-deploy-self-hosted-gateway-kubernetes-helm.md).
103103
- Deploying [Azure Kubernetes Service (AKS) cluster on top of Azure Industrial IoT Platform created by deployment script and adding Azure Industrial IoT components into the cluster](https://github.com/Azure/Industrial-IoT/blob/main/docs/deploy/howto-add-aks-to-ps1.md).
104104

105105
References:
106-
- [Deploying Azure Industrial IoT Platform](https://github.com/Azure/Industrial-IoT/tree/main/docs/deploy)
107-
- [How to deploy all-in-one](https://github.com/Azure/Industrial-IoT/blob/main/docs/deploy/howto-deploy-all-in-one.md)
108-
- [How to deploy platform into AKS](https://github.com/Azure/Industrial-IoT/blob/main/docs/deploy/howto-deploy-aks.md)
106+
- [Deploying Azure Industrial IoT Platform](/azure/industrial-iot/tutorial-deploy-industrial-iot-platform)
107+
- [How to deploy platform into AKS](/azure/aks/learn/quick-kubernetes-deploy-cli)
109108

110109

111110
## Next steps

articles/industrial-iot/tutorial-publisher-configure-opc-publisher.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To persist the security configuration of OPC Publisher, the certificate store mu
4242

4343
## Configuration via Configuration File
4444

45-
The simplest way to configure OPC Publisher is via a configuration file. An example configuration file and format documentation are provided in the file [`publishednodes.json`](https://raw.githubusercontent.com/Azure/Industrial-IoT/main/components/opc-ua/src/Microsoft.Azure.IIoT.OpcUa.Edge.Publisher/tests/Engine/publishednodes.json) in this repository.
45+
The simplest way to configure OPC Publisher is via a configuration file. An example configuration file and format documentation are provided in the file [`publishednodes.json`](https://raw.githubusercontent.com/Azure/Industrial-IoT/main/src/Azure.IIoT.OpcUa.Publisher/tests/Publisher/publishednodes.json) in this repository.
4646
Configuration file syntax has changed over time. OPC Publisher still can read old formats, but converts them into the latest format when writing the file.
4747

4848
A basic configuration file looks like this:
@@ -121,7 +121,7 @@ OPC Publisher implements the following [IoT Hub Direct Methods](../iot-hub/iot-h
121121
>[!NOTE]
122122
> This feature is only available in version 2.6 and above of OPC Publisher.
123123
124-
A cloud-based, companion microservice with a REST interface is described and available [here](https://github.com/Azure/Industrial-IoT/blob/main/docs/services/publisher.md). It can be used to configure OPC Publisher via an OpenAPI-compatible interface, for example through Swagger.
124+
A cloud-based, companion microservice with a REST interface is described and available [here](https://github.com/Azure/Industrial-IoT/tree/main/docs/opc-publisher). It can be used to configure OPC Publisher via an OpenAPI-compatible interface, for example through Swagger.
125125

126126
## Configuration of the simple JSON telemetry format via Separate Configuration File
127127

0 commit comments

Comments
 (0)