You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Allow decoupling of backend processing from a frontend host, where backend processing needs to be asynchronous, but the frontend still needs a clear response.
ms.author: robbag
author: RobBagby
ms.date: 07/28/2022
ms.topic: design-pattern
ms.subservice: design-pattern
azureCategories:
- networking
products:
- azure
- azure-logic-apps
name: Asynchronous Request-Reply pattern
summary: Allow decoupling of backend processing from a frontend host, where backend processing needs to be asynchronous, but the frontend still needs a clear response.