Skip to content

Commit 00de1b2

Browse files
committed
link fix
1 parent 2bff12a commit 00de1b2

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

articles/azure-functions/functions-bindings-cosmosdb-v2-input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1512,7 +1512,7 @@ Here's the binding data in the *function.json* file:
15121512
::: zone pivot="programming-language-csharp"
15131513
## Attributes
15141514

1515-
Both [in-process](functions-dotnet-class-library.md) and [isolated worker process](dotnet-isolated-process-guide.md) C# libraries use attributes to define the function. C# script instead uses a function.json configuration file as described in the [C# scripting guide](./functions-reference-csharp.md#cosmos-db-v2-input).
1515+
Both [in-process](functions-dotnet-class-library.md) and [isolated worker process](dotnet-isolated-process-guide.md) C# libraries use attributes to define the function. C# script instead uses a function.json configuration file as described in the [C# scripting guide](./functions-reference-csharp.md#azure-cosmos-db-v2-input).
15161516

15171517
# [Extension 4.x+](#tab/extensionv4/in-process)
15181518

articles/azure-functions/functions-bindings-cosmosdb-v2-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ def main(req: func.HttpRequest, doc: func.Out[func.Document]) -> func.HttpRespon
608608
::: zone pivot="programming-language-csharp"
609609
## Attributes
610610

611-
Both [in-process](functions-dotnet-class-library.md) and [isolated worker process](dotnet-isolated-process-guide.md) C# libraries use attributes to define the function. C# script instead uses a function.json configuration file as described in the [C# scripting guide](./functions-reference-csharp.md#cosmos-db-v2-output).
611+
Both [in-process](functions-dotnet-class-library.md) and [isolated worker process](dotnet-isolated-process-guide.md) C# libraries use attributes to define the function. C# script instead uses a function.json configuration file as described in the [C# scripting guide](./functions-reference-csharp.md#azure-cosmos-db-v2-output).
612612

613613
# [Extension 4.x+](#tab/extensionv4/in-process)
614614

articles/azure-functions/functions-bindings-cosmosdb-v2-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ Here's the Python code:
313313
::: zone pivot="programming-language-csharp"
314314
## Attributes
315315

316-
Both [in-process](functions-dotnet-class-library.md) and [isolated process](dotnet-isolated-process-guide.md) C# libraries use the [CosmosDBTriggerAttribute](https://github.com/Azure/azure-webjobs-sdk-extensions/blob/master/src/WebJobs.Extensions.CosmosDB/Trigger/CosmosDBTriggerAttribute.cs) to define the function. C# script instead uses a function.json configuration file as described in the [C# scripting guide](./functions-reference-csharp.md#cosmos-db-v2-trigger).
316+
Both [in-process](functions-dotnet-class-library.md) and [isolated process](dotnet-isolated-process-guide.md) C# libraries use the [CosmosDBTriggerAttribute](https://github.com/Azure/azure-webjobs-sdk-extensions/blob/master/src/WebJobs.Extensions.CosmosDB/Trigger/CosmosDBTriggerAttribute.cs) to define the function. C# script instead uses a function.json configuration file as described in the [C# scripting guide](./functions-reference-csharp.md#azure-cosmos-db-v2-trigger).
317317

318318
# [Extension 4.x+](#tab/extensionv4/in-process)
319319

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3661,8 +3661,6 @@ Here's the *function.json* file:
36613661
}
36623662
```
36633663

3664-
For more information, see [Attributes](#attributes).
3665-
36663664
```cs
36673665
public static void Run(WarmupContext warmupContext, ILogger log)
36683666
{

0 commit comments

Comments
 (0)