This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.functions; | |
| import java.time.*; | |
| import com.microsoft.azure.functions.annotation.*; | |
| import com.microsoft.azure.functions.*; | |
| /** | |
| * Azure Functions with HTTP Trigger. | |
| */ | |
| public class Function { |