Skip to content

Commit 0dfbfe3

Browse files
committed
Acrolinx fixes
1 parent 4b0b2a6 commit 0dfbfe3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/spring-apps/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.custom: devx-track-java, devx-track-azurecli, mode-other, event-tier1-build-2
2121

2222
This article explains how to deploy a small application to run on Azure Spring Apps.
2323

24-
The application code used in this tutorial is a simple app. When you've completed this example, the application will be accessible online, and you can manage it through the Azure portal.
24+
The application code used in this tutorial is a simple app. When you've completed this example, the application is accessible online, and you can manage it through the Azure portal.
2525

2626
This quickstart explains how to:
2727

@@ -32,7 +32,7 @@ This quickstart explains how to:
3232
> - Build and deploy an app with a public endpoint.
3333
> - Clean up the resources.
3434
35-
At the end of this quickstart, you'll have a working spring app running on Azure Spring Apps.
35+
At the end of this quickstart, you have a working spring app running on Azure Spring Apps.
3636

3737
## [Azure CLI](#tab/Azure-CLI)
3838

@@ -360,7 +360,7 @@ Use the following steps to create an instance of Azure Spring Apps using the Azu
360360

361361
- **Subscription**: Select the subscription you want to be billed for this resource.
362362
- **Resource group**: Creating new resource groups for new resources is a best practice.
363-
- **Service Name**: Specify the service instance name. You'll use this name later in this article where the *\<Azure-Spring-Apps-instance-name\>* placeholder appears. The name must be between 4 and 32 characters long and can contain only lowercase letters, numbers, and hyphens. The first character of the service name must be a letter and the last character must be either a letter or a number.
363+
- **Service Name**: Specify the service instance name. You use this name later in this article where the *\<Azure-Spring-Apps-instance-name\>* placeholder appears. The name must be between 4 and 32 characters long and can contain only lowercase letters, numbers, and hyphens. The first character of the service name must be a letter and the last character must be either a letter or a number.
364364
- **Region**: Select the region for your service instance.
365365

366366
:::image type="content" source="media/quickstart/portal-start.png" alt-text="Screenshot of Azure portal showing Azure Spring Apps Create page." lightbox="media/quickstart/portal-start.png":::

0 commit comments

Comments
 (0)