Browse by Tags

All Tags » Azure (RSS)
On any consumer-facing platform where users can submit content that will be seen by the public, it's a good idea to have some level of content moderation. Manual content moderation using humans is tedious and labor-intensive. Luckily, Azure Content...
with no comments
Filed under: , ,
I have been working with bots a bit lately and wanted to share some of my experiences. QnA Maker makes it really easy to built a bot to serve up a knowledge base based on simple question and answer pairs that you populate it with. After you publish your...
with no comments
Filed under: ,
If you want to build an Office AddIn for Word, Excel, or PowerPoint, all you really need to know is a little HTML and JavaScript. Since Ionic Framework is built with HTML and JavaScript, it actually makes a great fit for hosting an Office AddIn. In fact...
with no comments
Filed under: , , , ,
Quantum Computing is becoming quite the hot topic lately. With research being done by Google, IBM, Microsoft, universities, and a number of other players, it’s looking this is really going to happen. In fact, Google may just be weeks away from announcing...
with no comments
Filed under: ,
With the launch of HappenZap , I now have two multi-tenant mobile app platforms running on Azure App Service. When it comes to the backend services for mobile apps, Azure App Service really isn’t used that much though. In fact, in the 2017 Ionic Developer...
with no comments
Filed under: , , , ,
You can host an Ionic 2 Progressive Web App (PWA) pretty easily on Azure Web Sites (App Service). If you aren’t sure where to get started, take your Ionic 2 project and add the browser platform if you haven’t already. ionic platform add browser Now, you...
If you have used Azure App Service, you will have loved how easy it is to set up authentication to providers such as Azure Active Directory and Facebook. It lets you get started with a single line of code. You can literally login with a single line of...
Azure App Service makes it easy to build a back-end for a mobile application. One of my favorite features of it is Easy Tables. Easy Tables makes it easy to create tables in a SQL Azure database and comes with an SDK for several mobile platforms that...
with no comments
Filed under: , ,
When we built dotnetmafia.com, we used one of the most common blog engines around Community Server by Telligent.  At the time Telligent had a great blogging platform that they provided free to technical bloggers.  They really did a service to...
with no comments
Filed under:
Logic apps are a great new feature in Microsoft Azure that lets you connect to a variety of systems and create triggers and events.  This allows you to reproduce some interesting light workflow functionality in an easy manner.  It comes with...