|
5 | 5 | - name: About Azure Functions
|
6 | 6 | href: functions-overview.md
|
7 | 7 | - name: Durable Functions
|
8 |
| - href: durable/durable-functions-overview.md |
| 8 | + href: durable/durable-functions-overview.md |
9 | 9 | - name: Serverless comparison
|
10 | 10 | href: functions-compare-logic-apps-ms-flow-webjobs.md
|
11 | 11 | - name: Hosting plan options
|
|
15 | 15 | items:
|
16 | 16 | - name: Create function
|
17 | 17 | expanded: true
|
18 |
| - items: |
| 18 | + items: |
19 | 19 | - name: Visual Studio Code
|
20 | 20 | href: /azure/azure-functions/functions-create-first-function-vs-code
|
21 | 21 | - name: Visual Studio
|
|
47 | 47 | - name: Image resize with Event Grid
|
48 | 48 | href: ../event-grid/resize-images-on-storage-blob-upload-event.md?toc=%2fazure%2fazure-functions%2ftoc.json
|
49 | 49 | - name: Create a serverless web app
|
50 |
| - href: /learn/modules/automatic-update-of-a-webapp-using-azure-functions-and-signalr |
| 50 | + href: /learn/modules/automatic-update-of-a-webapp-using-azure-functions-and-signalr |
51 | 51 | - name: Machine learning with TensorFlow
|
52 |
| - href: functions-machine-learning-tensorflow.md |
| 52 | + href: functions-machine-learning-tensorflow.md |
| 53 | + - name: Image classification with PyTorch |
| 54 | + href: machine-learning-pytorch.md |
53 | 55 | - name: Create a custom Linux image
|
54 | 56 | href: functions-create-function-linux-custom-image.md
|
55 | 57 | - name: Functions on IoT Edge device
|
|
69 | 71 | - name: JavaScript
|
70 | 72 | href: /samples/browse/?products=azure-functions&languages=javascript
|
71 | 73 | - name: PowerShell
|
72 |
| - href: /samples/browse/?products=azure-functions&languages=azurepowershell |
| 74 | + href: /samples/browse/?products=azure-functions&languages=azurepowershell |
73 | 75 | - name: Python
|
74 | 76 | href: /samples/browse/?products=azure-functions&languages=python
|
75 | 77 | - name: TypeScript
|
76 |
| - href: /samples/browse/?products=azure-functions&languages=typescript |
| 78 | + href: /samples/browse/?products=azure-functions&languages=typescript |
77 | 79 | - name: Azure CLI
|
78 |
| - href: functions-cli-samples.md |
| 80 | + href: functions-cli-samples.md |
79 | 81 | - name: Concepts
|
80 | 82 | items:
|
81 | 83 | - name: Compare runtime versions
|
|
107 | 109 | href: functions-bindings-errors.md
|
108 | 110 | - name: Languages
|
109 | 111 | items:
|
110 |
| - - name: Supported languages |
| 112 | + - name: Supported languages |
111 | 113 | href: supported-languages.md
|
112 | 114 | - name: C# (class library)
|
113 | 115 | href: functions-dotnet-class-library.md
|
|
116 | 118 | - name: F#
|
117 | 119 | href: functions-reference-fsharp.md
|
118 | 120 | - name: JavaScript
|
119 |
| - href: functions-reference-node.md |
| 121 | + href: functions-reference-node.md |
120 | 122 | - name: Java
|
121 |
| - href: functions-reference-java.md |
| 123 | + href: functions-reference-java.md |
122 | 124 | - name: PowerShell
|
123 | 125 | href: functions-reference-powershell.md
|
124 | 126 | - name: Python
|
|
128 | 130 | - name: Diagnostics
|
129 | 131 | href: functions-diagnostics.md
|
130 | 132 | - name: Consumption plan costs
|
131 |
| - href: functions-consumption-costs.md |
| 133 | + href: functions-consumption-costs.md |
132 | 134 | - name: Performance considerations
|
133 |
| - href: functions-best-practices.md |
| 135 | + href: functions-best-practices.md |
134 | 136 | displayName: best practice
|
135 | 137 | - name: Storage considerations
|
136 | 138 | href: storage-considerations.md
|
137 | 139 | displayName: encryption, keys
|
138 | 140 | - name: Functions Proxies
|
139 |
| - href: functions-proxies.md |
| 141 | + href: functions-proxies.md |
140 | 142 | - name: Networking options
|
141 | 143 | href: functions-networking-options.md
|
142 | 144 | - name: IP addresses
|
143 |
| - href: ip-addresses.md |
| 145 | + href: ip-addresses.md |
144 | 146 | - name: How-to guides
|
145 | 147 | items:
|
146 | 148 | - name: Develop
|
147 |
| - items: |
| 149 | + items: |
148 | 150 | - name: Developer guide
|
149 | 151 | href: functions-reference.md
|
150 | 152 | - name: Local development
|
151 |
| - items: |
| 153 | + items: |
152 | 154 | - name: Develop and debug locally
|
153 | 155 | href: functions-develop-local.md
|
154 | 156 | - name: Visual Studio Code development
|
|
158 | 160 | - name: Core Tools development
|
159 | 161 | href: functions-run-local.md
|
160 | 162 | - name: Create functions
|
161 |
| - items: |
162 |
| - - name: HTTP trigger |
163 |
| - items: |
| 163 | + items: |
| 164 | + - name: HTTP trigger |
| 165 | + items: |
164 | 166 | - name: Azure portal
|
165 | 167 | href: functions-create-first-azure-function.md
|
166 | 168 | - name: Command line
|
167 | 169 | href: create-cli.md
|
168 | 170 | - name: Visual Studio
|
169 |
| - href: create-visual-studio.md |
| 171 | + href: create-visual-studio.md |
170 | 172 | - name: Visual Studio Code
|
171 |
| - href: create-visual-studio-code.md |
| 173 | + href: create-visual-studio-code.md |
172 | 174 | - name: Java using Eclipse
|
173 | 175 | href: functions-create-maven-eclipse.md
|
174 | 176 | - name: Java using IntelliJ IDEA
|
175 | 177 | href: functions-create-maven-intellij.md
|
176 |
| - - name: Linux App Service plan |
| 178 | + - name: Linux App Service plan |
177 | 179 | href: create-function-app-linux-app-service-plan.md
|
178 | 180 | - name: Linux Consumption plan
|
179 | 181 | href: functions-create-first-azure-function-azure-cli-linux.md
|
180 | 182 | - name: Azure for Students Starter
|
181 |
| - href: functions-create-student-starter.md |
| 183 | + href: functions-create-student-starter.md |
182 | 184 | - name: Azure Cosmos DB trigger
|
183 | 185 | href: functions-create-cosmos-db-triggered-function.md
|
184 | 186 | - name: Blob storage trigger
|
|
231 | 233 | - name: Run from package
|
232 | 234 | href: run-functions-from-deployment-package.md
|
233 | 235 | - name: Functions in Kubernetes
|
234 |
| - href: functions-kubernetes-keda.md |
| 236 | + href: functions-kubernetes-keda.md |
235 | 237 | displayName: keda
|
236 | 238 | - name: Automate resource deployment
|
237 | 239 | href: functions-infrastructure-as-code.md
|
|
242 | 244 | maintainContext: true
|
243 | 245 | - name: Configure
|
244 | 246 | items:
|
245 |
| - - name: Manage a function app |
| 247 | + - name: Manage a function app |
246 | 248 | href: functions-how-to-use-azure-function-app-settings.md
|
247 | 249 | displayName: app setting, application setting
|
248 |
| - - name: Set the runtime version |
| 250 | + - name: Set the runtime version |
249 | 251 | href: set-runtime-version.md
|
250 |
| - - name: Manually register an extension |
| 252 | + - name: Manually register an extension |
251 | 253 | href: install-update-binding-extensions-manual.md
|
252 |
| - - name: Disable a function |
| 254 | + - name: Disable a function |
253 | 255 | href: disable-function.md
|
254 | 256 | - name: Geo-disaster recovery
|
255 | 257 | href: functions-geo-disaster-recovery.md
|
256 | 258 | - name: Monitor
|
257 |
| - items: |
| 259 | + items: |
258 | 260 | - name: Monitor functions
|
259 | 261 | href: functions-monitoring.md
|
260 | 262 | displayName: App Insights, Application Insights, logs, logging
|
|
285 | 287 | - name: Reference secrets from Key Vault
|
286 | 288 | href: ../app-service/app-service-key-vault-references.md?toc=%2fazure%2fazure-functions%2ftoc.json
|
287 | 289 | - name: Integrate
|
288 |
| - items: |
| 290 | + items: |
289 | 291 | - name: Add bindings
|
290 | 292 | items:
|
291 | 293 | - name: Azure Cosmos DB - portal
|
|
303 | 305 | - name: Connect to a virtual Network
|
304 | 306 | href: functions-create-vnet-old.md
|
305 | 307 | - name: Create an Open API 2.0 definition
|
306 |
| - href: functions-api-definition-getting-started.md |
| 308 | + href: functions-api-definition-getting-started.md |
307 | 309 | - name: Export to PowerApps and Microsoft Flow
|
308 | 310 | href: app-service-export-api-to-powerapps-and-flow.md
|
309 | 311 | - name: Use a managed identity
|
310 |
| - href: ../app-service/overview-managed-identity.md?toc=%2fazure%2fazure-functions%2ftoc.json |
| 312 | + href: ../app-service/overview-managed-identity.md?toc=%2fazure%2fazure-functions%2ftoc.json |
311 | 313 | - name: Customize HTTP function endpoint
|
312 | 314 | href: functions-create-serverless-api.md
|
313 | 315 | - name: Manage on-premises resources
|
314 | 316 | href: functions-hybrid-powershell.md
|
315 | 317 | - name: Troubleshoot
|
316 | 318 | items:
|
317 | 319 | - name: Troubleshoot storage
|
318 |
| - href: functions-recover-storage-account.md |
| 320 | + href: functions-recover-storage-account.md |
319 | 321 | - name: Reference
|
320 | 322 | items:
|
321 | 323 | - name: API references
|
322 | 324 | items:
|
323 | 325 | - name: Java
|
324 | 326 | href: https://docs.microsoft.com/java/api/overview/azure/functions/runtime?view=azure-java-stable
|
325 | 327 | - name: Python
|
326 |
| - href: https://docs.microsoft.com/python/api/azure-functions/azure.functions?view=azure-python |
| 328 | + href: https://docs.microsoft.com/python/api/azure-functions/azure.functions?view=azure-python |
327 | 329 | - name: App settings reference
|
328 | 330 | href: functions-app-settings.md
|
329 | 331 | - name: Triggers and bindings
|
|
339 | 341 | - name: Output
|
340 | 342 | href: functions-bindings-storage-blob-output.md
|
341 | 343 | - name: Azure Cosmos DB
|
342 |
| - items: |
| 344 | + items: |
343 | 345 | - name: Functions 1.x
|
344 | 346 | href: functions-bindings-cosmosdb.md
|
345 | 347 | displayName: Azure Cosmos DB
|
|
359 | 361 | href: functions-bindings-cosmosdb-v2-output.md
|
360 | 362 | displayName: Azure Cosmos DB
|
361 | 363 | - name: Event Grid
|
362 |
| - items: |
| 364 | + items: |
363 | 365 | - name: Overview
|
364 | 366 | href: functions-bindings-event-grid.md
|
365 | 367 | - name: Trigger
|
|
390 | 392 | displayName: Azure IoT Hubs
|
391 | 393 | - name: HTTP and webhooks
|
392 | 394 | items:
|
393 |
| - - name: Overview |
| 395 | + - name: Overview |
394 | 396 | href: functions-bindings-http-webhook.md
|
395 | 397 | - name: Trigger
|
396 | 398 | href: functions-bindings-http-webhook-trigger.md
|
|
436 | 438 | - name: Timer
|
437 | 439 | href: functions-bindings-timer.md
|
438 | 440 | - name: Twilio
|
439 |
| - href: functions-bindings-twilio.md |
| 441 | + href: functions-bindings-twilio.md |
440 | 442 | - name: Warmup
|
441 | 443 | href: functions-bindings-warmup.md
|
442 | 444 | - name: host.json 2.x reference
|
443 |
| - href: functions-host-json.md |
| 445 | + href: functions-host-json.md |
444 | 446 | - name: host.json 1.x reference
|
445 |
| - href: functions-host-json-v1.md |
| 447 | + href: functions-host-json-v1.md |
446 | 448 | - name: Networking FAQ
|
447 | 449 | href: functions-networking-faq.md
|
448 | 450 | - name: OpenAPI reference
|
|
458 | 460 | - name: Pricing calculator
|
459 | 461 | href: https://azure.microsoft.com/pricing/calculator/
|
460 | 462 | - name: Quota information
|
461 |
| - href: functions-scale.md#service-limits |
| 463 | + href: functions-scale.md#service-limits |
462 | 464 | - name: Regional availability
|
463 | 465 | href: https://azure.microsoft.com/regions/services/
|
464 | 466 | - name: Videos
|
|
0 commit comments