Operations | Monitoring | ITSM | DevOps | Cloud

Cloud

The latest News and Information on Cloud monitoring, security and related technologies.

10 Advantages of Deploying Dynamics 365 Business Central

Specifically intended for small and medium-sized companies seeking an all-in-one intelligent ERP solution that is simple to use, adaptable, and implemented in the cloud or on-premise, Dynamics 365 Business Central is a powerful and flexible solution. Deploying Dynamics 365 Business Central bring a lot of advantages for businesses that are ready for embracing digital.

The Legacy Of Infrastructure As Code: CloudZero Dimensions Transform Cloud Cost

Few practices exemplify the impact of DevOps more than Infrastructure as Code (IaC). Anyone who remembers hearing “I don’t know why it’s not working; it worked on my machine …” can vouch for this! IaC provides a standard way to create declarative descriptions of infrastructure to represent desired environment states — essentially allowing teams to manage IT infrastructure using configuration files.

Monitoring compute infrastructure with the Cloud Ops Agent

How can you improve observability for workloads that use compute infrastructure directly and run on Google Compute Engine instances? In this episode of Engineering for Reliability, we show how you can use the Cloud Operations agent to do just that. Watch to learn about the Cloud Operations Agent, how to install it manually and automatically, and how to use the data it collects to improve the reliability of your services - and keep your users happy!

Tutorial: Setting up AWS CloudWatch Alarms

AWS CloudWatch is a service that allows you to monitor and manage deployed applications and resources within your AWS account and region. It contains tools that help you process and use logs from various AWS services to understand, troubleshoot, and optimize deployed services. I’m going to show you how to get an email when your Lambda logs over a certain number of events.

The Fine Line Between Confidence and Delusion in the Cloud

In a recent survey of hybrid cloud decision makers, we uncovered a disconcerting trend. The vast majority of respondents reported that they are confident in their existing tools and capabilities for a whole host of activities necessary to manage cloud performance and spend … and yet they don’t have many of the tools that are actually needed to perform those tasks.

Top 6 AWS Lambda Monitoring Tools

Monitoring AWS Lambda performance plays a crucial part in your everyday AWS Lambda usage. Monitoring helps you identify any performance issues, and it can also send you alerts and notify you of anything you might need to know. The world is slowly getting to a point where machines and computers will be flawless, but until then, if we let them perform various tasks for us, we could at least monitor their performance.

Ensure First Come First Served using Azure Service Bus

One of the patterns easily supported by the Azure Service Bus is the first-in-first-out (FIFO) pattern, which isn’t supported in the other queue service – Azure Storage Queues. To realise FIFO with the Azure Service Bus is to use sessions. Any service can create a session when sending a message to a queue or topic by setting the SessionId property. Subsequently, the session comes into existence when the queue or topic is session aware, which means you have specified ‘Enable session’ when creating the queue or topic.