Operations | Monitoring | ITSM | DevOps | Cloud

Serverless

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

Setting up better logging in Azure Functions

We have been using Azure Functions for years. Being able to easily deploy and run code on both Azure App Services and real serverless has been a killer feature for all of our asynchronous jobs and services. Unfortunately, the logging approach provided as part of the default template is not ideal. In this post, I'll introduce you to the first steps we take in all of our existing and new function apps to improve logging. A quick note about the Azure Functions runtime.

Real world examples of Business Activity Monitoring with Serverless360 - Michael Stephenson

In this session titled "Real-world examples of Business Activity Monitoring with Serverless360" led by Michael Stephenson, discover the game-changing potential of Business Activity Monitoring (BAM) with Serverless360. Explore how BAM facilitates end-to-end tracking of your business processes, from new employee integration to system performance.

A Simple Guide To AWS Lambda Rightsizing

AWS Lambda can be an easy-to-implement solution for those looking for serverless application deployments and operations. However, how can you be sure that you are getting the most for your money when it comes to utilizing this service? This guide will explain some of the tools and resources at your disposal — whether you’re utilizing the AWS console, trying to optimize your code and design, or a combination of the two.

Modernising the supply chain with Logic Apps and EDI - Martin Abbot & Bill Chestnut

The dynamic duo Martin Abbot & Bill Chestnut unravel EDI's (Electronic Data Interchange) pivotal role in modern supply chains in this session titked "Modernising the supply chain with Logic Apps and EDI". Martin breaks down EDI's workings and its real-world applications via the CData Arc Platform and Logic Apps. Concurrently, Bill demystifies integration account testing and AS2 certificate crafting. The collaboration illuminates the transformative synergy of EDI and Logic Apps for today's supply chain.

Using Azure App configuration with Azure Integration Services - Bill Chesnut

Step into the world of Azure App Configuration with Bill Chesnut from SixPivot at INTEGRATE 2023 in this session titled "Using Azure App configuration with Azure Integration Services". Bill demystifies the process of application development, highlighting the advantages of Azure App Configuration over direct Azure Key Vault access. From real-world GitHub examples to its seamless integration with Logic Apps, learn how app configuration simplifies and secures your workflow.

Logic App Best Practices, Tips, and Tricks: #37 How to get distinct values from an array?

Welcome again to another Logic Apps Best Practices, Tips, and Tricks. In my previous blog posts, I discussed some of the essential best practices you should have while working with the Azure Logic App. Today, I will speak about another helpful Best Practice, Tips, and Tricks that you must consider while designing your business processes (Logic Apps): How do we get distinct values from an array or repeating structure?

Why is application integration so hard - Steef Jan Wiggers

Starting the first session of Day 2 at INTEGRATE, Steef Jan Wiggers explores the intricate world of integration in the session titled "Why is integration so hard". He offers insight into the challenges of connecting diverse systems and technologies, moving from the era dominated by SAP and mainframes to our imminent cloud-forward future. Highlighting pressing topics like the challenges of building in the cloud, the transformative potential of Dapr, and the broad scope of OpenTelemetry (OTel), Steef offers detailed insights.

Replay messages in Azure Service Bus dead-letter queue

When working and dealing with asynchronous messaging patterns – in this case, using Azure Service Bus – depending on the requirements, you will find many scenarios when you need to reprocess messages. Sometimes, a message failed because a system was offline for a certain period, there was a bug with the service, and we needed to resend specific messages and many other reasons.