Skip to content

Commit 60ed7dc

Browse files
authored
Merge pull request #258760 from dominicbetts/remove-alice-springs
AIO: Remove alice springs references
2 parents e8679ff + fa80ada commit 60ed7dc

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

articles/iot-operations/deploy-custom/concept-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The following solution snippet demonstrates installing a Helm chart using the He
8484
},
8585
"opcUaConnector": {
8686
"settings": {
87-
"discoveryUrl": "opc.tcp://opcplc-000000.alice-springs:50000",
87+
"discoveryUrl": "opc.tcp://opcplc-000000:50000",
8888
"authenticationMode": "Anonymous",
8989
"autoAcceptUnrustedCertificates": "true"
9090
}

articles/iot-operations/includes/validated-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom:
1010
- ignite-2023
1111
---
1212

13-
Azure Iot Operations ships as a set of Azure Arc-enabled Kubernetes services and is intended for use with [CNCF](https://www.cncf.io/) conformant [Arc validated partner products](/azure/azure-arc/kubernetes/validation-program). Currently, Microsoft has validated Project Alice Springs against the following fixed-set of infrastructures and environments:
13+
Azure Iot Operations ships as a set of Azure Arc-enabled Kubernetes services and is intended for use with [CNCF](https://www.cncf.io/) conformant [Arc validated partner products](/azure/azure-arc/kubernetes/validation-program). Currently, Microsoft has validated Azure Iot Operations against the following fixed-set of infrastructures and environments:
1414

1515
| Environment | Version |
1616
| ----------- | ------- |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The following script shows how to create a secret for the username and password
7676

7777
```sh
7878
# NAMESPACE is the namespace containing the MQ broker.
79-
export NAMESPACE="alice-springs-solution"
79+
export NAMESPACE="azure-iot-operations"
8080

8181
# Set the desired username and password here.
8282
export USERNAME="username"

articles/iot-operations/troubleshoot/troubleshoot.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ The output from the pervious command looks like the following example:
3333

3434
```text
3535
NAMESPACE NAME AGE
36-
alice-springs-solution passthrough-data-pipeline 2d20h
37-
alice-springs-solution reference-data-pipeline 2d20h
38-
alice-springs-solution contextualized-data-pipeline 2d20h
36+
azure-iot-operations passthrough-data-pipeline 2d20h
37+
azure-iot-operations reference-data-pipeline 2d20h
38+
azure-iot-operations contextualized-data-pipeline 2d20h
3939
```
4040

4141
To view detailed information for a pipeline, run the following command:
4242

4343
```bash
44-
kubectl describe pipelines passthrough-data-pipeline -n alice-springs-solution
44+
kubectl describe pipelines passthrough-data-pipeline -n azure-iot-operations
4545
```
4646

4747
The output from the pervious command looks like the following example:

0 commit comments

Comments
 (0)