Skip to content

Commit d10d77d

Browse files
Merge pull request #267928 from seanli1988/patch-25
Update java-overview.md
2 parents 20017d6 + 14aa289 commit d10d77d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/java-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Running containerized applications usually means you need to create a Dockerfile
3333

3434
| Type | Description | Uses Buildpacks | Uses a Dockerfile |
3535
|--|--|--|--|
36-
| Artifact build | You can deploy directly to Container Apps from your source code. | Yes | No |
37-
| Maven build | You can create a Maven build to deploy to Container Apps | Yes | No |
36+
| [Source code build](/azure/container-apps/quickstart-code-to-cloud?tabs=bash%2Cjava&pivots=without-dockerfile) | You can deploy directly to Container Apps from your source code. | Yes | No |
37+
| [Artifact build](deploy-artifact.md) | You can create a Maven build to deploy to Container Apps | Yes | No |
3838
| Dockerfile | You can create your Dockerfile manually and take full control over your deployment. | No | Yes |
3939

4040
> [!NOTE]

0 commit comments

Comments
 (0)