Skip to content

Commit 51e3dbc

Browse files
authored
Fox other instance
1 parent 082289f commit 51e3dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/create-first-function-cli-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Verify your prerequisites, which depend on whether you are using Azure CLI or Az
5151

5252
+ In a terminal or command window, run `func --version` to check that the Azure Functions Core Tools are version 4.x.
5353

54-
+ Run `(Get-Module -ListAvailable Az).Version` and verify version 5.0 or later.
54+
+ Run `(Get-Module -ListAvailable Az).Version` and verify version 9.4.0 or later.
5555

5656
+ Run `Connect-AzAccount` to sign in to Azure and verify an active subscription.
5757

0 commit comments

Comments
 (0)