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
Copy file name to clipboardExpand all lines: articles/spring-apps/includes/quickstart-deploy-microservice-apps/deploy-microservice-apps-with-basic-standard-plan.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@ author: KarlErickson
3
3
ms.author: v-shilichen
4
4
ms.service: spring-apps
5
5
ms.topic: include
6
-
ms.date: 06/9/2023
6
+
ms.date: 01/03/2024
7
7
---
8
8
9
-
<!--
9
+
<!--
10
10
For clarity of structure, a separate markdown file is used to describe how to deploy to Azure Spring Apps with Basic/Standard plan.
Copy file name to clipboardExpand all lines: articles/spring-apps/includes/quickstart-deploy-microservice-apps/deploy-microservice-apps-with-enterprise-plan.md
+27-23Lines changed: 27 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@ author: KarlErickson
3
3
ms.author: v-shilichen
4
4
ms.service: spring-apps
5
5
ms.topic: include
6
-
ms.date: 9/15/2023
6
+
ms.date: 01/03/2024
7
7
---
8
8
9
-
<!--
9
+
<!--
10
10
For clarity of structure, a separate markdown file is used to describe how to deploy to Azure Spring Apps with Enterprise plan.
1. For Customers, Veterinarians, Visits, and Spring Cloud Gateway services, open new terminal and use the following commands to start the services:
52
+
1. For the Customers, Veterinarians, Visits, and Spring Cloud Gateway services, open new terminal and use the following commands to start the services:
1. Open a new terminal and enter the project `spring-petclinic-frontend` directory. Use the following commands to install dependencies and run the sample application:
62
+
1. Open a new terminal and enter the project `spring-petclinic-frontend` directory. Use the following commands to install dependencies and run the front end application:
63
63
64
-
```shell
64
+
```bash
65
65
npm install
66
66
npm run start
67
67
````
68
68
69
-
1. Go to `http://localhost:8080`in your browser to access the application.
69
+
1. After the script completes successfully, go to `http://localhost:8080`in your browser to access the PetClinic application.
70
70
71
71
---
72
72
@@ -122,7 +122,7 @@ The **Deploy to Azure** button in the previous section launches an Azure portal
Copy file name to clipboardExpand all lines: articles/spring-apps/includes/quickstart-deploy-microservice-apps/microservice-spring-apps-maven-plugin.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,10 @@ ms.author: v-shilichen
4
4
ms.service: spring-apps
5
5
ms.custom: event-tier1-build-2022
6
6
ms.topic: include
7
-
ms.date: 11/06/2023
7
+
ms.date: 01/03/2024
8
8
---
9
9
10
-
<!--
10
+
<!--
11
11
Use the following line at the end of the heading Prerequisites, with blank lines before and after. App deployments with Spring Apps Maven plugin.
0 commit comments