Skip to content

Commit f343d4e

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/SupportArticles-docs-pr (branch live)
2 parents 65d2560 + 4150de5 commit f343d4e

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

support/azure/azure-monitor/welcome-azure-monitor.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,10 @@ landingContent:
6363
url: azure-monitor-agent/migration/step-5-deploy-at-scale.md
6464
- text: Step 6 - Configure other services
6565
url: azure-monitor-agent/migration/step-6-configure-other-services.md
66+
67+
- title: Troubleshoot Azure Diagnostic Settings
68+
linkLists:
69+
- linkListType: how-to-guide
70+
links:
71+
- text: Deleted Azure event hub is automatically re-created by diagnostic settings
72+
url: diagnostic-settings/data-flow/deleted-event-hub-automatically-recreated.md

support/power-platform/power-automate/flow-run-issues/triggers-troubleshoot.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,3 +358,13 @@ Get-AdminFlowWithMigratingTriggerUrl -EnvironmentName <EnvironmentName>
358358
```
359359

360360
The cmdlet outputs the `DisplayName` and `FlowName` (ID) of each flow whose trigger URL will be migrated.
361+
362+
To find all impacted flows across a tenant:
363+
364+
1. Use [Get-AdminPowerAppEnvironment](/powershell/module/microsoft.powerapps.administration.powershell/get-adminpowerappenvironment) to list all app environments in the tenant:
365+
366+
```powershell
367+
Get-AdminPowerAppEnvironment
368+
```
369+
370+
1. Then use `Get-AdminFlowWithMigratingTriggerUrl` to list the impacted flows for each environment.

0 commit comments

Comments
 (0)