Skip to main content

Blog

blog

What is a Bastion Host?

Security is one of the many cornerstones of IT and a focus of what we do at Concurrency. When building in Azure, it is important to be able to connect to your resources securely. Bastion hosts are the common way to provide administrative access to private areas of your cloud network.

Paul Harris by Paul Harris

Azure Backup for SQL Server 2019

How to backup your important data stored in SQL is something on the minds of many IT professionals. Recently, Azure announced a new feature for backing up SQL servers running in VMs on Azure.

Paul Harris by Paul Harris

New Additions to Azure Infrastructure as a Service - Microsoft Ignite 2019

Last week, the yearly Microsoft Ignite conference occurred in Orlando, Florida. At this conference, Microsoft brings together developers and IT Professionals to learn what is coming next with Microsoft’s product offerings. Let’s discuss some of the new developments in the IaaC world

Paul Harris by Paul Harris

Microsoft VSS Backup Retryable Error

I recently was involved with a case involving trying to track down the cause of Exchange VSS writers reporting a “retryable” error.

Paul Harris by Paul Harris

Monthly Azure Payment Option

Recently, Microsoft Azure released an update to the Azure Reservation model that might help with paying for Azure resources that will be used for long term. Read this post to find out how to setup monthly payments for your Azure Reservations.

Paul Harris by Paul Harris

Executive Lunch in Minneapolis

Concurrency pulled together clients and our sales excutive team for an Executive Briefing at Crave in Minneapolis to discuss a recent client success.  A midwest airline completed a success data project with Concurrency using PowerBI, Azure Data Bricks and Data Lake to load and analyze booking data across their enterprise.  The brief was attended by several other clients who are planning to enbarck on a simular engagement and wanted to learn more about the process.

Nick Rustad by Nick Rustad

Terraform 0.12 and Azure: Quirks to Keep in Mind

Some quirks of Terraform and Azure I noticed working with it for the first time. By no means is this a comprehensive list, but  a few that I found especially interesting.

Leo Ling by Leo Ling

Moving Big data in and around Azure using Azure Data Factory.

There are numerous data storage options available on Azure, each one designed and developed for different modern data storage scenarios. These storage options could be in the form of database, data warehouse, data caches and data lakes. Usage of these depends on the application and the scale that they serve. Within databases, some applications might need relational database, some might need NOSQL, or a key-value storage, or in-memory database (for caching), or blob storage (for media and large files). Another criteria to keep in mind when selecting a database for your application is the required read-write throughput and latency. Azure has a wide array of fully-managed database services which frees up the development teams valuable time in managing, scaling and configuring these databases.

Whatever database you choose, you should also keep in mind how easy or difficult it is to move the data in and out of that database. You might have a situation in future where you need to move to a new database solution because of reasons like change in application architecture, scale, performance, or even cost. Microsoft Azure has a very powerful ETL tool called Azure Data Factory to easily move data in and around Azure at scale. It has over 80 native connectors which can serve both as source and sink.  In this blog, I would like to highlight a few features and concepts of Azure Data Factory which will serve as a quick start guide for anyone looking to do data movement and transformation on Azure.

Siddharth Bhola by Siddharth Bhola