This repository contains an Azure Function app that demonstrates a simple HTTP trigger. When invoked, the function responds with a welcome message, showcasing how to build serverless applications using Azure Functions.
- HTTP Trigger: The function is triggered by HTTP requests.
- Logging: Basic logging functionality to track requests.
- .NET SDK (version 6.0 or later)
- Azure Functions Core Tools for local development
- An Azure account to deploy the function
- Clone this repository:
git clone https://github.com/yourusername/Azure-Function-App-Welcome.git cd Azure-Function-App-Welcome