Skip to content

Commit 92dba9d

Browse files
committed
fix
1 parent f6de384 commit 92dba9d

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

articles/app-service/deploy-local-git.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ One of the simplest ways to deploy code is from your local computer. This articl
1919

2020
To complete the steps in this article, you need:
2121

22+
- An Azure account and subscription with permission to create App Services resources. [!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
2223
- [Git installed](https://www.git-scm.com/downloads), and a local Git repository that contains app code to deploy.
2324

2425
You can clone a sample Node.js app repository by running the following command in your local Bash terminal window:
@@ -27,23 +28,8 @@ To complete the steps in this article, you need:
2728
git clone https://github.com/Azure-Samples/nodejs-docs-hello-world.git
2829
```
2930

30-
# [Azure CLI](#tab/cli)
31-
32-
To run the Azure CLI commands, you need:
33-
34-
- An Azure account and subscription with permission to create App Services resources. [!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
35-
- The latest version of the [Azure CLI](/cli/azure/install-azure-cli) installed on your local machine. Sign in to Azure using [az login](/cli/azure/reference-index#az-login).
36-
37-
# [Azure PowerShell](#tab/powershell)
38-
39-
To run the Azure PowerShell commands, you need:
40-
41-
- An Azure account and subscription with permission to create App Services resources. [!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
42-
- The latest version of [Azure PowerShell](/powershell/azure/install-azure-powershell) installed. Sign in to Azure using [Connect-AzAccount](/powershell/module/az.accounts/connect-azaccount).
43-
44-
# [Azure portal](#tab/portal)
45-
46-
- An Azure account and subscription with permission to create App Services resources. [!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
31+
- If you want to use the Azure CLI commands, you need the latest version of the [Azure CLI installed](/cli/azure/install-azure-cli) on your local machine. Sign in to Azure using [az login](/cli/azure/reference-index#az-login).
32+
- If you want to run the Azure PowerShell commands, you need the latest version of [Azure PowerShell installed](/powershell/azure/install-azure-powershell). Sign in to Azure using [Connect-AzAccount](/powershell/module/az.accounts/connect-azaccount).
4733

4834
### Deployment user
4935

0 commit comments

Comments
 (0)