Skip to content

Commit 25f7b65

Browse files
committed
check note; remove resource sync reference
1 parent 0ad0784 commit 25f7b65

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ In this article, we discuss Azure IoT Operations *deployments* and *instances*,
2222
* An Azure IoT Operations instance
2323
* Arc extensions
2424
* Custom locations
25-
* Resource sync rules
2625
* Resources that you can configure in your Azure IoT Operations solution, like assets and asset endpoints.
2726

2827
* An Azure IoT Operations *instance* is the parent resource that bundles the suite of services that are defined in [What is Azure IoT Operations Preview?](../overview-iot-operations.md) like MQTT broker, dataflows, and OPC UA connector.
@@ -257,7 +256,9 @@ After the deployment is complete, use [az iot ops check](/cli/azure/iot/ops#az-i
257256
az iot ops check
258257
```
259258

260-
You can also check the configurations of topic maps, QoS, and message routes by adding the `--detail-level 2` parameter for a verbose view.
259+
The `check` command displays a warning about missing dataflows, which is normal and expected until you create a dataflow. For more information, see [Process and route data with dataflows](../connect-to-cloud/overview-dataflow.md).
260+
261+
You can check the configurations of topic maps, QoS, and message routes by adding the `--detail-level 2` parameter to the `check` command for a verbose view.
261262

262263
## Next steps
263264

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The following table describes Azure IoT Operations deployment and management tas
6565
| Register resource providers | **Contributor** role at the subscription level. | Only required to do once per subscription. |
6666
| Create a schema registry. | **Microsoft.Authorization/roleAssignments/write** permissions at the resource group level. | |
6767
| Create secrets in Key Vault | **Key Vault Secrets Officer** role at the resource level. | Only required for secure settings deployment. |
68-
| Enable resource sync rules on an Azure IoT Operations instance | **Microsoft.Authorization/roleAssignments/write** permissions at the resource group level. | Resource sync rules are disabled by default, but can be enabled during instance creation. |
68+
| Enable resource sync rules on an Azure IoT Operations instance | **Microsoft.Authorization/roleAssignments/write** permissions at the resource group level. | Resource sync rules are disabled by default, but can be enabled as part of the [az iot ops create](/cli/azure/iot/ops#az-iot-ops-create) command. |
6969

7070
If you use the Azure CLI to assign roles, use the [az role assignment create](/cli/azure/role/assignment#az-role-assignment-create) command to give permissions. For example, `az role assignment create --assignee sp_name --role "Role Based Access Control Administrator" --scope subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MyResourceGroup`
7171

0 commit comments

Comments
 (0)