Articles

Technical insights on .NET, Azure, and modern software development

Adding reCAPTCHA to Static Sites with Azure Functions

5 min read

My mailing list was suffering from spam signups due to an unprotected form. Since it was a static site, I needed a solution that didn't require me to host infrastructure. In this article, I'll discuss how I used Azure Functions to process reCAPTCHA tokens for my static site.

Read More