I have created a azure function in java created Using Command line by following below given Microsoft guide https://learn.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:
I am getting the following error on Command line:

Anyone please help me in resolving the above error to deploy the function into azure.
Thanks & Regards, Preethi H R




