Cloud

The “Cloud” refers to a network of remote servers hosted on the internet that store, manage, and process data, rather than relying on local servers or personal computers. This technology enables users to access and utilize computing resources and services, such as storage, databases, software, and analytics, from anywhere with an internet connection. Cloud computing offers scalability, flexibility, and cost-efficiency, allowing individuals and organizations to quickly adapt to changing needs without significant upfront investment in hardware and infrastructure. Popular cloud service providers include Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform (GCP).

106 articles

Jan 29, 2016 2 min read

What is Azure IoT Hub?

Security and reliability are 2 huge problem areas to overcome with the Internet of Things (IoT). The Microsoft Azure IoT Hub is the cloud solution…

Feb 5, 2016 1 min read

Free eBook: Fundamentals of Azure

The book “Microsoft Azure Essentials: Fundamentals of Azure” has been made available as a Free eBook from Microsoft Press and Microsoft Virtual Academy. This book…

Mar 8, 2017 7 min read

Azure Functions vs Web Jobs: How to choose?

There are a few choices when it comes to implementing custom background processing tasks. The main options in the Microsoft Azure cloud are to use…

Microsoft Azure Functions
Aug 15, 2017 8 min read

Scaling Azure Functions with Durable Functions

Serverless compute is the latest advancement in Platform as a Service (PaaS) capabilities in the cloud. Azure Functions is the Serverless Compute service options available…

Aug 24, 2017 4 min read

What is Azure Event Grid?

Azure Event Grid is a messaging service built to enable event-based architectures to be built more easily. At the basic level it’s similar to a…

Aug 25, 2022 2 min read

Terraform: Get Azure Subscription Reference

When working with Terraform on Azure to manage resources, there are times when it’s necessary to get a reference to an Azure Subscription. This could…