This function app is deployed in Azure Functions and serves as the backend for my Wordle App
There is one function CheckWord that verifies the input word against the word of the day (stored in Cosmos DB).
More details about the entire project here
Currently it is directly being deployed through VS Code Azure extension.