Category: Cloud

  • Hosting SNOMED CT on Heroku

    Hosting SNOMED CT on Heroku

    At Birdie we’re big believers in making the data we receive about older adults’ care as useful as possible in improving their quality of life. That means making it available in the formats that other parts of the health and social care can understand. SNOMED CT is a lingua franca for encoding facts about patients…

  • First steps with Azure CLI

    This guide uses Azure’s cross platform CLI to create and destroy a virtual machine. First things first, lets define some basic properties about the machine such as the adminstrator credentials and its hostname, which will be given the suffix of cloudapp.net: HOST=cccu-dev-adfs USERNAME=djb PASSWORD=Password1! To make changes to your Azure account you’ll need to authenticate…