Skip to content

Commit 78892e9

Browse files
committed
fixed spacing
1 parent fcd7ef1 commit 78892e9

File tree

4 files changed

+38
-39
lines changed

4 files changed

+38
-39
lines changed

articles/spring-apps/includes/quickstart/deploy-app-with-basic-standard-plan.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: include
77
ms.date: 08/31/2023
88
---
99

10-
<!--
10+
<!--
1111
For clarity of structure, a separate markdown file is used to describe how to deploy to Azure Spring Apps with Basic/Standard plan.
1212
1313
[!INCLUDE [deploy-app-with-basic-standard-plan](includes/quickstart/deploy-app-with-basic-standard-plan.md)]
@@ -27,9 +27,9 @@ Use the following steps to initialize the application from the Azure Developer C
2727
1. Open a terminal window, create a new folder, and change directory into it.
2828
1. Use the following command to initialize the project:
2929

30-
```bash
31-
azd init --template spring-guides/gs-spring-boot-for-azure
32-
```
30+
```bash
31+
azd init --template spring-guides/gs-spring-boot-for-azure
32+
```
3333

3434
The following list describes the command interactions:
3535

@@ -40,7 +40,7 @@ Use the following steps to initialize the application from the Azure Developer C
4040

4141
```output
4242
Initializing a new project (azd init)
43-
43+
4444
(✓) Done: Initialized git repository
4545
(✓) Done: Downloading template code to: <your-local-path>
4646
Enter a new environment name: <your-env-name>
@@ -172,16 +172,15 @@ Use the following steps to package the app, provision the Azure resources requir
172172

173173
```output
174174
Deploying services (azd deploy)
175-
175+
176176
WARNING: Feature 'springapp' is in alpha stage.
177177
To learn more about alpha features and their support, visit https://aka.ms/azd-feature-stages.
178-
178+
179179
...
180-
180+
181181
Deploying service demo (Fetching endpoints for spring app service)
182182
- Endpoint: https://<your-Azure-Spring-Apps-instance-name>-demo.azuremicroservices.io/
183-
184-
183+
185184
SUCCESS: Your application was deployed to Azure in xx minutes xx seconds.
186185
You can view the resources created under the resource group rg-<your-environment-name> in Azure Portal:
187186
https://portal.azure.com/#@/resource/subscriptions/<your-subscription-id>/resourceGroups/rg-<your-environment-name>/overview

articles/spring-apps/includes/quickstart/deploy-app-with-enterprise-plan.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: include
77
ms.date: 08/09/2023
88
---
99

10-
<!--
10+
<!--
1111
For clarity of structure, a separate markdown file is used to describe how to deploy to Azure Spring Apps with Enterprise plan.
1212
1313
[!INCLUDE [deploy-event-driven-app-with-enterprise-plan](includes/quickstart/deploy-app-with-enterprise-plan.md)]
@@ -107,9 +107,9 @@ Use the following steps to create the service instance:
107107
108108
```azurecli
109109
az term accept \
110-
--publisher vmware-inc \
111-
--product azure-spring-cloud-vmware-tanzu-2 \
112-
--plan asa-ent-hr-mtr
110+
--publisher vmware-inc \
111+
--product azure-spring-cloud-vmware-tanzu-2 \
112+
--plan asa-ent-hr-mtr
113113
```
114114

115115
1. Use the following command to create an Azure Spring Apps service instance:

articles/spring-apps/includes/quickstart/deploy-app-with-standard-consumption-plan.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: include
77
ms.date: 08/31/2023
88
---
99

10-
<!--
10+
<!--
1111
For clarity of structure, a separate markdown file is used to describe how to deploy to Azure Spring Apps with standard consumption plan.
1212
1313
[!INCLUDE [deploy-app-with-standard-consumption-plan](includes/quickstart/deploy-app-with-basic-standard-plan.md)]
@@ -27,20 +27,20 @@ Use the following steps to initialize the application from the Azure Developer C
2727
1. Open a terminal window, create a new folder, and then change directory into it.
2828
1. Use the following command to initialize the project:
2929

30-
```bash
31-
azd init --template spring-guides/gs-spring-boot-for-azure
32-
```
30+
```bash
31+
azd init --template spring-guides/gs-spring-boot-for-azure
32+
```
3333

3434
The following list describes the command interactions:
3535

36-
- **OAuth2 login**: You need to authorize the login to Azure based on the OAuth2 protocol.
37-
- **Please enter a new environment name**: Provide an environment name, which is used as a suffix for the resource group created to hold all Azure resources. This name should be unique within your Azure subscription.
36+
- **OAuth2 login**: You need to authorize the login to Azure based on the OAuth2 protocol.
37+
- **Please enter a new environment name**: Provide an environment name, which is used as a suffix for the resource group created to hold all Azure resources. This name should be unique within your Azure subscription.
3838

3939
The console outputs messages similar to the following example:
4040

4141
```output
4242
Initializing a new project (azd init)
43-
43+
4444
(✓) Done: Initialized git repository
4545
(✓) Done: Downloading template code to: <your-local-path>
4646
Enter a new environment name: <your-env-name>
@@ -79,16 +79,16 @@ Open your web browser and go to the [Azure portal](https://portal.azure.com/). E
7979
azd config set alpha.springapp on
8080
```
8181

82-
1. Use the following command to package a deployable copy of your application, provision the template's infrastructure to Azure, and deploy the application code to those newly provisioned resources:
82+
1. Use the following command to provision the template's infrastructure to Azure:
8383

8484
```bash
8585
azd provision
8686
```
8787

