Skip to content

Commit 11dea09

Browse files
authored
Merge pull request #202843 from w-azure/winona-remove-storage
Added blob storage target naming info
2 parents d8082ef + b423767 commit 11dea09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/iot-edge/how-to-deploy-blob.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ A deployment manifest is a JSON document that describes which modules to deploy,
131131
}
132132
```
133133

134+
> [!NOTE]
135+
> If your container target is unnamed or null within `storageContainersForUpload`, a default name will be assigned to the target. If you wanted to stop uploading to a container, it must be removed completely from `storageContainersForUpload`. For more information, see the `deviceToCloudUploadProperties` section of [Store data at the edge with Azure Blob Storage on IoT Edge](how-to-store-data-blob.md?view=iotedge-2020-11&preserve-view=true#devicetoclouduploadproperties).
136+
134137
For information on configuring deviceToCloudUploadProperties and deviceAutoDeleteProperties after your module has been deployed, see [Edit the Module Twin](https://github.com/Microsoft/vscode-azure-iot-toolkit/wiki/Edit-Module-Twin). For more information about desired properties, see [Define or update desired properties](module-composition.md#define-or-update-desired-properties).
135138

136139
6. Select **Add**.

0 commit comments

Comments
 (0)