Developer Support

Advocacy and Innovation

Hosting Option for OpenEMR in Azure

Cloud Solution Architect, Monu Bambroo, spotlights OpenEMR and various ways to host the service in Azure. OpenEMR is the most popular open source electronic health records and medical practice management solution. OpenEMR is designed to be used by healthcare providers and organizations of all sizes, from small clinics to large hospitals...

Azure DevOps Pipelines: Leveraging Stages with YAML Objects

John Folberth continues his series on Azure DevOps Pipelines, by Leveraging Stages with YAML Objects. Introduction By now we’ve covered the basics on tasks, jobs, stages, environments, variables and templates for jobs and tasks. It is now time to move towards stage templates. Additionally, to assist with templating we will cover ...

Azure DevOps Pipelines: If Expressions and Conditions

John Folberth continues his series on Azure DevOps Pipelines by taking a deep dive into If Expressions and Conditions. At this stage in the series we’ve talked about tasks, jobs, stages, how to template them, and how to leverage environments in variables. This post will attempt to cover some basics around using if and conditions in ...

Developer Support and MSDN/Visual Studio Subscription Benefits

Visual Studio provides valuable subscription benefits for building software and creating test environments.  This includes access to installation media, developer tools, online training, Azure/Office 365 subscriptions, and even basic support.  Since most development teams have access to MSDN/Visual Studio Subscriptions, businesses will ...

Azure DevOps Pipelines: Tasks, Jobs, Stages and more!

John Folberth recently contributed a series of Azure DevOps posts in our Tech Community covering a range of Pipeline topics, including Template Tasks, Jobs, Environments, Variables, Jobs, and Stages.  There is a lot of great information, so be sure to check these out. Azure DevOps Pipelines: Tasks, Jobs, Stages When starting in ...

Deploying Kubernetes Cluster on Azure VMs using kubeadm, CNI and containerd

Cenk Caglar and Toros Gökkurt walk through how to deploy Kubernetes clusters on Azure VMs using kubeadm, CNI and containerd. Although managed Kubernetes clusters are great, ready for production, and secure, they hide most of the administrative operations. I remember the days I was working with Kubernetes the hard way repository to ...

Azure DevOps – Leveraging Pipeline Decorators for Custom Process Automation

In this post, Jin Lee explores how Azure DevOps Pipeline Decorators can bridge the gap in a cloud environment with a customer's existing security processes on their on-premises IIS server. Background In the recent pandemic, health institutions all across the world have been pushed to their limits on about every facet. Through this, ...

Introduce RBAC in PostgreSQL Flexible Server

Pete Tian spotlights RBAC for PostgreSQL Flexible Server. (image) As more enterprises modernize identity management by using RBAC and simply authentication with Single Sign-On, the efforts of maintaining separate sets of username/password for every legacy database instance is still excessive operational overhead that is ...

Azure Cosmos DB for PostgreSQL w/ React QuickStart

John Folberth and Daniel Kim dive into Azure Cosmos DB for PostgreSQL and React with this overview and QuickStart. At Ignite 2022, Microsoft made an announcement for PostgreSQL in Azure CosmosDB! What is Azure Cosmos DB for PostgreSQL? Azure Cosmos DB - is a fast, distributed NoSQL database. Scalable with 99.999% availability! (Get ...

Tracking Azure History with Azure Resource Graph

John Folberth explores how Azure Resource Graph can help you can track environmental changes that span multiple subscriptions and resources. When administrating an Azure environment, or any environment really, one will most likely find a way to track changes that were introduced. There are a number of ways to do this. Within Azure can ...