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
|**Application management**| Application management with hassle-free infrastructure operations. |||||
29
29
| App lifecycle management | Create, deploy, stop and restart apps at ease without knowledge of the underlying infrastructure. | ✔️ | ✔️ | ✔️ | ✔️ |
30
-
| SLA | The ensured SLA for both apps and managed components. |**99.95%**| n/a | 99.90% | Not available during preview|
30
+
| SLA | The ensured SLA for both apps and managed components. |**99.95%**| n/a | 99.90% | Not available during preview.|
31
31
| Max App instance size | The maximum application instance size. |**8 vCPU, 32 GB**| 1 vCPU, 2 GB | 4 vCPU, 8 GB | 4 vCPU, 8 GB in consumption, up to 16 vCPU, 128 GB in dedicated |
32
-
| Max App instances | The maximum number of application instances. |**1000**| 25 | 500 | 400 in consumption, 1000 in dedicated|
32
+
| Max App instances | The maximum number of application instances. |**1000**| 25 | 500 | 400 in consumption, 1000 in dedicated.|
33
33
| Auto and manual scaling | Automatic and manual app scaling in/out and up/down. | ✔️ | ✔️ | ✔️ | ✔️ |
34
-
| Deploy from source code, artifact and custom image | Deploy from source code, artifact, and custom image for apps. | ✔️ | ✔️ | ✔️ |artifact and custom image|
34
+
| Deploy from source code, artifact and custom image | Deploy from source code, artifact, and custom image for apps. | ✔️ | ✔️ | ✔️ |Artifact and custom image.|
35
35
| Java app support | Allow to build and deploy Java apps, mainly Spring Apps. | ✔️ | ✔️ | ✔️ | ✔️ |
36
36
| Java native image support | Allow to build and deploy Java native image apps. | ✔️ | ❌ | ❌ | ❌ |
37
37
| .NET Core app support | Allow to build and deploy .NET Core apps. | ✔️ | ❌ | ❌ | ❌ |
@@ -61,17 +61,17 @@ The following table shows the differences between each plan:
61
61
| Out-of-box CICD integration | Out-of-box CICD integration with Azure DevOps, Jenkins, and GitHub Actions, and so forth. | ✔️ | ✔️ | ✔️ | ✔️ |
62
62
| Out-of-box integration with popular IDEs | Out-of-box integration with popular IDEs like VS Code and IntelliJ, to allow in-place interaction with Azure Spring Apps. | ✔️ | ✔️ | ✔️ | ✔️ |
63
63
|**Managed components**| Fully managed components with ensured SLA, timely maintenance, and well-tuned configuration to support app development and operation. |||||
64
-
| SLA | The ensured SLA for both apps and managed components. |**99.95%**| n/a | 99.90% | Not available during preview|
64
+
| SLA | The ensured SLA for both apps and managed components. |**99.95%**| n/a | 99.90% | Not available during preview.|
65
65
| Build and maintain images from source code | A build service to centrally manage building and maintaining OCI images from source code. | ✔️ **(configurable build service<sup>1</sup>)**| ✔️ (default build service) | ✔️ (default build service) | ❌ |
66
66
| An API gateway to route requests to backend apps | Spring Cloud Gateway to route requests with cross-cutting concerns addressed centrally (throttling, request/response filters, authentication and authorization, and so forth). | ✔️ | ❌ | ❌ | ❌ |
67
67
| An API portal to browse and try out APIs | An API portal to view detailed API documentation, and to try out APIs. | ✔️ | ❌ | ❌ | ❌ |
68
-
| App configuration management | A configuration service to distribute app configurations from Git host repositories to apps. | ✔️ **(support polyglot apps)**| ✔️ (support spring apps only) | ✔️ (support spring apps only) | ✔️ (support spring apps only) | ) |
68
+
| App configuration management | A configuration service to distribute app configurations from Git host repositories to apps. | ✔️ **(support polyglot apps)**| ✔️ (support spring apps only) | ✔️ (support spring apps only) | ✔️ (support spring apps only) |
69
69
| Service registry and discovery | A service registry to provide service registration and discovery capabilities for microservices-based Spring applications. | ✔️ | ✔️ | ✔️ | ✔️ |
70
70
| Real-time monitoring and troubleshooting apps | A lightweight insights and troubleshooting tool that helps app developers and app operators to look inside running Spring applications. | ✔️ | ❌ | ❌ | ❌ |
71
71
| Expedite development with distributable project templates | A project bootstrapping tool to build and distribute templates/accelerators that codify enterprise-conformant code and configurations in a discoverable and repeatable way. | ✔️ | ❌ | ❌ | ❌ |
72
72
73
-
<sup>1</sup> Configurable build service:
73
+
|<sup>1</sup> Configurable build service:|
74
74
75
-
- Configure your own ACR to store built images instead of ASA-managed ACR to deploy to other ASA enterprise environments with verified images.
75
+
|- Configure your own ACR to store built images instead of ASA-managed ACR to deploy to other ASA enterprise environments with verified images.|
76
76
- Configure resources for whole build pool, up to 64 vCPU and 128GB.
77
77
- Configure which OS stack to use as the base image for your apps.
0 commit comments