@@ -10,11 +10,11 @@ export NEWLINE_PATTERN ?= (?:\r\n|\r|\n)
1010
1111# Change to "https://api.coralogix.us:443/api/v1/logs" for US cluster
1212# Change to "https://api.app.coralogix.in:443/api/v1/logs" for IN cluster
13- export CORALOGIX_URL ?= "https ://api.coralogix.com:443/api/v1/logs"
13+ export CORALOGIX_URL ?= "https ://api.coralogix.com:443/api/v1/logs"
1414
1515functools :
16- @echo " Will now install: azure-functions-core-tools v3 "
17- @npm install -g azure-functions-core-tools@3 --unsafe-perm true
16+ @echo " Will now install: azure-functions-core-tools v4 "
17+ @npm install -g azure-functions-core-tools@4 --unsafe-perm true
1818
1919dependencies :
2020 @echo " Will now build the dependencies"
@@ -39,7 +39,7 @@ install:
3939 --name " $( AZURE_FUNCTION_NAME) " \
4040 --location $(AZURE_REGION ) \
4141 --resource-group $(AZURE_RESOURCE_GROUP ) \
42- --sku Standard_LRS
42+ --sku Standard_LRS
4343 @echo " Will now create the function with the following parametrs"
4444 @echo " Function Name: $( AZURE_FUNCTION_NAME) "
4545 @echo " Resource Group: $( AZURE_RESOURCE_GROUP) "
@@ -52,8 +52,8 @@ install:
5252 --resource-group $(AZURE_RESOURCE_GROUP ) \
5353 --consumption-plan-location $(AZURE_REGION ) \
5454 --runtime node \
55- --runtime-version 12 \
56- --functions-version 3 \
55+ --runtime-version 16 \
56+ --functions-version ~ 4 \
5757 --storage-account $(AZURE_FUNCTION_NAME )
5858
5959configure :
0 commit comments