Skip to content

Commit b12722c

Browse files
committed
validation errors
1 parent aac7851 commit b12722c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/container-instances/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
- name: Integrate with Azure services
3333
items:
3434
- name: Trigger with Azure Functions
35-
href: container-instances-tutorial-azure-functions.md
35+
href: container-instances-tutorial-azure-function-trigger.md
3636
- name: Samples
3737
items:
3838
- name: Code samples

articles/container-instances/container-instances-tutorial-azure-function-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ This example creates a container group consisting of a single container instance
9191

9292
## Test function app locally
9393

94-
Ensure that the function runs properly locally before republishing the function app project to Azure. As in the [PowerShell quickstart](../azure-functions/functions-create-first-function-powershell.md), insert a local breakpoint in the PowerShell script and a `Wait-Debugger` call above it. For debugging guidance, see [Debug PowerShell Azure Functions locally](../azure/azure-functions/functions-debug-powershell-local.md).
94+
Ensure that the function runs properly locally before republishing the function app project to Azure. As in the [PowerShell quickstart](../azure-functions/functions-create-first-function-powershell.md), insert a local breakpoint in the PowerShell script and a `Wait-Debugger` call above it. For debugging guidance, see [Debug PowerShell Azure Functions locally](../azure-functions/functions-debug-powershell-local.md).
9595

9696

9797
## Republish Azure function app

0 commit comments

Comments
 (0)