com um clique
deploy
// Deploy Java applications to Azure services including App Service, Container Apps, AKS, and Spring Apps
// Deploy Java applications to Azure services including App Service, Container Apps, AKS, and Spring Apps
| name | deploy |
| description | Deploy Java applications to Azure services including App Service, Container Apps, AKS, and Spring Apps |
Deploy Java applications to Azure services.
| Target | Best For |
|---|---|
| Azure App Service | Traditional web apps, REST APIs |
| Azure Container Apps | Containerized microservices, event-driven apps |
| Azure Kubernetes Service (AKS) | Complex microservice architectures, existing K8s workloads |
| Azure Spring Apps | Spring Boot / Spring Cloud applications |
Assess a Java project's modernization posture — Java version, framework versions, dependency health, vulnerabilities, and migration opportunities
Upgrade Java projects from JDK 11 to JDK 17 covering Records, Sealed Classes, Pattern Matching for instanceof, Switch Expressions, Text Blocks
Upgrade Java projects from JDK 17 to JDK 21 covering Virtual Threads, Pattern Matching for switch, Record Patterns, Sequenced Collections
Upgrade Java projects from JDK 21 to JDK 25 covering Flexible Constructor Bodies, Stream Gatherers, Class-File API, Scoped Values, Security Manager removal
Upgrade Java projects from JDK 8 to JDK 11 covering module system, removed Java EE modules (JAXB, JAX-WS, CORBA), var keyword, HTTP Client, collection factory methods
Migrate Java application services and dependencies to Azure equivalents using predefined migration tasks