Azure Spring Apps REST API reference

Azure Spring Apps provides a managed service that enables Java developers to build and run Spring-boot based microservices on Azure with no code changes.

The REST API allows you to develop clients that use REST calls to the Azure Spring Apps API.

Rest Operation Groups

Azure Spring Apps REST API provides operations for working with the following resources:

Operation group Description
Services Provides operations for managing Azure Spring Apps service instances.
Apps Provides operations for managing apps under service instances.
Deployments Provides operations for managing deployments under apps.
Bindings Provides operations for managing service bindings under apps.
Custom Domains Provides operations for managing custom domains for apps.
Certificates Provides operations for managing certificates for custom domains.
Operations Provides operations to list all of the available REST API operations.
Runtime Versions Provides operations to list all of the available runtime versions supported.

Next steps

Learn more about this service: