Hi @Pluet, There is dashboard in M365 which talks about the health of each and every component in M365 like SharePoint, Exchange Online, PowerApps, Power Automate etc.
so you need to use the graph api to consume this Dashboard boards and shows that information to specific PowerApps and Power Automate. If there is any advisory release by Microsoft for these service then show that message accordingly in your Canvas app.
The information is here https://learn.microsoft.com/en-us/graph/api/servicehealth-get?view=graph-rest-1.0&tabs=http
Using this api end GET /admin/serviceAnnouncement/healthOverviews/{ServiceName}
You can get the heath of that service.
Service name example : Office 365 Powerapps, Office 365 Power Automate, Power Apps, Power BI, SharePoint Online etc.
To consume this api, you can create a schedule power automate which run daily and get the services. If any service has issue then get the information accordingly.
-----------------------------------------------------------------------------------------------------------------------------
I hope this helps.
Please click Accept as solution ✅ if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs up.👍
Thanks,
ANB