8888
The following list describes the command interactions:
8989

90-
- **Select an Azure Subscription to use**: Use arrows to move, type to filter, then press <kbd>Enter</kbd>.
91-
- **Select an Azure location to use**: Use arrows to move, type to filter, then press <kbd>Enter</kbd>.
90+
- **Select an Azure Subscription to use**: Use arrows to move, type to filter, then press <kbd>Enter</kbd>.
91+
- **Select an Azure location to use**: Use arrows to move, type to filter, then press <kbd>Enter</kbd>.
9292

9393
The console outputs messages similar to the following example:
9494

@@ -119,22 +119,22 @@ Use the following steps to deploy using the [Maven plugin for Azure Spring Apps]
119119

120120
The following list describes the command interactions:
121121

122-
- **OAuth2 login**: You need to authorize the login to Azure based on the OAuth2 protocol.
123-
- **Select subscription**: Select the subscription list number of the Azure Spring Apps instance you created, which defaults to the first subscription in the list. If you use the default number, press <kbd>Enter</kbd> directly.
124-
- **Select Azure Spring Apps for deployment**: Select the list number of the Azure Spring Apps instance you created. If you use the default number, press <kbd>Enter</kbd> directly.
125-
- **Input the app name**: Provide an app name. If you use the default project artifact ID, press <kbd>Enter</kbd> directly.
126-
- **Expose public access for this app (boot-for-azure)?**: Press <kbd>y</kbd>.
127-
- **Confirm to save all the above configurations (Y/n)**: Press <kbd>y</kbd>. If you press <kbd>n</kbd>, the configuration isn't saved in the POM files.
122+
- **OAuth2 login**: You need to authorize the login to Azure based on the OAuth2 protocol.
123+
- **Select subscription**: Select the subscription list number of the Azure Spring Apps instance you created, which defaults to the first subscription in the list. If you use the default number, press <kbd>Enter</kbd> directly.
124+
- **Select Azure Spring Apps for deployment**: Select the list number of the Azure Spring Apps instance you created. If you use the default number, press <kbd>Enter</kbd> directly.
125+
- **Input the app name**: Provide an app name. If you use the default project artifact ID, press <kbd>Enter</kbd> directly.
126+
- **Expose public access for this app (boot-for-azure)?**: Press <kbd>y</kbd>.
127+
- **Confirm to save all the above configurations (Y/n)**: Press <kbd>y</kbd>. If you press <kbd>n</kbd>, the configuration isn't saved in the POM files.
128128

129129
1. Use the following command to deploy the app:
130130

131131
```bash
132132
./mvnw com.microsoft.azure:azure-spring-apps-maven-plugin:1.18.0:deploy
133133
```
134134

135-
The following list describes the command interactions:
135+
The following list describes the command interaction:
136136

137-
- **OAuth2 login**: You need to authorize the login to Azure based on the OAuth2 protocol.
137+
- **OAuth2 login**: You need to authorize the login to Azure based on the OAuth2 protocol.
138138

139139
After the command is executed, you can see from the following log messages that the deployment was successful:
140140

@@ -145,6 +145,7 @@ Use the following steps to deploy using the [Maven plugin for Azure Spring Apps]
145145
[INFO] Getting public url of app(demo)...
146146
[INFO] Application url: https://<your-Azure-Spring-Apps-instance-name>-demo.azuremicroservices.io
147147
```
148+
148149
### [Azure Developer CLI](#tab/Azure-Developer-CLI)
149150

150151
Use the following steps to package the app, provision the Azure resources required by the web application, and then deploy to Azure Spring Apps:
@@ -165,22 +166,21 @@ Use the following steps to package the app, provision the Azure resources requir
165166

166167
```output
167168
Deploying services (azd deploy)
168-
169+
169170
WARNING: Feature 'springapp' is in alpha stage.
170171
To learn more about alpha features and their support, visit https://aka.ms/azd-feature-stages.
171-
172+
172173
...
173-
174+
174175
Deploying service demo (Fetching endpoints for spring app service)
175176
- Endpoint: https://<your-Azure-Spring-Apps-instance-name>-demo.azuremicroservices.io/
176-
177-
177+
178178
SUCCESS: Your application was deployed to Azure in xx minutes xx seconds.
179179
You can view the resources created under the resource group rg-<your-environment-name> in Azure Portal:
180180
https://portal.azure.com/#@/resource/subscriptions/<your-subscription-id>/resourceGroups/rg-<your-environment-name>/overview
181181
```
182182

183183
> [!NOTE]
184-
> You can also use `azd up` to combine the previous three commands: `azd package` (packages a deployable copy of your application), `azd provision` (provisions Azure resources), and `azd deploy` (deploys application code). For more information, see [spring-guides/gs-spring-boot-for-azure](https://github.com/spring-guides/gs-spring-boot-for-azure).
184+
> You can also use `azd up` to combine the previous three commands: `azd provision` (provisions Azure resources), `azd package` (packages a deployable copy of your application), and `azd deploy` (deploys application code). For more information, see [spring-guides/gs-spring-boot-for-azure](https://github.com/spring-guides/gs-spring-boot-for-azure).
185185
186186
---

articles/spring-apps/includes/quickstart/generate-spring-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: include
77
ms.date: 08/09/2023
88
---
99

10-
<!--
10+
<!--
1111
For clarity of structure, a separate markdown file is used to describe how to prepare event-driven project.
1212
1313
[!INCLUDE [generate-spring-project](../../includes/quickstart/generate-spring-project.md)]

0 commit comments

Comments
 (0)