Azure Container Apps · Arazzo Workflow
Azure Container Apps Audit App Security
Version 1.0.0
Read an app, then enumerate its secrets and authentication configurations for a security review.
Provider
Workflows
audit-app-security
Enumerate a container app's secrets and auth configs in one pass.
Reads the app, lists its secrets, and lists its auth configs, returning all three so the app's security surface can be reviewed together.
1
getApp
ContainerApps_Get
Read the container app to confirm it exists and capture whether its ingress is externally exposed.
2
listSecrets
ContainerApps_ListSecrets
List the container app secrets so every stored credential can be reviewed.
3
listAuthConfigs
ContainerAppsAuthConfigs_ListByContainerApp
List the container app authentication configurations so every auth provider attached to the app can be reviewed.