Java Azure Functions deployment error: Failed to execute goal com.microsoft.azure:azure-functions-maven-plugin:1.19.0:deploy

Viewed 42

I have created a azure function in java created Using Command line by following below given Microsoft guide https://docs.microsoft.com/en-us/azure/azure-functions/create-first-function-cli-java

I have followed all the steps and locally I have deployed the functions and it is working fine but while trying to deploy into Azure using the following commands:

error

I am getting the following error on Command line: error

Anyone please help me in resolving the above error to deploy the function into azure.

Thanks & Regards, Preethi H R

0 Answers
Related