Skip to content

Commit aac7851

Browse files
committed
minor edit
1 parent 55bdaa8 commit aac7851

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ ms.custom:
1616

1717
[Azure Functions](../azure-functions/functions-overview.md) is a serverless compute service that can run scripts or code in response to a variety of events, such as an HTTP request, a timer, or a message in an Azure Storage queue.
1818

19-
In this tutorial, you create an Azure function that takes an HTTP request and triggers deployment of a container group. This example shows the basics of using Azure Functions to automatically create resources in Azure Container Instances. Modify or extend the example for more complex scenarios or other event triggers.
19+
In this tutorial, you create an Azure function that takes an HTTP request and triggers deployment of a [container group](container-instances-container-groups.md). This example shows the basics of using Azure Functions to automatically create resources in Azure Container Instances. Modify or extend the example for more complex scenarios or other event triggers.
2020

2121
You learn how to:
2222

2323
> [!div class="checklist"]
2424
> * Use Visual Studio Code with the [Azure Functions extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions) to create a basic HTTP-triggered PowerShell function locally. Then, deploy it to a function app in Azure.
2525
> * Enable an identity in the function app and give it permissions to create Azure resources.
26-
> * Modify and republish the PowerShell function code to automate deployment of a single-container [container group](container-instances-container-groups.md).
26+
> * Modify and republish the PowerShell function code to automate deployment of a single-container container group.
2727
> * Verify the HTTP-triggered deployment of the container.
2828
2929
> [!IMPORTANT]
@@ -198,9 +198,9 @@ az group delete --name myfunctionapp
198198
In this tutorial, you created an Azure function that takes an HTTP request and triggers deployment of a container group. You learned how to:
199199

200200
> [!div class="checklist"]
201-
> * Use Visual Studio Code with the [Azure Functions extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions) to create a basic HTTP-triggered PowerShell function locally. Then, deploy it to a function app in Azure.
201+
> * Use Visual Studio Code with the Azure Functions extension to create a basic HTTP-triggered PowerShell function locally. Then, deploy it to a function app in Azure.
202202
> * Enable an identity in the function app and give it permissions to create Azure resources.
203-
> * Modify and republish the PowerShell function code to automate deployment of a single-container [container group](container-instances-container-groups.md).
203+
> * Modify and republish the PowerShell function code to automate deployment of a single-container container group.
204204
> * Verify the HTTP-triggered deployment of the container.
205205
206206
For a detailed example to launch and monitor a containerized job, see the blog post [Event-Driven Serverless Containers with PowerShell Azure Functions and Azure Container Instances](https://dev.to/azure/event-driven-serverless-containers-with-powershell-azure-functions-and-azure-container-instances-e9b) and accompanying [code sample](https://github.com/anthonychu/functions-powershell-run-aci).

0 commit comments

Comments
 (0)