Browse by Tags

All Tags » Apps » Azure (RSS)
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: , , , ,
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...