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
This article explains how to deploy a small application to run on Azure Spring Apps.
23
23
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.
25
25
26
26
This quickstart explains how to:
27
27
@@ -32,7 +32,7 @@ This quickstart explains how to:
32
32
> - Build and deploy an app with a public endpoint.
33
33
> - Clean up the resources.
34
34
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.
36
36
37
37
## [Azure CLI](#tab/Azure-CLI)
38
38
@@ -360,7 +360,7 @@ Use the following steps to create an instance of Azure Spring Apps using the Azu
360
360
361
361
-**Subscription**: Select the subscription you want to be billed for this resource.
362
362
-**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.
364
364
-**Region**: Select the region for your service instance.
365
365
366
366
:::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