MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.26k stars 21.43k forks source link

Upload all containers of Blob Storage IoT Edge module #66263

Closed langebo closed 3 years ago

langebo commented 3 years ago

We are currently trying to implement the Azure Blob Storage on IoT Edge module into an existing IoT Edge solution. The solution dynamically creates blob storage containers with names that are generated at runtime.

The desired properties configuration "storageContainersForUpload" allows us to define static source container names and dynamic target container names.

"storageContainersForUpload": {
  "sourceContainer": {
    "target": "%c"
  }
}

Since the solution produces dynamic source container names, we need a way to tell the storage module to treat every existing container as a source container and to use its container name as the target container name.

Please tell me there is a way to implement this behavior. This module is doing everything we need to accomplish, but handling dynamic source container names.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

SatishBoddu-MSFT commented 3 years ago

Hello @langebo Thanks for reaching out to us!. Looks like the issue is more related to 'Product-Implementation' which can be posted on Microsoft Q&A Or Azure/IotEdge Github page to get a solution from community champions or MVPs or directly from Product Team.

I suggest you to post this "How-To" query on

Please let us know if you need further help in this matter.

langebo commented 3 years ago

@SatishBoddu-MSFT Thank you. I have posted this question to the Microsoft Q&A portal.

You can find the question here: https://docs.microsoft.com/en-us/answers/questions/168262/upload-all-containers-of-blob-storage-iot-edge-mod.html

Closing this issue, since it's probably continued on the Microsoft Q&A portal