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-restful-api-app/deploy-restful-api-app-with-consumption-plan.md
+10-10Lines changed: 10 additions & 10 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: 09/26/2023
6
+
ms.date: 09/28/2023
7
7
---
8
8
9
9
<!--
@@ -53,7 +53,7 @@ Use the following steps to initialize the web application from Azure Developer C
53
53
54
54
The console outputs messages similar to the following example:
55
55
56
-
```text
56
+
```output
57
57
Initializing a new project (azd init)
58
58
59
59
Downloading template code to: <your-local-path>
@@ -144,11 +144,11 @@ Use the following steps to connect your service instances:
144
144
145
145
1. Add the following environment variables for the PostgreSQL connection, and then select **Save** to finish the app configuration update. Be sure to replace the placeholders with your own values you created previously.
:::image type="content" source="../../media/quickstart-deploy-restful-api-app/consumption-app-env-variables.png" alt-text="Screenshot of the Azure portal that shows the Basics tab of the Create connection page for connecting to PostgreSQL." lightbox="../../media/quickstart-deploy-restful-api-app/consumption-app-env-variables.png":::
154
154
@@ -179,7 +179,7 @@ Use the following steps to connect your service instances:
179
179
180
180
The console outputs messages similar to the following example:
181
181
182
-
```text
182
+
```output
183
183
SUCCESS: Your application was provisioned in Azure in xx minutes xx seconds.
184
184
You can view the resources created under the resource group rg-<your-environment-name>> in Azure Portal:
0 commit comments