Skip to content

Commit e4e2277

Browse files
Apply suggestions from review
1 parent f63f4cf commit e4e2277

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Use the following steps to initialize the application from the Azure Developer C
3636
- **OAuth2 login**: You need to authorize the login to Azure based on the OAuth2 protocol.
3737
- **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

39-
The console outputs messages similar to the ones in the following example:
39+
The console outputs messages similar to the following example:
4040

4141
```output
4242
Initializing a new project (azd init)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Use the following steps to initialize the application from the Azure Developer C
3636
- **OAuth2 login**: You need to authorize the login to Azure based on the OAuth2 protocol.
3737
- **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

39-
The console outputs messages similar to the ones in the following example:
39+
The console outputs messages similar to the following example:
4040

4141
```output
4242
Initializing a new project (azd init)
@@ -90,7 +90,7 @@ Open your web browser and go to the [Azure portal](https://portal.azure.com/). E
9090
- **Select an Azure Subscription to use**: Use arrows to move, type to filter, then press <kbd>Enter</kbd>.
9191
- **Select an Azure location to use**: Use arrows to move, type to filter, then press <kbd>Enter</kbd>.
9292

93-
The console outputs messages similar to the ones in the following example:
93+
The console outputs messages similar to the following example:
9494

9595
```text
9696
SUCCESS: Your application was provisioned in Azure in xx minutes xx seconds.
@@ -161,7 +161,7 @@ Use the following steps to package the app, provision the Azure resources requir
161161
azd deploy
162162
```
163163
164-
The console outputs messages similar to the ones in the following example:
164+
The console outputs messages similar to the following example:
165165
166166
```output
167167
Deploying services (azd deploy)

0 commit comments

Comments
 (0)