Azure Function with Azure Storage using Java - part 04

Shalika Prasad
3 min readAug 3, 2020

Lets continue our fourth part related to Deploy Your Azure Web Application tutorial.

  1. Simply create an Azure function App.
  • After you create the function app, then you can create Azure Storage as well.
  • After creating those, you go to the storage account and see the Storage Explorer tab. Then, you can create a container here.

Now you want to create the Azure function project to upload images to Blob storage.

1.1 create ImageUploadFunction class

1.2 create ImageFile class for collecting data and sending it.

1.3 edit local.settings.json file

1.4 Edit pom.xml file to config Azure function app

1.5 Time to deploy your app

  • You can run for the test locally before deploy.

Next, we go to part 05 related to Deploy Your Azure Web Application tutorial.

Azure AD with Angular Web App — part 05

References

--

--