Skip to content

Commit 4edab58

Browse files
authored
Merge pull request #290455 from kgremban/ga-koichi
move dependencies list to overview
2 parents c3bb4a3 + 20db6df commit 4edab58

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

articles/iot-operations/deploy-iot-ops/overview-deploy.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,6 @@ If you use the Azure portal to assign privileged admin roles to a user or princi
7979

8080
:::image type="content" source="./media/howto-deploy-iot-operations/add-role-assignment-conditions.png" alt-text="Screenshot that shows assigning users highly privileged role access in the Azure portal.":::
8181

82-
## Included components
83-
84-
Azure IoT Operations is a suite of data services that run on Azure Arc-enabled edge Kubernetes clusters. It also depends on a set of support services that are also installed as part of a deployment.
85-
86-
* Azure IoT Operations core services
87-
* Dataflows
88-
* MQTT Broker
89-
* Connector for OPC UA
90-
* Akri
91-
92-
* Installed dependencies
93-
* [Azure Device Registry](../discover-manage-assets/overview-manage-assets.md#store-assets-as-azure-resources-in-a-centralized-registry)
94-
* [Azure Container Storage enabled by Azure Arc](/azure/azure-arc/container-storage/overview)
95-
* [Azure Key Vault Secret Store extension](/azure/azure-arc/kubernetes/secret-store-extension)
96-
9782
## Organize instances by using sites
9883

9984
Azure IoT Operations supports Azure Arc sites for organizing instances. A _site_ is a cluster resource in Azure like a resource group, but sites typically group instances by physical location and make it easier for OT users to locate and manage assets. An IT administrator creates sites and scopes them to a subscription or resource group. Then, any Azure IoT Operations deployed to an Arc-enabled cluster is automatically collected in the site associated with its subscription or resource group

articles/iot-operations/overview-iot-operations.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,20 @@ Azure IoT Operations supports clusters that are Arc-enabled in the following reg
140140

141141
This list of supported regions only applies to the region that you use when connecting your cluster to Azure Arc. This list doesn't restrict you from using your preferred Azure region for your cloud resources. Azure IoT Operations components and other resources deployed to your cluster in these supported regions can still connect to cloud resources in different regions.
142142

143+
## Dependencies
144+
145+
Azure IoT Operations depends on the following set of support services and features:
146+
147+
* [Azure Device Registry](./discover-manage-assets/overview-manage-assets.md#store-assets-as-azure-resources-in-a-centralized-registry)
148+
* [Schema registry](./connect-to-cloud/concept-schema-registry.md)
149+
* [Azure Container Storage enabled by Azure Arc](/azure/azure-arc/container-storage/overview)
150+
* [Azure Key Vault Secret Store extension](/azure/azure-arc/kubernetes/secret-store-extension)
151+
* [Azure Monitor pipeline](/azure/azure-monitor/essentials/edge-pipeline-configure)
152+
* Workload identity federation in Azure Arc-enabled Kubernetes
153+
154+
>[!NOTE]
155+
>These features and services that are used as dependencies by internal Azure IoT Operations systems inherit general availability status from the Azure IoT Operations product license. For more information about the licensing model, see [Microsoft Online Subscription Agreement](https://www.microsoft.com/licensing/terms/productoffering/MicrosoftAzure/MOSA).
156+
143157
## Next step
144158

145159
Try the [Quickstart: Get started with an end-to-end sample](get-started-end-to-end-sample/quickstart-deploy.md).

0 commit comments

Comments
 (0)