Example of creating an Azure Function
From the Azure CLI, run
./infrastructure/deploy-infrastructure.bat
Run dotnet build
, the run the following from the Azure CLI:
./deploy-app.bat
Because the Azure Storage account is used, you will also need to pull connection string from Azure:
func azure functionapp fetch-app-settings azfuncqstart
Run func start
From the Azure CLI, run
./infrastructure/destroy-infrastructure.bat
Quickstart: Create a function in Azure that responds to HTTP requests
Connect Azure Functions to Azure Storage using command line tools