Skip to content

Commit dc22a47

Browse files
committed
Incorp'd Deep's review comments
1 parent 924cb1f commit dc22a47

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Tutorial - Azure Functions trigger for Azure Container Instances
3-
description: Create an HTTP-triggered serverless PowerShell function to automate creation of Azure container instances
2+
title: Tutorial - Trigger Azure Container Instances by an Azure function
3+
description: Create an HTTP-triggered, serverless PowerShell function to automate creation of Azure container instances
44
services: container-instances
55
author: dlepow
66
manager: gwallace
77

88
ms.service: container-instances
99
ms.topic: tutorial
10-
ms.date: 08/16/2019
10+
ms.date: 09/20/2019
1111
ms.author: danlep
1212
ms.custom:
1313
---
@@ -31,7 +31,7 @@ You learn how to:
3131
3232
## Prerequisites
3333

34-
See [Create your first PowerShell function in Azure](../azure-functions/functions-create-first-function-powershell.md) for prerequisites to install and use Visual Studio Code with the Azure Functions on your OS.
34+
See [Create your first PowerShell function in Azure](../azure-functions/functions-create-first-function-powershell.md#prerequisites) for prerequisites to install and use Visual Studio Code with the Azure Functions on your OS.
3535

3636
Some steps in this article use the Azure CLI. You can use the Azure Cloud Shell or a local installation of the Azure CLI to complete these steps. If you need to install or upgrade, see [Install Azure CLI][azure-cli-install].
3737

@@ -92,7 +92,7 @@ This example creates a container group consisting of a single container instance
9292

9393
## Test function app locally
9494

95-
Ensure that the function runs properly locally before republishing the function app project to Azure. As shown 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).
95+
Ensure that the function runs properly locally before republishing the function app project to Azure. As shown 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).
9696

9797

9898
## Republish Azure function app
@@ -175,7 +175,6 @@ Started container group mycontainergroup
175175
Verify that the container ran with the [az container logs][az-container-logs] command:
176176

177177
```azurecli
178-
179178
az container logs --resource-group myfunctionapp --name mycontainergroup
180179
```
181180

0 commit comments

Comments
 (0)