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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ author: KarlErickson
3
3
ms.author: v-shilichen
4
4
ms.service: spring-apps
5
5
ms.topic: include
6
-
ms.date: 01/03/2024
6
+
ms.date: 01/10/2024
7
7
---
8
8
9
9
<!--
@@ -23,7 +23,7 @@ For clarity of structure, a separate markdown file is used to describe how to de
23
23
24
24
Use the following steps to initialize the Pet Clinic application using Azure Developer CLI templates:
25
25
26
-
1.Open a terminal, create a new, empty folder, and then navigate to it.
26
+
1.In the Bash window, create a new, empty folder and then navigate to it.
27
27
28
28
1. Use the following command to initialize the project:
29
29
@@ -84,7 +84,7 @@ Use the following steps to create the service instance:
84
84
|**Name**|*myasa*| A unique name that identifies your Azure Spring Apps instance. 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. |
85
85
|**Plan**|**Standard**| The pricing plan determines the resources and cost associated with your instance. |
86
86
|**Region**| The region closest to your users. | The location that is closest to your users. |
87
-
|**Zone Redundant**|Unchecked | Creates your Azure Spring Apps service in an Azure availability zone. Not currently supported in all regions. |
87
+
|**Zone Redundant**|Unselected| Creates your Azure Spring Apps service in an Azure availability zone. Not currently supported in all regions. |
88
88
89
89
1. Navigate to the **Diagnostic settings** tab on the **Create Azure Spring Apps** page and then select **Create new** to create a new Log Analytics workspaces instance. On the **Create new Log Analytics workspace** page, update the name of the **Log Analytics workspace** as needed, and then select **OK** to confirm the creation.
90
90
@@ -104,7 +104,7 @@ Use the following steps to create the service instance:
104
104
105
105
1. Select **Config Server** in the navigation pane.
106
106
107
-
1. On the **Config Server** page, for **URI**, enter *`https://github.com/Azure-Samples/spring-petclinic-microservices-config.git`*, and then select **Validate**.
107
+
1. On the **Config Server** page, for **URI**, enter *https://github.com/Azure-Samples/spring-petclinic-microservices-config.git* and then select **Validate**.
108
108
109
109
:::image type="content" source="../../media/quickstart-deploy-microservice-apps/validate-config-server.png" alt-text="Screenshot of the Azure portal that shows the Config Server page with the Default URI and the Validate button highlighted and the Apply button disabled." lightbox="../../media/quickstart-deploy-microservice-apps/validate-config-server.png":::
110
110
@@ -122,7 +122,7 @@ Use the following steps to create the required resources:
122
122
123
123
The console outputs messages similar to the following example:
124
124
125
-
```text
125
+
```output
126
126
Logged in to Azure.
127
127
```
128
128
@@ -158,7 +158,7 @@ You can now deploy the app to Azure Spring Apps.
158
158
159
159
Use the following steps to deploy the microservice applications using the [Maven plugin for Azure Spring Apps](https://github.com/microsoft/azure-maven-plugins/wiki/Azure-Spring-Apps):
160
160
161
-
1. Navigate to the sample project directory and use the following command to configure the apps for Azure Spring Apps:
161
+
1. Navigate to the sample project directory and then use the following command to configure the apps for Azure Spring Apps:
Copy file name to clipboardExpand all lines: articles/spring-apps/includes/quickstart-deploy-microservice-apps/deploy-microservice-apps-with-enterprise-plan.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ author: KarlErickson
3
3
ms.author: v-shilichen
4
4
ms.service: spring-apps
5
5
ms.topic: include
6
-
ms.date: 01/03/2024
6
+
ms.date: 01/10/2024
7
7
---
8
8
9
9
<!--
@@ -29,27 +29,27 @@ Use the following steps to prepare the project and run the sample locally:
1. For the 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, Vets, Visits, and Spring Cloud Gateway services, open a new Bash window and use the following commands to start the services:
@@ -59,7 +59,7 @@ Use the following steps if you want to run the application locally. Otherwise, y
59
59
-pl spring-petclinic-api-gateway
60
60
```
61
61
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:
62
+
1. Open a new Bash window and navigate to the project `spring-petclinic-frontend` directory. Use the following commands to install dependencies and run the frontend application:
63
63
64
64
```bash
65
65
npm install
@@ -98,7 +98,7 @@ Use the following steps to create all the Azure resources that the app depends o
98
98
| **Resource group** | *myresourcegroup* | A new resource group name or an existing one from your subscription. |
99
99
| **Region** | The region closest to your users. | The region is used to create the resource group. |
100
100
101
-
:::image type="content" source="../../media/quickstart-deploy-microservice-apps/custom-deployment-microservice.png" alt-text="Screenshot of the Azure portal that shows the custom deployment for microservice." lightbox="../../media/quickstart-deploy-microservice-apps/custom-deployment-microservice.png":::
101
+
:::image type="content" source="../../media/quickstart-deploy-microservice-apps/custom-deployment-microservice.png" alt-text="Screenshot of the Azure portal that shows the Custom deployment page." lightbox="../../media/quickstart-deploy-microservice-apps/custom-deployment-microservice.png":::
102
102
103
103
1. Select **Review and Create** to review your selections. Then, select **Create** to deploy the app to Azure Spring Apps.
104
104
@@ -120,15 +120,15 @@ 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
@@ -2,9 +2,8 @@
2
2
author: karlerickson
3
3
ms.author: v-shilichen
4
4
ms.service: spring-apps
5
-
ms.custom: event-tier1-build-2022
6
5
ms.topic: include
7
-
ms.date: 01/03/2024
6
+
ms.date: 01/10/2024
8
7
---
9
8
10
9
<!--
@@ -15,7 +14,7 @@ Use the following line at the end of the heading Prerequisites, with blank lines
15
14
16
15
Use the following steps to deploy using the [Maven plugin for Azure Spring Apps](https://github.com/microsoft/azure-maven-plugins/wiki/Azure-Spring-Apps):
17
16
18
-
1. Navigate to the project root directory, and then run the following command to configure the apps in Azure Spring Apps:
17
+
1. Navigate to the project root directory and then run the following command to configure the apps in Azure Spring Apps:
0 commit comments