Skip to content

Commit 31056b9

Browse files
committed
Fixed coding style
1 parent 97d0bc5 commit 31056b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/container-apps/java-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ Azure Container Apps offers support for the following Spring Components as manag
119119
## Next steps
120120

121121
> [!div class="nextstepaction"]
122-
> [Launch your first Java App](java-quickstart.md)
122+
> [Launch your first Java app](java-quickstart.md)

articles/container-apps/java-quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ You can find more applicable build environment variables in [Java build environm
143143

144144
## Verify the app status.
145145

146-
In this example, `containerapp up` command includes the `--query properties.configuration.ingress.fqdn` argument, which returns the fully qualified domain name (FQDN), also known as the app's URL.
146+
In this example, `containerapp up` command includes the `--query properties.configuration.ingress.fqdn` argument, which returns the fully qualified domain name (FQDN), also known as the app's URL.
147147

148-
View the application by pasting this URL into a browser. Your app should resemble the following screenshot.
148+
View the application by pasting this URL into a browser. Your app should resemble the following screenshot.
149149

150-
:::image type="content" source="media/java-deploy-war-file/azure-container-apps-petclinic-warfile.png" alt-text="Screenshot of petclinic application.":::
150+
:::image type="content" source="media/java-deploy-war-file/azure-container-apps-petclinic-warfile.png" alt-text="Screenshot of petclinic application.":::
151151

152152
## Next steps
153153

0 commit comments

Comments
 (0)