Skip to content

Commit b013da5

Browse files
committed
Add feedback
1 parent b62b063 commit b013da5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/iot-operations/connect-to-cloud/howto-create-dataflow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ To configure a source for the dataflow, specify the endpoint reference and data
144144

145145
### Use Asset as a source
146146

147-
You can use an [asset](../discover-manage-assets/overview-manage-assets.md) as the source for the dataflow. This is only available in the operations experience.
147+
You can use an [asset](../discover-manage-assets/overview-manage-assets.md) as the source for the dataflow. Using an asset as a source is only available in the operations experience.
148148

149149
1. Under **Source details**, select **Asset**.
150150
1. Select the asset you want to use as the source endpoint.
@@ -678,7 +678,7 @@ To configure a destination for the dataflow, specify the endpoint reference and
678678

679679
# [Bicep](#tab/bicep)
680680

681-
The following is an example of configuring Fabric OneLake as a destination with a static MQTT topic.
681+
The following example configures Fabric OneLake as a destination with a static MQTT topic.
682682

683683
```bicep
684684
resource oneLakeEndpoint 'Microsoft.IoTOperations/instances/dataflowEndpoints@2024-08-15-preview' = {
@@ -794,7 +794,7 @@ Select the dataflow you want to export and select **Export** from the toolbar.
794794

795795
# [Bicep](#tab/bicep)
796796

797-
Bicep is infrastructure as code, so no export is required. This [Bicep File to create Dataflow](https://github.com/Azure-Samples/explore-iot-operations/blob/main/samples/quickstarts/dataflow.bicep) provides a template to quickly set up and configure dataflows.
797+
Bicep is infrastructure as code and no export is required. Use the [Bicep template file to create a dataflow](https://github.com/Azure-Samples/explore-iot-operations/blob/main/samples/quickstarts/dataflow.bicep) to quickly set up and configure dataflows.
798798

799799
# [Kubernetes](#tab/kubernetes)
800800

0 commit comments

Comments
 (0)