Skip to content

Commit 7ff8414

Browse files
authored
Updated prerequisites section in README
1 parent 93101d3 commit 7ff8414

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@ To use, put the number to be checked in the query string of the deployed functio
6262

6363
### Prerequisites
6464

65-
See [Quickstart: Create a Java function in Azure from the command line](https://learn.microsoft.com/en-us/azure/azure-functions/create-first-function-cli-java).
65+
- Azure CLI: `brew install azure-cli`
66+
- Azure Functions Core Tools: `brew tap azure/functions && brew install azure-functions-core-tools@4`
67+
68+
See also [Quickstart: Create a Java function in Azure from the command line](https://learn.microsoft.com/en-us/azure/azure-functions/create-first-function-cli-java).
6669

6770
### Building and testing locally
6871

0 commit comments

Comments
 (0)