author | ms.service | ms.topic | ms.date | ms.author |
---|---|---|---|---|
ggailey777 |
azure-functions |
include |
03/25/2020 |
glenga |
-
In a terminal or command window, run
func --version
to check that the Azure Functions Core Tools are version 2.7.1846 or later. -
Run
az --version
to check that the Azure CLI version is 2.0.76 or later. -
Run
az login
to sign in to Azure and verify an active subscription.
::: zone pivot="programming-language-python"
- Run
python --version
(Linux/MacOS) orpy --version
(Windows) to check your Python version reports 3.8.x, 3.7.x or 3.6.x. ::: zone-end