Build is over, now it is time to play with all the new features that was announced. Microsoft teams was one of the product that got a new handful of useful features. The list of customizations options for teams are now even longer, check them out here: https://msdn.microsoft.com/en-us/microsoft-teams/ The one […]
Estimated reading time: 5 minutes
Today’s post describes how Azure Function’s very easily can be used to build real world applications. I build the basis application on my train ride home from Azure Global Bootcamp, an hour from idea to working implementation. The application is a URL shortener, like you know from tinyurl, bit.ly or […]
Estimated reading time: 6 minutes
So your company uses Office 365, and you are tired of constantly having to go to Microsofts login portal, maybe even decide whether to use your organizational (work or school) account or you personal account before you can log in? If your company also uses ADFS you can actually skip […]
Estimated reading time: 4 minutes
Today Microsoft released their new collaboration tool, Microsoft Teams. Microsoft teams is a Slack copy, build on-top of Office 365. It has very good integration with the rest of the Office 365 services, and is looking to be a very promising alternative to Slack for all those companies that have […]
Estimated reading time: 10 minutes
Per default Azure Functions uses the name of the function (which is in fact the directory name that contains the function files) as the http route. E.g. a function named products hosted in azure functions with the name mycompany will end up at a URL: https://mycompany.azurewebsites.net/products. That might be fine […]
Estimated reading time: 4 minutes
Microsoft recently introduced a dynamic pricing model for the Azure App Service Plan. The app service plan is the infrastructure that hosts your Web App, Function Apps or Logic Apps. Currently the dynamic service plan is only available for function and logic apps. In fact going forward from the 1st […]
Estimated reading time: 4 minutes