Skip to content

Commit be40747

Browse files
Merge pull request #244068 from moarychan/moary/quickstart/fix-minor-issues
Fix minor issues
2 parents 89a6f21 + 856388f commit be40747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Use the following steps to prepare the sample locally.
2626
1. Use the following command to change to the sample root path and execute the shell script to run the sample project locally:
2727

2828
```bash
29-
./script/run_all_without_infra.sh
29+
bash ./scripts/run_all_without_infra.sh
3030
```
3131

3232
1. After the script executes successfully, go to `http://localhost:8080` in your browser to access the PetClinic app.
@@ -55,7 +55,7 @@ Use the following steps to create the service instance:
5555

5656
:::image type="content" source="../../media/quickstart-deploy-microservice-apps/create-basics.png" alt-text="Screenshot of the Azure portal showing the Create Azure Spring Apps page with the Basics tab selected." lightbox="../../media/quickstart-deploy-microservice-apps/create-basics.png":::
5757

58-
Use the following table as a guide for completing the form.
58+
Use the following table as a guide for completing the form. The recommended **Plan** is **Basic**.
5959

6060
| Setting | Suggested Value | Description |
6161
|----------------|----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|

0 commit comments

Comments
 (0)