File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 769
769
- name : Migrate Node.js to model v4.x
770
770
href : functions-node-upgrade-v4.md
771
771
- name : Migrate to Flex Consumption plan
772
- href : migrate-plan-consumption-to-flex.md
772
+ href : migration/ migrate-plan-consumption-to-flex.md
773
773
- name : Migrate .NET apps to the isolated model
774
774
href : migrate-dotnet-to-isolated-model.md
775
775
- name : Move resources
Original file line number Diff line number Diff line change @@ -1552,7 +1552,7 @@ Use these steps for cases where the new app fails to start or function triggers
1552
1552
1553
1553
1 . Select ** Monitoring** > ** Logs** and run this Kusto query to check these tables for errors:
1554
1554
1555
- #### [ traces] ( #/ tab/traces-table )
1555
+ #### [ traces] ( #tab/traces-table )
1556
1556
``` kusto
1557
1557
traces
1558
1558
| where severityLevel == 3
@@ -1562,7 +1562,7 @@ Use these steps for cases where the new app fails to start or function triggers
1562
1562
| order by timestamp desc
1563
1563
```
1564
1564
1565
- #### [requests](#/ tab/requests-table)
1565
+ #### [requests](#tab/requests-table)
1566
1566
1567
1567
```kusto
1568
1568
requests
You can’t perform that action at this time.
0 commit comments