ChrizTalk

Category: Azure

Home Category: Azure

Cross database queries on views in SQL Azure

January 17, 2017ChrizNo Comments

There are some nice articles about setting up this feature in SQL Azure. I prefer this one: https://ppolyzos.com/2016/07/30/cross-database-queries-in-azure-sql-databases/ but you could also go for this ‘official’ Microsoft doc at https://docs.microsoft.com/en-US/azure/sql-database/sql-database-elastic-query-getting-started-vertical But in both of the articles I couldn’t find anything about the usage of views, so I tried it out myself. I will go on with the article on…

Hosting Angular app in Azure using ASP.NET Core

December 27, 2016ChrizNo Comments

Since I started Angular development (coming from a Microsoft background), I’m constantly struggling how to host my Angular applications. All of my applications are hosted on Windows Azure, so it makes sense to host my Angular app there as well. You can simply create an ASP.NET web application and add Angular to it (see https://angular.io/docs/ts/latest/cookbook/visual-studio-2015.html),…

Email reports from SQL Azure

May 22, 2014Chriz1 commentWindows Azure

For one of my projects I wanted to do some daily checks and send the results by email to me and some colleagues. Of course this can be done by creating a worker role, but there is another (easier) way, by using Windows Azure Mobile Services. This way you don’t have to deploy anything, just…

Recent Posts

  • Ionic 3 and Firebase Facebook authentication using AngularFire2
  • Ionic 3 and Firebase authentication using AngularFire2
  • Ionic 3, Firebase and AngularFire2
  • Ionic 2 and Font Awesome using Sass
  • Using Google Fonts in Ionic 2

&copy 2016 ChrizTalk