Download from Shared Asset library #505
-
Is it possible to implement some logic, to download VHD files from LCS Asset Library? And I guess it depend a lot on Microsoft, if the API is available.. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
You will need to hunt down either Lane or Billy from Microsoft, so they learn that there's a need for this. But to be fair, it takes 2 click per file, to obtain a full uri with SAS token, that allows you to leverage the double hop storage account transfer, found on the wiki page. This will take your download time from hours per file, to minutes. https://github.com/d365collaborative/d365fo.tools/wiki/How-To-Transfer-Via-AzCopy |
Beta Was this translation helpful? Give feedback.
-
If you have them stored in your own storage account, then you should be able to run the same scenario as they showed. |
Beta Was this translation helpful? Give feedback.
-
Related: is it possible to target the shared asset library when using the Use case 👉 fetching the NuGet packages of the latest service update: Get-D365LcsAssetFile -FileType "NuGetPackage" -AssetName "*10.0.25*" |
Beta Was this translation helpful? Give feedback.
You will need to hunt down either Lane or Billy from Microsoft, so they learn that there's a need for this.
But to be fair, it takes 2 click per file, to obtain a full uri with SAS token, that allows you to leverage the double hop storage account transfer, found on the wiki page.
This will take your download time from hours per file, to minutes.
https://github.com/d365collaborative/d365fo.tools/wiki/How-To-Transfer-Via-AzCopy