Azure functions Photo upload function using JAVA

We will go over a working example that uploads a photo to Azure Container as a Blob. The final codebase will run to upload a photo-based on a CURL command curl -w "\n" http://localhost:7071/api/uploadSathishPhoto --data /Users/sathishjayapal/Downloads/DSCN4934.JPG High level architecture Prerequisites: Azure CLI Azure subscription NPM JAVA 8. Maven CLI Now let us see how to … Continue reading Azure functions Photo upload function using JAVA

Cloudformation YAML file pass parameters

We have a simple cloud formation file in a YAML format. There are couple of parameters that need to be passed to this template. We want to make sure the parameters that are being passed are based on whether it is a PROD/Test environment. Here is the sample simple S3 upload file template AWSTemplateFormatVersion: 2010-09-09 … Continue reading Cloudformation YAML file pass parameters