Skip to content

MBurchard/azure-functions-test

Repository files navigation

ComSTAR Azure Functions

Azure Functions for ComSTAR Project

Setup Environment

Azure problems

Microsoft unfortunately does not manage to use the correct syntax for variables on Linux

Change the worker.config.json with sudo vim /usr/lib/azure-functions-core-tools-3/workers/java/worker.config.json.

Find the Windows style variable %JAVA_HOME% and change to the absolut path, because the Linux style variable $JAVA_HOME does not work either.

Logs

az login
az account list
az account set --subscription UEPREPROD01
az webapp log tail --resource-group UCCS-PaaS-uat-rgp-001 --name comstar-azure-functions

About

A Test setup of Azure Functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages