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
5. Fill out the form on the Azure Spring Cloud **Create** page. Consider the following guidelines:
92
+
93
+
-**Subscription**: Select the subscription you want to be billed for this resource.
94
+
-**Resource group**: Creating new resource groups for new resources is a best practice. You will use this resource group in later steps as **\<resource group name\>**.
95
+
-**Service Details/Name**: Specify the **\<service instance name\>**. 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.
96
+
-**Location**: Select the region for your service instance.
## Generate configurations and deploy to the Azure Spring Cloud
76
104
77
105
To generate configurations and deploy the app, follow these steps:
@@ -87,7 +115,7 @@ To generate configurations and deploy the app, follow these steps:
87
115
***Subscription ID** - the subscription you used to create an Azure Spring Cloud instance.
88
116
***Service instance** - the name of your Azure Spring Cloud instance.
89
117
***App name** - an app name of your choice, or use the default value `artifactId`.
90
-
***Public endpoint** - whether or not to expose the public access to this app.
118
+
***Public endpoint** - true to expose the app to public access; otherwise, false.
91
119
92
120
1. Verify that the `appName` element in the POM file has the correct value. The relevant portion of the POM file should look similar to the following example.
0 commit comments