Skip to content

Commit d9e341a

Browse files
authored
Merge pull request #94720 from hyoshioka0128/patch-555
Typo "GitHub action"→"GitHub Actions"
2 parents 86d0b35 + 63432dc commit d9e341a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/container-instances/container-instances-github-action.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Deploy container instance by GitHub action
3-
description: Configure a GitHub action that automates steps to build, push, and deploy a container image to Azure Container Instances
2+
title: Deploy container instance by GitHub Actions
3+
description: Configure a GitHub Action that automates steps to build, push, and deploy a container image to Azure Container Instances
44
ms.topic: how-to
55
ms.author: tomcassidy
66
author: tomvcassidy
@@ -10,11 +10,11 @@ ms.date: 06/17/2022
1010
ms.custom: github-actions-azure, devx-track-azurecli
1111
---
1212

13-
# Configure a GitHub action to create a container instance
13+
# Configure a GitHub Action to create a container instance
1414

1515
[GitHub Actions](https://docs.github.com/en/actions) is a suite of features in GitHub to automate your software development workflows in the same place you store code and collaborate on pull requests and issues.
1616

17-
Use the [Deploy to Azure Container Instances](https://github.com/azure/aci-deploy) GitHub action to automate deployment of a single container to Azure Container Instances. The action allows you to set properties for a container instance similar to those in the [az container create][az-container-create] command.
17+
Use the [Deploy to Azure Container Instances](https://github.com/azure/aci-deploy) GitHub Actions to automate deployment of a single container to Azure Container Instances. The action allows you to set properties for a container instance similar to those in the [az container create][az-container-create] command.
1818

1919
This article shows how to set up a workflow in a GitHub repo that performs the following actions:
2020

@@ -28,7 +28,7 @@ This article shows two ways to set up the workflow:
2828
* [Use CLI extension](#use-deploy-to-azure-extension) - Use the `az container app up` command in the [Deploy to Azure](https://github.com/Azure/deploy-to-azure-cli-extension) extension in the Azure CLI. This command streamlines creation of the GitHub workflow and deployment steps.
2929

3030
> [!IMPORTANT]
31-
> The GitHub action for Azure Container Instances is currently in preview. Previews are made available to you on the condition that you agree to the [supplemental terms of use][terms-of-use]. Some aspects of this feature may change prior to general availability (GA).
31+
> The GitHub Actions for Azure Container Instances is currently in preview. Previews are made available to you on the condition that you agree to the [supplemental terms of use][terms-of-use]. Some aspects of this feature may change prior to general availability (GA).
3232
3333
## Prerequisites
3434

0 commit comments

Comments
 (0)