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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ 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
-
|[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 |
36
+
|[Source code build](./quickstart-code-to-cloud.md?tabs=bash%2Cjava&pivots=without-dockerfile)| You can deploy directly to Container Apps from your source code. | Yes | No |
37
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