You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-instances/container-instances-tutorial-azure-function-trigger.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,14 @@ ms.custom:
16
16
17
17
[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.
18
18
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.
20
20
21
21
You learn how to:
22
22
23
23
> [!div class="checklist"]
24
24
> * 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.
25
25
> * 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.
27
27
> * Verify the HTTP-triggered deployment of the container.
28
28
29
29
> [!IMPORTANT]
@@ -198,9 +198,9 @@ az group delete --name myfunctionapp
198
198
In this tutorial, you created an Azure function that takes an HTTP request and triggers deployment of a container group. You learned how to:
199
199
200
200
> [!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.
202
202
> * 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.
204
204
> * Verify the HTTP-triggered deployment of the container.
205
205
206
206
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