We held our first hackathon in February! This post presents one submission; a property search chat bot.
Posted in Programming with : hackathon, azure, chat bot, azure bot service, cognitive services, LUIS, ai
>HI
The tech team behind purplebricks.com
We held our first hackathon in February! This post presents one submission; a property search chat bot.
Posted in Programming with : hackathon, azure, chat bot, azure bot service, cognitive services, LUIS, ai
With the release of Octopus 3.5 you can now utilise Azure AD authentication. This document is an overview of how I have implemented this.
Posted in devops with : octopus, azure, integration
There was a need to automatically update a FogBugz Case’s based upon actions within Visual Studio Team Services (VSTS) work items. To achieve this I am using Zapier and the FogBugz API to orchestrate the process.
Posted in devops with : vsts, fogbugz, automation, zapier
There are a number of ways of deploying to an azure web app, you can use ftp, integrate with github, use the azure powershell cmdlets, publish from visual studio, use a 3rd party tool like the very excellent octopus deploy or one of the many other options available. The option we have found to be the most reliable and fastest for our scenario is web deploy.
Posted in devops with : webdeploy, msdeploy, azure, powershell
Tabs are a common tool used to split up user interfaces on the web. They usually represent to the user that you’re working within the same section of a page but that there are multiple options for you there that don’t warrant splitting of into full pages of their own.
Posted in Programming with : JavaScript, KnockoutJS, Front-end