Skip to content

Commit 651f33f

Browse files
author
Jill Grant
authored
Merge pull request #276618 from ggailey777/patch-3
[Functions] Add load testing to the How To → Develop TOC
2 parents fc1fa03 + 8fb1e1b commit 651f33f

File tree

1 file changed

+27
-25
lines changed

1 file changed

+27
-25
lines changed

articles/azure-functions/TOC.yml

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,8 @@
497497
href: functions-debug-powershell-local.md
498498
- name: Debug Event Grid trigger locally
499499
href: functions-debug-event-grid-trigger-local.md
500+
- name: Load testing
501+
href: ../load-testing/how-to-create-load-test-function-app.md?toc=/azure/azure-functions/toc.json
500502
- name: Dependency injection
501503
href: functions-dotnet-dependency-injection.md
502504
- name: Manage connections
@@ -737,20 +739,6 @@
737739
href: functions-app-settings.md
738740
- name: Triggers and bindings
739741
items:
740-
- name: Blob storage
741-
items:
742-
- name: Overview
743-
displayName: Blob storage
744-
href: functions-bindings-storage-blob.md
745-
- name: Trigger
746-
displayName: Blob storage
747-
href: functions-bindings-storage-blob-trigger.md
748-
- name: Input
749-
displayName: Blob storage
750-
href: functions-bindings-storage-blob-input.md
751-
- name: Output
752-
displayName: Blob storage
753-
href: functions-bindings-storage-blob-output.md
754742
- name: Azure Cache for Redis
755743
items:
756744
- name: Overview
@@ -854,6 +842,20 @@
854842
- name: Output
855843
href: functions-bindings-azure-sql-output.md
856844
displayName: Azure SQL
845+
- name: Blob storage
846+
items:
847+
- name: Overview
848+
displayName: Blob storage
849+
href: functions-bindings-storage-blob.md
850+
- name: Trigger
851+
displayName: Blob storage
852+
href: functions-bindings-storage-blob-trigger.md
853+
- name: Input
854+
displayName: Blob storage
855+
href: functions-bindings-storage-blob-input.md
856+
- name: Output
857+
displayName: Blob storage
858+
href: functions-bindings-storage-blob-output.md
857859
- name: Dapr
858860
items:
859861
- name: Overview
@@ -914,6 +916,17 @@
914916
- name: Output
915917
href: functions-bindings-event-hubs-output.md
916918
displayName: Azure Event Hubs
919+
- name: HTTP and webhooks
920+
items:
921+
- name: Overview
922+
href: functions-bindings-http-webhook.md
923+
displayName: HTTP
924+
- name: Trigger
925+
href: functions-bindings-http-webhook-trigger.md
926+
displayName: HTTP, keys, authorization keys, function keys, access keys
927+
- name: Output
928+
href: functions-bindings-http-webhook-output.md
929+
displayName: HTTP
917930
- name: IoT Hub
918931
items:
919932
- name: Overview
@@ -933,17 +946,6 @@
933946
- name: Output
934947
href: functions-bindings-kafka-output.md
935948
displayName: Kafka
936-
- name: HTTP and webhooks
937-
items:
938-
- name: Overview
939-
href: functions-bindings-http-webhook.md
940-
displayName: HTTP
941-
- name: Trigger
942-
href: functions-bindings-http-webhook-trigger.md
943-
displayName: HTTP, keys, authorization keys, function keys, access keys
944-
- name: Output
945-
href: functions-bindings-http-webhook-output.md
946-
displayName: HTTP
947949
- name: Mobile Apps
948950
href: functions-bindings-mobile-apps.md
949951
- name: Notification Hubs

0 commit comments

Comments
 (0)