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/app-service/deploy-local-git.md
+3-17Lines changed: 3 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ One of the simplest ways to deploy code is from your local computer. This articl
19
19
20
20
To complete the steps in this article, you need:
21
21
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)]
22
23
-[Git installed](https://www.git-scm.com/downloads), and a local Git repository that contains app code to deploy.
23
24
24
25
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:
- 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).
0 commit comments