Tag Archives: app services

Azure App Services – Authentication with FB, Google and others in 5 minutes or so

By | April 20, 2017

Lately I’ve seen some posts about authentication made easy and simple with various packages and how it’s great we doesn’t haven’t to store logins and passwords in our databases anymore due to global availability of social identity providers. It’s true that making simple authentication with of of those providers is simple today. And in Azure… Read More »

Azure App Services – Continuous Delivery from git in 5 minutes or so

By | March 1, 2017

Since my project will be hosted on Azure App Services I want to ensure that every pushed commit will land in cloud environment and will be available outside of my local, dev machine. As close to it’s intended, production-like environment as possible. And with Azure App Services you can achieve basic continuous delivery without taking a… Read More »