Azure Front Door team just GA’d March 2020 updates which include easier lockdown for backends. Now instead of using multiple values for X-Forwarded-Host header for filtering traffic to your backends, you can use the Front Door ID field for a new header X-Azure-FDID to lockdown your backends for both production traffic as well as health probes. Read more…
Azure
Limit access to your ASP.NET Core app by IP address with middleware
Update 12 Sep 2017: You can add IP restrictions to your Web App from Azure Portal now. https://docs.microsoft.com/en-us/azure/app-service/app-service-ip-restrictions I’m working on a mini-project that should be seen only from inside our company network. This is my first ASP.NET Core project and I’m still kind of lost with the configuration part and there aren’t many examples in Read more…
How to secure your ASP.NET Azure Web App
One of the ASP.NET Azure Web applications I’ve been working with is going to be security audited tomorrow and I was “only checking” that everything is OK in my app security-wise. I figured that I should write down a cheat sheet for the future to make sure I have all the configurations needed in place Read more…
Running Jasmine unit tests in your Visual Studio Online build
I couldn’t find thorough enough tutorial of running Jasmine tests in Visual Studio Online build as part of my continuous integration workflow. I struggled for hours to get this work and decided to write a step-by-step guide about how to make it work.
Apply IP restrictions for Azure Cloud Service
Since Azure SDK 2.4 there’s been a possibility to configure IP restrictions for Azure Cloud Services with Access Control List (ACL). Just add the following to your ServiceConfiguration.Cloud.cscfg.