Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions nservicebus/hosting/azure-functions-service-bus/analyzers.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ Starting in version 4.2, the Azure Functions host package comes with [Roslyn ana
* **Severity**:Error
* **Example message**: The NServiceBus endpoint address in Azure Functions is determined by the ServiceBusTrigger attribute.

### Default logging with LogDiagnostics will log to the built-in Azure Functions logs

* **Rule ID**: NSBWFUNC018
* **Severity**: Information
* **Example message**: In Azure Functions, console output to the built-in logs is not persisted and may result in the loss of the diagnostic information. Consider using 'AdvancedConfiguration.CustomDiagnosticsWriter' for more control over diagnostics output.

## Options API

### RouteReplyToThisInstance is not supported
Expand Down
Loading