Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Az Command

Oliver Dolk edited this page Feb 11, 2019 · 4 revisions

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:

  1. You need to have the Azure CLI installed. To install it follow the link here.
  2. You need to have created an Azure Function application. You can do this through the portal or through the Azure CLI.
  3. 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.
  4. run az functionapp devops-build create --verbose in the directory containing your functionapp (this directory contains the host.json).

Clone this wiki locally