Azure Container Apps · Arazzo Workflow
Azure Container Apps Decommission App
Version 1.0.0
Delete a container app and confirm it no longer appears in the resource group listing.
Provider
Workflows
decommission-app
Delete a container app and verify it is removed from the resource group.
Reads the app, deletes it, then lists the resource group's container apps so a caller can confirm the deletion took effect.
1
getApp
ContainerApps_Get
Read the container app to capture its id before deleting it.
2
deleteApp
ContainerApps_Delete
Delete the container app. A 200 indicates synchronous deletion while a 202 indicates the delete was accepted for asynchronous processing.
3
listApps
ContainerApps_ListByResourceGroup
List the container apps in the resource group so the caller can confirm the deleted app is no longer present.