Azure Severless: Functions and Logic Apps

Azure Serverless: Functions and Logic Apps

Dallas Monson Architecture, Articles, Azure, Cloud, Consulting, Development Technologies & Tools 1 Comment

This is a perfect opportunity for us to explore cloud serverless offerings as the ultimate contact-less development option. While COVID-19 continues to make face-to-face collaboration an impossibility, cloud-based applications and workloads provide a well-defined method for remote development and project deployment. Serverless offerings, like Azure Functions and Azure Logic Apps, take this to the next level while allowing us, as developers, to focus only on our application functionality and not the backing infrastructure or uptime of servers. These serverless solutions will be the focus of this blog.

Blockchain in Healthcare

[Video] A Timely & Relevant Blockchain Use Case: Tracking COVID-19 Patient Testing Data

David Pitt Blockchain, Healthcare, Hyperledger, Keyhole Creations, Videos 1 Comment

Attention: This article was published over 6 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Recording Details This 55-minute video features Keyhole Principle Consultant David Pitt in May 2020 at the Hyperledger KC User Group sponsored by Keyhole Software. …

Using Blockchain to Track Lab Results

White Paper: Tracking Lab Results Better With Blockchain Technology

Keyhole Software Articles, Blockchain, Healthcare, Hyperledger, Keyhole Creations Leave a Comment

Attention: This article was published over 6 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.The Keyhole team is proud to announce the publishing of a new white paper: Tracking Lab Results Better with Blockchain Technology. There are many …

Keyhole Fabric API Gateway by Keyhole Labs is Accepted into Hyperledger Labs

Keyhole Fabric API Gateway Accepted Into Hyperledger Labs

Keyhole Software API Development, Articles, Blockchain, Company News, Hyperledger Leave a Comment

The Keyhole Labs team has announced that the Keyhole Fabric API Gateway has been accepted into Hyperledger Labs.

Hyperledgerยฎ Labs is a community-based innovation space gathering people who share a common interest in developing blockchain-related software. Entrance into Hyperledger Labs allows the Keyhole Fabric API Gateway to be further tested, innovated, and used by the wider Hyperledger community.

See the official announcement on the Keyhole Labs blog.

Azure Web Apps in Docker Containers – Part 1

Joe Sciara Architecture, Articles, Azure, Cloud, Development Technologies & Tools, Docker, Tutorial Leave a Comment

So you want to host a web application on Azure with minimal overhead, but how is this done? Azure makes it possible by running an App Service using Docker containers. Setting up an App Service is simple and can be accomplished with a few steps.

In this blog, Iโ€™ll explain the steps necessary to generate a Docker image in Azure. Then, we will deploy a web application based on an image we generate. We host the application with the following steps:
1. Create a Container Registry
2. Build a Docker image
3. Create a Web App