just want to know if it is feasible.
what are steps need to follow..
will bindings required for this..
just want to know if it is feasible.
what are steps need to follow..
will bindings required for this..
@Amty63-4318 Yes you can use the azure timer trigger function and use Azure Az storage module to upload the files/data to the storage blob.
You only need to define the input trigger binding as Timer trigger and use Az Module to perform the operation on azure storage blob. If there are any operation that cannot be done using Az modules then you can make the REST Call to azure storage services to perform that operation.
You can refer to function reference powershell document to start with azure function for powershell language. For dependency management you can refer to this.
Thanks Mayank for the reply.
I am not aware how to define input trigger bindings and use or import modules in Azure functions.
Attached is the code is running perfectly in Azure Automation. same powershell code needs to run in Azure functions.
115679-mspowershell.txt
@Amty63-4318 The reference document shared earlier covers the project structure and powershell developer guide that can help you start with azure function powershell.
8 people are following this question.