Developing serverless web applications with Azure Spring Cloud

Introduction Azure Spring Cloud is a fully managed service created to help developers build and run microservices-based applications with less operational overhead. The service is built on top of the Spring Boot framework, which makes it easy to develop Spring-based cloud-native applications. The platform makes it possible for organizations to Continue Reading

Building event-driven serverless applications with Azure Event Grid and Functions

Introduction In the current technology landscape, serverless computing has moved from a trendy buzzword to a powerful and effective way to develop and run applications that automatically scale to meet the demands of even the most complex, dynamic environments. Azure Event Grid and Azure Functions, both part of the Microsoft Continue Reading

Working with Azure Functions

Introduction to Azure Functions In today’s cloud-native world, serverless computing has gained significant popularity for its ability to simplify the development and deployment of applications. Azure Functions, a serverless compute service provided by Microsoft Azure, allows developers to write and execute code in response to various events without worrying about Continue Reading

Using Azure Logic Apps for workflow automation

Introduction Azure Logic Apps is a cloud-based service that provides a platform for building workflow automation solutions. It allows you to automate repetitive tasks by creating a sequence of steps that define the flow of data and actions to be taken. Logic Apps provides a vast set of connectors that Continue Reading

Using Azure Event Hubs for real-time data ingestion

Real-time data processing is a critical requirement for many systems today. It allows for near-instantaneous response to events as they occur, making it possible to react quickly to changing conditions, detect anomalous situations, or trigger immediate actions. To support real-time data ingestion, Microsoft Azure provides a service called Event Hubs. Continue Reading