Skip to content

Commit 6639dcb

Browse files
authored
Fixes to PS requirements
@JatinSanghvi
1 parent 6b6dfb0 commit 6639dcb

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

articles/azure-functions/create-first-function-arc-custom-container.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,32 +22,36 @@ On your local computer:
2222

2323
+ [.NET 6.0 SDK](https://dotnet.microsoft.com/download)
2424
+ [Azure Functions Core Tools version 4.x](functions-run-local.md?tabs=v4%2Ccsharp#install-the-azure-functions-core-tools)
25-
+ [Azure CLI](/cli/azure/install-azure-cli) version 2.4 or later.
25+
+ [Azure CLI](/cli/azure/install-azure-cli) version 2.4 or later
2626
+ [Docker](https://docs.docker.com/install/)
2727
+ [Docker ID](https://hub.docker.com/signup)
2828

2929
# [JavaScript](#tab/nodejs)
3030

31-
+ [Node.js](https://nodejs.org/) version 12. Node.js version 10 is also supported.
32-
+ [Azure Functions Core Tools version 4.x.](functions-run-local.md?tabs=v4%2Cnode#install-the-azure-functions-core-tools).
33-
+ [Azure CLI](/cli/azure/install-azure-cli) version 2.4 or later.
31+
+ [Node.js](https://nodejs.org/) version 12 (Node.js version 10 is also supported)
32+
+ [Azure Functions Core Tools version 4.x](functions-run-local.md?tabs=v4%2Cnode#install-the-azure-functions-core-tools)
33+
+ [Azure CLI](/cli/azure/install-azure-cli) version 2.4 or later
3434
+ [Docker](https://docs.docker.com/install/)
3535
+ [Docker ID](https://hub.docker.com/signup)
3636

3737
# [Python](#tab/python)
3838

3939
+ [Python versions that are supported by Azure Functions](supported-languages.md#languages-by-runtime-version)
40-
+ [Azure Functions Core Tools version 4.x.](functions-run-local.md?tabs=v4%2Cpython#install-the-azure-functions-core-tools)
41-
+ [Azure CLI](/cli/azure/install-azure-cli) version 2.4 or later.
40+
+ [Azure Functions Core Tools version 4.x](functions-run-local.md?tabs=v4%2Cpython#install-the-azure-functions-core-tools)
41+
+ [Azure CLI](/cli/azure/install-azure-cli) version 2.4 or later
4242
+ [Docker](https://docs.docker.com/install/)
4343
+ [Docker ID](https://hub.docker.com/signup)
4444

4545
# [PowerShell](#tab/powershell)
4646

4747
+ [PowerShell 7](/powershell/scripting/install/installing-powershell-core-on-windows)
48-
+ [Azure Functions Core Tools version 4.x.](functions-run-local.md?tabs=v4%2Cpowershell#install-the-azure-functions-core-tools)
48+
+ [Azure Functions Core Tools version 4.x](functions-run-local.md?tabs=v4%2Cpowershell#install-the-azure-functions-core-tools)
4949
+ [Azure CLI](/cli/azure/install-azure-cli) version 2.4 or later
50-
+ PowerShell 7 requires version 1.2.5 of the connectedk8s Azure CLI extension, or a later version. It also requires version 0.1.3 of the appservice-kube Azure CLI extension, or a later version. Make sure you install the correct version of both of these extensions as you complete this quickstart article.
50+
+ [Docker](https://docs.docker.com/install/)
51+
+ [Docker ID](https://hub.docker.com/signup)
52+
+ PowerShell 7 requires recent versions of two Azure CLI extensions. Make sure you install the correct versions of the following extensions as you complete this quickstart article:
53+
+ `connectedk8s` version 1.2.5, or a later version
54+
+ `appservice-kube` version 0.1.3 or a later version
5155

5256
---
5357

0 commit comments

Comments
 (0)