Skip to content

Commit a561a81

Browse files
Update links
1 parent 183292e commit a561a81

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

articles/app-service/webjobs-sdk-how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ static async Task Main()
420420
}
421421
```
422422

423-
For more details, see the [Event Hubs binding](../azure-functions/functions-bindings-event-hubs.md#hostjson-settings) article.
423+
For more details, see the [Event Hubs binding](../azure-functions/functions-bindings-event-hubs-output.md#hostjson-settings) article.
424424

425425
### Queue storage trigger configuration
426426

articles/azure-functions/functions-bindings-error-pages.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ When integrating with Azure services, errors may originate from the APIs of the
2626

2727
+ [Blob storage](functions-bindings-storage-blob-output.md#exceptions-and-return-codes)
2828

29-
+ [Event Hubs](functions-bindings-event-hubs.md#exceptions-and-return-codes)
29+
+ [Event Hubs](functions-bindings-event-hubs-output.md#exceptions-and-return-codes)
30+
31+
+ [IoT Hubs](functions-bindings-event-iot-output.md#exceptions-and-return-codes)
3032

3133
+ [Notification Hubs](functions-bindings-notification-hubs.md#exceptions-and-return-codes)
3234

articles/azure-functions/functions-host-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Configuration setting can be found in [bindings for Durable Functions](durable/d
211211

212212
## eventHub
213213

214-
Configuration settings can be found in [Event Hub triggers and bindings](functions-bindings-event-hubs.md#host-json).
214+
Configuration settings can be found in [Event Hub triggers and bindings](functions-bindings-event-hubs-output.md#host-json).
215215

216216
## extensions
217217

articles/azure-functions/functions-reference-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ You can choose to define output binding data using the `context.done` method ins
228228
context.bindingData
229229
```
230230

231-
Returns a named object that contains trigger metadata and function invocation data (`invocationId`, `sys.methodName`, `sys.utcNow`, `sys.randGuid`). For an example of trigger metadata, see this [event hubs example](functions-bindings-event-hubs.md#trigger).
231+
Returns a named object that contains trigger metadata and function invocation data (`invocationId`, `sys.methodName`, `sys.utcNow`, `sys.randGuid`). For an example of trigger metadata, see this [event hubs example](functions-bindings-event-hubs-trigger.md).
232232

233233
### context.done method
234234

articles/azure-functions/functions-scale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Scaling can vary on a number of factors, and scale differently based on the trig
154154

155155
Different triggers may also have different scaling limits as well as documented below:
156156

157-
* [Event Hub](functions-bindings-event-hubs.md#trigger---scaling)
157+
* [Event Hub](functions-bindings-event-hubs-trigger.md#scaling)
158158

159159
### Best practices and patterns for scalable apps
160160

0 commit comments

Comments
 (0)