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

Dec 19, 2015 3 min read

Using Azure Storage Queues from C# and .NET Framework

Azure Storage Queues provide an easy to implement messaging communication mechanism for reliably passing messages to/from different components of a single application or multiple applications.…

May 28, 2024 13 min read

Administrator’s Introduction to Azure IoT

The Internet of Things (IoT) industry has continued to grow and become more pervasive in people’s everyday lives these last few years. There are MANY…

Jan 26, 2016 1 min read

Free eBook: Azure Machine Learning

The book “Microsoft Azure Essentials: Azure Machine Learning” written by Jeff Barnes, published by Microsoft Press, has been made available as a Free eBook over…

Oct 26, 2015 8 min read

Using Azure Service Bus Queues from .NET

The Azure Service Bus Queue feature offers easy to implement infrastructure for implementing brokered messaging communication. Implementing a Message Queue requires the implementation of at…

Oct 15, 2020 2 min read

Python Scripting in the Azure Cloud Shell

Did you know the Azure Cloud Shell includes support for Python? You can write Python scripts, save then, upload, and run them directly within the…

Nov 24, 2024 3 min read

Microsoft Fabric vs Azure Service Fabric: Understanding the Differences

Microsoft Fabric and Azure Service Fabric share the term "Fabric" but serve different purposes. Microsoft Fabric is a unified data platform for analytics and integration, while Azure Service Fabric focuses on managing scalable microservices applications. Despite the shared name, they cater to distinct audiences and functionalities within the Microsoft ecosystem.

May 27, 2024 2 min read

Introducing Microsoft Copilot for Azure

Microsoft Copilot for Azure is an AI-powered tool designed to enhance your efficiency and productivity when working with Azure. Leveraging advanced Large Language Models (LLMs)…

Aug 8, 2017 6 min read

Azure IoT Developer Kit: Sensor Overview

The Microsoft Azure IoT Developer Kit is an Arduino compatible board built for helping with prototyping Internet of Things (IoT) solutions. The key difference with…