vsts

A 1-post collection

Angular, Azure Storage, and Function Proxies - Oh My!

As I was working on the Securing Azure Functions with Azure Active Directory series [https://peteskelly.com/secure-functions-aad-1/], I wanted a simple way to test the application and OAuth flows in Azure. This seemed like a perfect time to try out the use of Azure Blob Storage for hosting static files and using Azure Function Proxies [https://docs.microsoft.com/en-us/azure/azure-functions/functions-proxies#advanced-configuration] to deliver the Angular app. As a bonus, I got to learn a bit abo...