Skip to content

Commit

Permalink
fix: correct project alias for az func eventhubs project template (#808)
Browse files Browse the repository at this point in the history
* fix: correct project alias for az func eventhubs project template

* Update azurefunctions-eventhubs-template.md

* Update azurefunctions-eventhubs-template.md
  • Loading branch information
stijnmoreels authored May 23, 2023
1 parent 50bd055 commit f05c0c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/preview/features/azurefunctions-eventhubs-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ First, install the template from NuGet:
When installed, the template can be created with shortname: `arcus-az-func-eventhubs`:

```shell
> dotnet new arcus-az-func-servicebus-topic --name Arcus.Demo.AzureFunctions.EventHubs
> dotnet new arcus-az-func-eventhubs --name Arcus.Demo.AzureFunctions.EventHubs
```

## Features
Expand All @@ -34,4 +34,4 @@ And additional features available with options:
* `isolated` (default): Uses the isolated Azure Functions worker type which runs on a different process as the Azure Function
* `inProcess`: Uses the in-process Azure Functions worker type which runs on the same process as run Azure Function
For more information on the difference between the two, see [Microsoft's documentation](https://learn.microsoft.com/en-us/azure/azure-functions/dotnet-isolated-process-guide).
* `-es|--exclude-serilog`: Exclude the [Serilog](https://serilog.net/) logging infrastructure in the worker project which includes default enrichers ([version](https://observability.arcus-azure.net/features/telemetry-enrichment#version-enricher) and [application](https://observability.arcus-azure.net/features/telemetry-enrichment#application-enricher)), and sinking to Application Insights.
* `-es|--exclude-serilog`: Exclude the [Serilog](https://serilog.net/) logging infrastructure in the worker project which includes default enrichers ([version](https://observability.arcus-azure.net/features/telemetry-enrichment#version-enricher) and [application](https://observability.arcus-azure.net/features/telemetry-enrichment#application-enricher)), and sinking to Application Insights.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ First, install the template from NuGet:
When installed, the template can be created with shortname: `arcus-az-func-eventhubs`:

```shell
> dotnet new arcus-az-func-servicebus-topic --name Arcus.Demo.AzureFunctions.EventHubs
> dotnet new arcus-az-func-eventhubs --name Arcus.Demo.AzureFunctions.EventHubs
```

## Features
Expand All @@ -34,4 +34,4 @@ And additional features available with options:
* `inProcess` (default): Uses the in-process Azure Functions worker type which runs on the same process as run Azure Function
* `isolated`: Uses the isolated Azure Functions worker type which runs on a different process as the Azure Function
For more information on the difference between the two, see [Microsoft's documentation](https://learn.microsoft.com/en-us/azure/azure-functions/dotnet-isolated-process-guide).
* `-es|--exclude-serilog`: Exclude the [Serilog](https://serilog.net/) logging infrastructure in the worker project which includes default enrichers ([version](https://observability.arcus-azure.net/features/telemetry-enrichment#version-enricher) and [application](https://observability.arcus-azure.net/features/telemetry-enrichment#application-enricher)), and sinking to Application Insights.
* `-es|--exclude-serilog`: Exclude the [Serilog](https://serilog.net/) logging infrastructure in the worker project which includes default enrichers ([version](https://observability.arcus-azure.net/features/telemetry-enrichment#version-enricher) and [application](https://observability.arcus-azure.net/features/telemetry-enrichment#application-enricher)), and sinking to Application Insights.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ First, install the template from NuGet:
When installed, the template can be created with shortname: `arcus-az-func-eventhubs`:

```shell
> dotnet new arcus-az-func-servicebus-topic --name Arcus.Demo.AzureFunctions.EventHubs
> dotnet new arcus-az-func-eventhubs --name Arcus.Demo.AzureFunctions.EventHubs
```

## Features
Expand All @@ -34,4 +34,4 @@ And additional features available with options:
* `isolated` (default): Uses the isolated Azure Functions worker type which runs on a different process as the Azure Function
* `inProcess`: Uses the in-process Azure Functions worker type which runs on the same process as run Azure Function
For more information on the difference between the two, see [Microsoft's documentation](https://learn.microsoft.com/en-us/azure/azure-functions/dotnet-isolated-process-guide).
* `-es|--exclude-serilog`: Exclude the [Serilog](https://serilog.net/) logging infrastructure in the worker project which includes default enrichers ([version](https://observability.arcus-azure.net/features/telemetry-enrichment#version-enricher) and [application](https://observability.arcus-azure.net/features/telemetry-enrichment#application-enricher)), and sinking to Application Insights.
* `-es|--exclude-serilog`: Exclude the [Serilog](https://serilog.net/) logging infrastructure in the worker project which includes default enrichers ([version](https://observability.arcus-azure.net/features/telemetry-enrichment#version-enricher) and [application](https://observability.arcus-azure.net/features/telemetry-enrichment#application-enricher)), and sinking to Application Insights.

0 comments on commit f05c0c8

Please sign in to comment.