Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 605 Bytes

functions-cli-verify-prereqs.md

File metadata and controls

18 lines (14 loc) · 605 Bytes
author ms.service ms.topic ms.date ms.author
ggailey777
azure-functions
include
03/25/2020
glenga

Prerequisite check

  • 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) or py --version (Windows) to check your Python version reports 3.8.x, 3.7.x or 3.6.x. ::: zone-end