April 18, 2024

Azure Event Grid Overview

Event Grid allows you to implement event-based architectures. Concepts Events Every event is comprised of common information such as event source, time of event, and unique id. The event may …

Azure Service Bus overview

Azure Service Bus is a fully managed message broker. Types of messaging scenarios: Messaging – Transfer of data from one component/service to another Decouple applications – Use a message broker …

Useful learning resources

Cloud Academy – Is a premium service that offers excellent hands-on courses for all Cloud platforms and topics. Azure, AWS, Google Cloud, Alibaba Cloud, AI, containers, Kubernetes, web services, functional …

Azure Automation

Azure automation consists of the following: Process automation Allows you to automate frequent and time consuming tasks. It allows you to create ‘runbooks‘ to run automation jobs. Configuration management Use …

Azure VM extensions

This application allows post-deployment configuration and automation tasks to be applied on Azure VMs. Azure VM extensions can be used to install software or run a script for instance. They …

Azure App Service

This is a managed HTTP-based service for hosting web applications, REST APIs, and mobile back-ends. Apps can be developed using popular languages and frameworks such as .NET, .NET Core, Node.js, …