It's hard to know where to post this question. I really like Power Automate because I can integrate processes within our o365 environment so easily. But I'm not sure how to go about this.
So, I've been using the Python API guide to build some basic code around pulling Portal/Server logs. My goal eventual goal here is to push notifications for greater visibility when things are going wrong (rather than having to log into Server Manager and query logs manually).
The code works as expected, but now the challenge is where & how to execute. I really don't want this to just run locally, with say Microsoft Task Scheduler. On other hand, I'm not sure if Power Automate offers any ability to execute Python code.
Has anyone else crafted a similar solution for pushing Server/Portal logs?