Operations | Monitoring | ITSM | DevOps | Cloud

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

NiCE Active 365 Monitor for Azure Preview Webinar

NiCE is introducing a new line of monitoring solutions for Microsoft Azure. The kick-off for the new Azure monitoring solutions will be the NiCE Active 365 Monitor for Azure, a brilliant monitoring set for Microsoft Teams, SharePoint, OneDrive and Office Platform hosted on Microsoft Azure Monitor. Get a sneak preview on how the new NiCE Active 365 Monitor will boost your efficiency in Azure performance and availability monitoring. Key Features User Experience Monitoring of Microsoft 365 Services Tenant & Directory Specific Monitoring Teams, SharePoint Online, OneDrive and Office Platform Monitoring Active monitoring by synthetic transactions Azure Monitor integration Active monitoring for sites, internet breakouts and user device locations Secured through the Azure platform Azure Marketplace offer Key Benefits Immediately know when your users, clients and customers are affected Save time during disruptions by root-cause analysis, including your network Understand if Microsoft and service providers meet their SLA for YOUR services Full end-to-end service monitoring

How we reduced the AWS costs of our streaming data pipeline by 67%

At Taloflow, we are determined not to be the cobbler whose children went barefoot. We approach our own AWS costs as if we are helping one of our customers. The results are striking and worth sharing. And, with zero upfront or reserved commitments required! This post illustrates how a little bit of diligence and a clear cost objective can end up making a large impact on profitability.

How to manage data in hybrid cloud environments

This article was originally published on DevOps.com. We’ve long-since established that multi-generational, multi-cloud environments are the new norm. But how does one go about managing data in those environments? In this post, we’ll take a look at the ramifications of this hybrid cloud reality and best practices for managing your data for increased scalability and heightened availability.

Monitoring AWS Application-Related Services

Amazon Web Services (AWS) has a suite of tools that help application development teams enhance and streamline their work experience, from the backend to frontend services. LogicMonitor consolidates data from these services and empowers users to monitor them side by side with the rest of their infrastructure, whether it’s in the Cloud or on-premises. Keep reading for tips on monitoring some of these services to ensure business continuity.

Architectural Pattern for Highly Scalable Serverless APIs

The most common API architecture on Serverless backends is not necessarily the most scalable and resilient option. Many developers take for granted that an AWS Lambda processing external requests will require an API Gateway endpoint connected directly to it. One of the best options to decouple a Lambda function and an API Gateway endpoint is by using an SQS queue. Requests come into API Gateway, which are sent as messages to SQS.

The New Cloud Strategy in 2020

In recent weeks we’ve all been disrupted by the Covid-19 pandemic, both personally and professionally. The changes have been swift and severe, bringing new meaning to the Boy Scout motto: “Be Prepared.” While certain sectors, like the restaurant industry, have been brutally affected by lockdowns, we’ve also seen encouraging signs of last-minute ingenuity. At the end of March, national chain The Cheesecake Factory warned that it would not be able to pay rent.

Roadmap to Backend Developer on Serverless Infrastructures

Roadmap.sh is a quite popular Github repo providing community-driven guidelines for professionals willing to join or develop a software career. From Backend to Fullstack to DevOps. I missed some details there about Serverless environments and thought about sparking a discussion around this. Perhaps these ideas can mature and eventually become a contribution to the repository.

How to encrypt a file using Azure Logic App

This blog will brief on how to encrypt a text file using Azure Logic App out of the box. In this blog, we will use keys from the Azure Key Vault to encrypt the file. Consider a scenario in which I receive an e-mail with high importance along with the attachments. When it happens, I wish to back up those attachments carrying sensitive information in Azure Storage blobs in an encrypted format. As mentioned above I will use keys from Azure Key Vault to encrypt the files.