
Announcements
Hello,
I am trying to figure out where I can view a recent event in our environment's logs. A user reported that their flows were failing. After some digging they noticed that the environment's URL had been changed, the word prod was removed. I looked at the environment's history, but that only showed the last time the environment's name was edited, which was about four months ago and this URL change took place only a couple of days ago. I reached out to one of the Microsoft 365 admins, but they were unaware of any changes made to environment URLs. I then checked the environment's audit summary view, but the events shown there are primarily user access via web, with no additional context given. I filtered those events out to see what other events were listed, but any other events (i.e., delete attribute, delete entity, and audit change at org level) were performed over a year ago when we first stood up the environment. System jobs doesn't seem to offer any better information either.
Where would URL changes be recorded? Would those be viewable at the power platform admin level, or higher?
Such a URL change can only be made at the environment level, and hence only be made by users with the privilege to edit environment properties.
If the URL was changed as suggested, then this would have been logged as an edit against the specific environment via the Power Platform admin center (which it looks like you've already checked as you mentioned that the last time the name was registered as changed was 4 months ago).
Without knowing how the Flow is getting the URL, perhaps it could be that any of the following happened (assumption is that the Flow was developed on a sandbox environment then exported to your main environment):
1. Flow has hardcoded the url of the environment it was developed on, and the Flow was then imported to your main environment
2. Flow referencing an Environment variable, and that environment variable was imported into your main environment with the incorrect value?
3. Flow referencing a custom configuration value, and it is not correctly set in your main environment?