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.…
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
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.…
The AI-100 Designing and Implementing an Azure AI Solution certification exam tests and validates your expertise using the various services within the Microsoft Azure Artificial…
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…
The Microsoft Certified: Azure Solutions Architect Expert certification is a great credential for showcasing your expertise in the Microsoft Azure cloud. This Expert level certification…
Recently, a new Remote Desktop (RDP) and SSH remote access service in Microsoft Azure came to my attention. In short, Azure Bastion enables the Azure…
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…
When working with Kubernetes (K8s) using a kubectl proxy, or even in Azure with the az aks browse command using Azure Kubernetes Service (AKS). There…
Docker has long been the dominant container engine, but it’s not the only one. After all, Kubernetes moved away from Docker several years ago to…
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…
Awhile back Microsoft had the BizSpark program that offered free Microsoft software for startups. A couple of my own startups were able to get free…
HashiCorp is now officially part of IBM following their completed acquisition which started almost a year ago. This marks a transformative milestone for the HashiCorp…
Both Azure Event Grid and Azure IoT Hub are massively scalable messaging services in the Microsoft Azure Cloud. There’s a lot of talk about Azure…
Azure CLI is a powerful tool for managing Azure resources from the command line. It enables developers and system administrators to perform a wide range…
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…
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.
Migrating an Azure Virtual Machine (VM) from one Azure Region to another can be necessary for several reasons, including disaster recovery, optimizing performance, or reducing…
So far the servers within Microsoft Azure data centers have been running Intel processors (CPUs). For a long time I’ve wondered if the power efficiency…
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)…
Lambda Architecture is a data processing design pattern designed for Big Data systems that need to process data in near real-time. This pattern works very…
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…