Skip to content

Commit 1ef8de2

Browse files
Edits to first-java-ai-application.md.
1 parent 06be905 commit 1ef8de2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/container-apps/first-java-ai-application.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ In this quickstart, you deploy your first Java AI application to Azure Container
2121

2222
- An Azure account. If you don't have one, [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F). To perform this quickstart, you need the `Contributor` and `User Access Administrator` roles, or the `Owner` role. For more information, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.yml?tabs=current).
2323
- A GitHub account. Get one for [free](https://github.com/join).
24-
- [git](https://git-scm.com/downloads).
25-
- [The Azure CLI](/cli/azure/install-azure-cli).
24+
- [git](https://git-scm.com/downloads)
25+
- [The Azure CLI](/cli/azure/install-azure-cli)
2626
- The [Microsoft Build of Open JDK](/java/openjdk/install). We recommend version 17.
27-
- [Maven](https://maven.apache.org/download.cgi).
28-
- [`azd`](/azure/developer/azure-developer-cli/install-azd).
27+
- [Maven](https://maven.apache.org/download.cgi)
28+
- [`azd`](/azure/developer/azure-developer-cli/install-azd)
2929

3030
## Install the Azure CLI extensions
3131

@@ -99,7 +99,7 @@ SUCCESS: Your up workflow to provision and deploy to Azure completed in 17 minut
9999

100100
## Try your application
101101

102-
To start using your app, select the URL from the following deployment output:
102+
To start using your app, select the URL from the deployment output, which looks like the following code example:
103103

104104
```output
105105
INFO: Deploy finish succeed!
@@ -126,7 +126,7 @@ If you plan to continue working with subsequent tutorials, you might want to ret
126126

127127
### [Azure portal](#tab/azure-portal)
128128

129-
To delete the resources, use the Azure portal to find the resource group of this sample and delete it.
129+
To delete the resources, use the Azure portal to find the resource group of this sample, and then delete it.
130130

131131
### [Azure CLI](#tab/azure-cli)
132132

0 commit comments

Comments
 (0)