Skip to content

Commit

Permalink
docs: remove functions worker project option in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnmoreels committed May 2, 2024
1 parent 1385875 commit ce4bdd6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 48 deletions.

This file was deleted.

4 changes: 0 additions & 4 deletions docs/preview/features/azurefunctions-eventhubs-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,4 @@ Creates a starter worker project with by default configured:
### Configuration

And additional features available with options:
* `--functions-worker`: Configures the type of Azure Functions worker type the project should target.
* `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.
4 changes: 0 additions & 4 deletions docs/preview/features/azurefunctions-http-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ Creates a starter worker project with by default configured:

And additional features available with options:

* `--functions-worker`: Configures the type of Azure Functions worker type the project should target.
* `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).
* `--include-healthchecks` (default `false`): include a default Health Azure Function and health check services from the project
* `--exclude-openapi` (default `false`): exclude the [Azure Functions OpenAPI docs generation and UI](https://github.com/Azure/azure-functions-openapi-extension) from the project.
* `--exclude-serilog` (default `false`): exclude the [Serilog](https://serilog.net/) logging infrastructure in the Azure Functions 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,4 @@ Creates a starter worker project with by default configured:
### Configuration

And additional features available with options:
* `--functions-worker`: Configures the type of Azure Functions worker type the project should target.
* `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).
* `--exclude-serilog`: Exclude the [Serilog](https://serilog.net/) logging infrastructure in the Azure Functions 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 @@ -30,8 +30,4 @@ Creates a starter worker project with by default configured:
### Configuration

And additional features available with options:
* `--functions-worker`: Configures the type of Azure Functions worker type the project should target.
* `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).
* `--exclude-serilog`: Exclude the [Serilog](https://serilog.net/) logging infrastructure in the Azure Functions 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 ce4bdd6

Please sign in to comment.