Azure Function App in PS -- 2

Job ID: 34460148

Budget: ₹1,000 – ₹2,000 INR

To fetch data from the blob containers and compare two blobs and write the delta of two blobs to another container in the same storage account.

Example.
I have 96blobs in two containers

1. Html-output-today
2. Html-output-yesterday

Both above containers have same blob names but from different dates.
(Output1.html, Output2.html....Output96.html)

The func app can be HttpTrigger which gets the blob name in request ("Output1.html")

The function then must get the blob from both containers and check for difference and write the difference to
3. Html-output-delta

The func app must be in PS core and this will be executed from a logic app that i already have.


To get delta in PS
Compare-Object (Get-Content "filepath") -DifferenceObject (Get-Content "filepath") -PassThru | Out-File "outputfile-path"

Not sure if this will be the same in PS Core.
The right person shouldn't require more than a day for this. Expecting the quickest possible delivery of the project.
Related categories: Azure Powershell Microsoft Azure