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
Copy file name to clipboardExpand all lines: articles/container-apps/java-overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,8 @@ Running containerized applications usually means you need to create a Dockerfile
33
33
34
34
| Type | Description | Uses Buildpacks | Uses a Dockerfile |
35
35
|--|--|--|--|
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 |
38
38
| Dockerfile | You can create your Dockerfile manually and take full control over your deployment. | No | Yes |
0 commit comments