From the course: Cloud Native Projects: Azure Serverless

Unlock the full course today

Join today to access over 24,500 courses taught by industry experts.

Azure Functions with Java

Azure Functions with Java

- [Instructor] Our next language is going to be Java. We're going to jump right into our IDEs to take a look at Azure Functions using this language. So within my IDE, once again, we're going to go to the Azure extension. We are going to create a new one. We'll select the folder that I'm in. I'm going to choose Java as the language. I'm going to use Java 11 preview. And now, I'm going to put in the group name for Maven. And I'm going to call this com.frankmoley.lil.azurefx. And we will leave the project name as Java Functions, we'll leave the snapshot version, and we'll leave the base package. We're going to go ahead and accept the default for the app name. Now, this is going to take a little bit. So be patient while the archetype runs. So now that that's run, let's jump over into our code itself. The first thing that we're going to do is open up Source, Test. And we're going to delete our two test files for right now.…

Contents