Operations | Monitoring | ITSM | DevOps | Cloud

Latest Posts

Azure SQL Database monitoring

Azure Database is a comprehensive cloud-based service Microsoft offers as part of its Azure cloud computing platform. It provides various database solutions to cater to different application needs, offering scalability, reliability, and performance. Here’s a quick look at Azure Database: Database Types: Azure Database supports various databases, including SQL databases, NoSQL databases, and data warehousing solutions.

How to resubmit & delete messages in Azure Service Bus dead letter queue?

Azure Service Bus is a cloud messaging service in Microsoft Azure that enables independent applications or services to communicate and exchange data through messages stored in queues or topics. This facilitates scalable and reliable communication in distributed systems. Service Bus contains two types of messaging entities queues, and topics. Queue: Queues transmit the messages in FIFO (First In, First Out) message delivery. Each message in a Queue can be received by only one active receiver.

Auto Filter Messages into Subscriptions in Azure Service Bus Topic

Topic is a logical channel to which publishers send messages. Topics can be employed when several subscribers wish to subscribe to a specific set of messages. Messages sent to a topic are then forwarded to its associated Subscriptions.

A detailed guide on Azure architecture diagram

Azure architecture diagrams are visual representations that illustrate the structure, components, and relationships of a solution or application deployed on Microsoft Azure. These diagrams provide a clear and concise overview of the various Azure resources and services used in a specific architecture. They are helpful for design discussions, documentation, and communication among team members and stakeholders.

Azure SQL database cost optimization to maximize savings

Azure SQL is a versatile and powerful database service, and it is an increasingly popular choice for storing and managing application data due to its scalability, high availability, security, and simplicity of integration. A common demand for cloud workloads is cost optimization. To maximize cloud savings, this article discusses Azure SQL Database Cost Optimization.

Azure Event Hub logging, monitoring and alerting

Here is a blog about Azure Event Hubs monitoring and how Serverless360 helps you do it. Azure Event Hub is an event collection service and big data streaming platform. It is highly scalable and can handle millions of events per second. Azure Event Hubs are simple, secure real-time data and instantly connect millions of devices across platforms.

Azure Service Bus Dead-Letter Queue Monitoring

Azure Service Bus, a cloud-based messaging service, facilitates communication between applications and services. Within Azure Service Bus queues and topic subscriptions, there exists an additional sub-queue known as a Azure Service Bus dead-letter queue (DLQ). The Dead-Letter Queue (DLQ) serves as a storage area for messages that the receiving application from the main queue cannot deliver or process successfully. These messages are referred to as “dead-lettered” messages.