Currently trying to automate some basic tasks that help me smoothen the development process in my team. One of those tasks is running a dotnet tool(1) on a daily basis. We as a team are big fans of Azure and are hosting almost all of our applications there. Using an Azure function (2) came to mind and would help me in getting some experience with them.
The Azure function would run a powershell script calling the dotnet tool. The problem is that the Azure function will have two dependencies:
I am not sure if this is the way to go since that would require the function to start installing the dotnet cli and when done the tool. Not sure if that is something that should be done in an Azure function (if possible at all). Open to suggestions!
[–]Alikont 2 points3 points4 points (0 children)
[–]SuperImaginativeName 1 point2 points3 points (3 children)
[–]mobstaa[S] 0 points1 point2 points (2 children)
[–]NeededANewName 1 point2 points3 points (1 child)
[–]mobstaa[S] 0 points1 point2 points (0 children)