4
Az Command
Oliver Dolk редактировал(а) эту страницу 2019-02-11 12:31:15 -08:00
The az functionapp devops-build create command allows you to setup a server side build for your Azure Functions application. It will configure all of the DevOps resources you need and the build and release steps.
To run this command follow the steps below:
- You need to have the Azure CLI installed. To install it follow the link here.
- You need to have created an Azure Function application. You can do this through the portal or through the Azure CLI.
- Make sure that you are logged into your azure account. You can do this using be running
az login
. Please note that you also need to be on the right subscription associated with your function application. - run
az functionapp devops-build create --verbose
in the directory containing your functionapp (this directory contains the host.json).