Skip to content

Commit 0b035a6

Browse files
committed
build fixes
1 parent 25a7044 commit 0b035a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-functions/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@
769769
- name: Migrate Node.js to model v4.x
770770
href: functions-node-upgrade-v4.md
771771
- name: Migrate to Flex Consumption plan
772-
href: migrate-plan-consumption-to-flex.md
772+
href: migration/migrate-plan-consumption-to-flex.md
773773
- name: Migrate .NET apps to the isolated model
774774
href: migrate-dotnet-to-isolated-model.md
775775
- name: Move resources

articles/azure-functions/migration/migrate-plan-consumption-to-flex.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1552,7 +1552,7 @@ Use these steps for cases where the new app fails to start or function triggers
15521552

15531553
1. Select **Monitoring** > **Logs** and run this Kusto query to check these tables for errors:
15541554

1555-
#### [traces](#/tab/traces-table)
1555+
#### [traces](#tab/traces-table)
15561556
```kusto
15571557
traces
15581558
| where severityLevel == 3
@@ -1562,7 +1562,7 @@ Use these steps for cases where the new app fails to start or function triggers
15621562
| order by timestamp desc
15631563
```
15641564
1565-
#### [requests](#/tab/requests-table)
1565+
#### [requests](#tab/requests-table)
15661566
15671567
```kusto
15681568
requests

0 commit comments

Comments
 (0)