Debugging AEM as a Cloud Service
AEM as a Cloud Service is the cloud-native way of leveraging the AEM applications. AEM as a Cloud Service runs on self-service, scalable, cloud infrastructure, which requires AEM developers to understand how to understand and debug various facets of AEM as a Cloud Service, from build and deploy to obtaining details of running AEM applications.
Logs
Logs provide details into how your application is functioning in AEM as a Cloud Service, as well as insights into issues with deployments.
Debugging AEM as a Cloud Service using logs
Build and deployment
Adobe Cloud Manager pipelines deploys AEM application through a series of steps to determine code quality and viability when deployed to AEM as a Cloud Service. Each of the steps may result in failure, making it important to understand how to debug builds in order to determine the root cause of, and how to resolve any failures.
Debugging AEM as a Cloud Service build and deployment
Developer Console
The Developer console provides a variety of information and introspections into AEM as a Cloud Service environments that are useful to understand how your application is recognized by and functions within AEM as a Cloud Service.
Debugging AEM as a Cloud Service with the Developer Console
Repository Browser
Repository Browser is a powerful tool that provides visibility into AEM’s underlying data store, allowing for easy debugging of AEM as a Cloud Service environment. Repository Browser supports a read-only view of the resources and properties of AEM on Production, Stage, and Development, as well as Author, Publish, and Preview services.
Debugging AEM as a Cloud Service with Repository Browser