Azure Functions PowerShell – Accessing Timestamp value from Azure Storage Table
I am building a timer-triggered Azure Function that uses a PowerShell script. For input binding, there is Azure Table Storage. In order to use newly added values in my script, I was hoping to make use of the automatic Timestamp…