select the run button beside the method you are going to run

- First login to Azure Cloud account in Azure Explorer
Open up the 'Azure' on the project and click on Deploy to Azure...

- Then a few seconds later you will see the deployed functions under the Azure/Deployment Target/{your function on Azure}

Right click on the function you have deployed on Cloud then click on "Trigger Function in Browser"
You can see the 'code' parameter has been added. It is from the 'App Key' menu on the Azure. It needed to be provide for the security measure. If you run it from Intellij, it will be automatically attached. However, if it needs to be called from other service, 'code' must be provided to call that function.
You can see the log in the Monitor - Logs tab and select cope as your resource group. It seems like it has 4-5 min delay to show the log...






