Operations | Monitoring | ITSM | DevOps | Cloud

Serverless

The latest News and Information on Serverless Monitoring, Management, Development and related cloud technologies.

Application Insights health check with Serverless360

Recently we launched features to provide support for App Insights in Serverless360. App Insights is one of the coolest features on Azure because it can integrate so easily with many different features such as: In Serverless360 our core principle is to democratize the support experience for your application.

[Infographic] AWS Elastic Load Balancing from a Serverless perspective

Load balancing is a significant part of every internet-facing software, and with Elastic Load Balancing (ELB), AWS offers a set of load balancers for every use case. Since our latest update, Dashbird also gives you insights into these ELB services; let’s look at them and see how they can be used in a serverless environment.

Designing production-ready AWS serverless applications

Serverless has become an increasingly popular paradigm among organizations looking to modernize their applications as it allows them to increase agility while reducing their operational overhead and costs. But the highly distributed nature of serverless architectures requires developers to rethink their approach to application design and development. AWS-based serverless applications hinge on AWS Lambda functions, which are stateless and ephemeral by design.

Azure Service Bus Logging with BAM - Walk-through

In a previous article, we talked about how you could use BAM to do advanced management of dead lettered messages on the Azure Service Bus using a scenario like below. This article will show how you can set up this kind of example. Let’s assume your Order Processing functions are already in place, and your starting point is that sometimes you will get dead-lettered messages, and we need to implement the Send message to the BAM logic app and configure Serverless360.

Dashbird now integrates with 5 new AWS services

TL;DR: Dashbird launches observability for five new AWS services (ELB, SNS, RDS, OpenSearch, and HTTP API Gateway) to allow for a faster, more secure, and smoother serverless observability experience. Dashbird, the leading monitoring platform for serverless AWS applications, announces five new AWS integrations.

What is an AWS Lambda Function?

In this article, we will cover the basics of a Lambda function and its functionality in our every day digital lives. AWS Lambda, as we already know, is a compute service that allows you to run code without managing servers. AWS Lambda runs the code when it is needed, and it is automatically scaled. The code you execute on AWS Lambda is called Lambda function, and it can be considered, for better understanding, as a formula in a spreadsheet.

Feature Spotlight - Business Applications

Serverless360 is a Cloud management platform engineered for Microsoft Azure. Everything you need to empower your Azure Support teams with more meaningful features and deliver effortless support. Visualize your Business Applications, spot any issues, fix them, Take advantage of Serverless360 to improve the overall operational efficiency of your Azure Team!

Feature Spotlight - Business Activity Monitoring

Serverless360 is a Cloud management platform engineered for Microsoft Azure. Everything you need to empower your Azure Support teams with more meaningful features and deliver effortless support. Achieve end-to-end tracking on business process flow across Azure resources and hybrid integrations. Get visibility on the integration solution that the functional support teams need. Improve support efficiency with a unified view of business transactions.

Feature Spotlight - Azure Documenter

Serverless360 is a Cloud management platform engineered for Microsoft Azure. Everything you need to empower your Azure Support teams with more meaningful features and deliver effortless support. With the Azure Documenter feature, Microsoft Azure Subscription is made readable to derive deeper insights. Autogenerate documents in minutes and share with only targeted individuals without putting security at risk.

Easy Lambda Function Monitoring with the AWS Lambda InfluxDB Template

AWS Lambda is a serverless compute service that allows you to run code without having to manage servers. Lambda provides autoscaling and bills only on compute time, so you aren’t paying for unused resources. Some common use cases are file processing, stream processing, and acting as a backend for web and mobile applications. AWS Lambda functions can be invoked with external HTTP requests as well as by events triggered by over 200 different AWS services.