Skip to content

Commit a4db313

Browse files
Merge pull request #303715 from dominicbetts/aio-fix-deployment
AIO: Clarify preview instance requirement
2 parents 22123a5 + 05b9486 commit a4db313

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
lines changed

articles/iot-operations/discover-manage-assets/howto-autodetect-opc-ua-assets-use-akri.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To learn more, see [What is asset discovery (preview)?](overview-akri.md).
2222

2323
## Prerequisites
2424

25-
- **Enable resource sync rules.** A deployed instance of Azure IoT Operations with resource sync rules enabled. To learn more, see [Deploy Azure IoT Operations](../deploy-iot-ops/overview-deploy.md).
25+
- **Enable resource sync rules.** A deployed preview instance of Azure IoT Operations with resource sync rules enabled. To learn more, see [Deploy Azure IoT Operations](../deploy-iot-ops/overview-deploy.md).
2626

2727
> [!IMPORTANT]
2828
> By default, the [deployment quickstart](../get-started-end-to-end-sample/quickstart-deploy.md) instructions do not enable resource sync rules. If resource sync rules aren't enabled on your instance, see [Enable resource sync rules on an existing instance](../troubleshoot/troubleshoot.md#you-want-to-enable-resource-sync-rules-on-an-existing-instance).

articles/iot-operations/discover-manage-assets/howto-configure-opc-ua.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ These assets, tags, and events map inbound data from OPC UA servers to friendly
2727

2828
## Prerequisites
2929

30-
To configure devices and assets, you need a running instance of Azure IoT Operations.
30+
To configure devices and assets, you need a running preview instance of Azure IoT Operations.
3131

3232
[!INCLUDE [iot-operations-entra-id-setup](../includes/iot-operations-entra-id-setup.md)]
3333

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This article describes how to use the operations experience web UI:
3131

3232
## Prerequisites
3333

34-
To use the operations experience, you need a running instance of Azure IoT Operations.
34+
To use the operations experience, you need a running preview instance of Azure IoT Operations.
3535

3636
[!INCLUDE [iot-operations-entra-id-setup](../includes/iot-operations-entra-id-setup.md)]
3737

articles/iot-operations/discover-manage-assets/howto-use-http-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This article explains how to use the connector for REST/HTTP to perform tasks su
2525

2626
## Prerequisites
2727

28-
To configure devices and assets, you need a running instance of Azure IoT Operations.
28+
To configure devices and assets, you need a running preview instance of Azure IoT Operations.
2929

3030
[!INCLUDE [iot-operations-entra-id-setup](../includes/iot-operations-entra-id-setup.md)]
3131

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,17 @@ In this tutorial, you use the operations experience web UI to create your assets
2323

2424
## Prerequisites
2525

26-
An instance of Azure IoT Operations with secure settings enabled deployed in a Kubernetes cluster. To create an instance, use one of the following to deploy Azure IoT Operations:
26+
A preview instance of Azure IoT Operations with secure settings enabled deployed in a Kubernetes cluster. To create a preview instance, use one of the following to deploy Azure IoT Operations:
2727

2828
- [Quickstart: Run Azure IoT Operations 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. Then, to enable secure settings follow the steps in [Enable secure settings in Azure IoT Operations](../deploy-iot-ops/howto-enable-secure-settings.md).
29-
- [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. Follow the steps in the deployment article for a secure settings deployment.
29+
- [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. Follow the steps in the deployment article for a secure settings deployment and to install the latest preview version.
3030

3131
After you enable secure settings, the resource group that contains your Azure IoT Operations instance also contains the following resources:
3232

3333
- An Azure Key Vault instance to store the secrets to synchronize into your Kubernetes cluster.
3434
- A user-assigned managed identity that Azure IoT Operations uses to access the Azure Key Vault instance.
3535
- A user-assigned managed identity that Azure IoT Operations components such as data flows can use to uses to connect to cloud endpoints such as Azure Event Hubs.
36+
- An Azure Device Registry namespace to store your namespace assets and devices.
3637

3738
Ensure that when you configure secure settings that you [give your user account permissions to manage secrets](/azure/key-vault/secrets/quick-create-cli#give-your-user-account-permissions-to-manage-secrets-in-key-vault) with the **Key Vault Secrets Officer** role.
3839

articles/iot-operations/get-started-end-to-end-sample/quickstart-deploy.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,14 @@ To connect your cluster to Azure Arc:
153153
az connectedk8s enable-features -n $CLUSTER_NAME -g $RESOURCE_GROUP --custom-locations-oid $OBJECT_ID --features cluster-connect custom-locations
154154
```
155155

156+
## Install the preview version of `az iot ops`
157+
158+
This quickstart uses the latest preview version of Azure IoT Operations. To install the preview version you need the latest version of the Azure IoT Operations CLI extension:
159+
160+
```azurecli
161+
az extension add --upgrade --name azure-iot-ops --allow-preview True
162+
```
163+
156164
## Create storage account and schema registry
157165

158166
Schema registry is a synchronized repository that stores message definitions both in the cloud and at the edge. Azure IoT Operations requires a schema registry on your cluster. Schema registry requires an Azure storage account for the schema information stored in the cloud.

0 commit comments

Comments
 (0)