Skip to content

Commit e15826d

Browse files
added a small detail on local storage endpoint
1 parent 6722cd4 commit e15826d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/iot-operations/connect-to-cloud/howto-configure-local-storage-endpoint.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Next, deploy the resources using the [az stack group](/azure/azure-resource-mana
7070
```azurecli
7171
az stack group create --name MyDeploymentStack --resource-group $RESOURCE_GROUP --template-file /workspaces/explore-iot-operations/mqtt-bridge.bicep --action-on-unmanage 'deleteResources' --deny-settings-mode 'none' --yes
7272
```
73+
This endpoint is the destination for the dataflow that receives messages to Local storage.
7374

7475
```bicep
7576
resource localStorageDataflowEndpoint 'Microsoft.IoTOperations/instances/dataflowEndpoints@2024-08-15-preview' = {

0 commit comments

Comments
 (0)