I still don't know the best place to post this, but since the code uses the Python API, I figured I'd try here as well:
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?