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…
Security
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…
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.
Validate Anti-Forgery Token using AngularJS, TypeScript, ASP.NET MVC and Web API
I’ve used Olav Nybø’s guide as a base for this article.
Octopus Deploy: Automatically transform SSL thumbprint
Recently I had to enable secure connection (HTTPS) for my Azure Cloud Service web role that has three separate environments: education, testing and production. I’m using Octopus Deploy to automate my deployments to Azure. This guide will tell how you can automatically change the SSL certificate thumbprint in ServiceConfiguration.Cloud.cscfg based on the environment you are deploying to.