Skip to content

Commit 5ba6243

Browse files
committed
removed unnecessary screenshots; updated ms.date
1 parent 1010204 commit 5ba6243

12 files changed

+5
-17
lines changed

articles/spring-apps/includes/quickstart-deploy-restful-api-app/clean-up-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: KarlErickson
33
ms.author: v-shilichen
44
ms.service: spring-apps
55
ms.topic: include
6-
ms.date: 09/28/2023
6+
ms.date: 10/02/2023
77
---
88

99
<!--

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: KarlErickson
33
ms.author: v-shilichen
44
ms.service: spring-apps
55
ms.topic: include
6-
ms.date: 09/28/2023
6+
ms.date: 10/02/2023
77
---
88

99
<!--
@@ -109,8 +109,6 @@ Use the following steps to create a service instance:
109109
| **Plan** | **Consumption** | The pricing plan determines the resources and cost associated with your instance. |
110110
| **Zone Redundant** | Disabled | Whether to create your Container Apps Environment service in an Azure availability zone. |
111111

112-
:::image type="content" source="../../media/quickstart-deploy-restful-api-app/create-apps-container-env-basics.png" alt-text="Screenshot of the Azure portal that shows the Create Azure Container Apps page." lightbox="../../media/quickstart-deploy-restful-api-app/create-apps-container-env-basics.png":::
113-
114112
1. Select **Review and Create** to review your selections. Select **Create** to provision the Azure Spring Apps instance.
115113

116114
1. On the toolbar, select the **Notifications** icon (a bell) to monitor the deployment process. After the deployment is done, you can select **Pin to dashboard**, which creates a tile for this service on your Azure portal dashboard as a shortcut to the service's **Overview** page.
@@ -136,8 +134,6 @@ Use the following steps to connect your service instances:
136134

137135
1. On the **Create App** page, fill in the app name *simple-todo-api* and select **Java artifacts** as the deployment type.
138136

139-
:::image type="content" source="../../media/quickstart-deploy-restful-api-app/create-consumption-app.png" alt-text="Screenshot of the Azure portal that shows the consumption app creation." lightbox="../../media/quickstart-deploy-restful-api-app/create-consumption-app.png":::
140-
141137
1. Select **Create** to finish the app creation and select the app to view the details.
142138

143139
1. Go to the created app, expand **Settings** and select **Configuration** from the navigation menu, and then select **Environment variables** to set the environment variables.

articles/spring-apps/includes/quickstart-deploy-restful-api-app/provision-postgresql.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: KarlErickson
33
ms.author: xiada
44
ms.service: spring-apps
55
ms.topic: include
6-
ms.date: 09/28/2023
6+
ms.date: 10/02/2023
77
---
88

99
<!--
@@ -19,8 +19,6 @@ Use the following steps to create an Azure Database for PostgreSQL server:
1919

2020
1. Select **Databases** > **Azure Database for PostgreSQL**.
2121

22-
:::image type="content" source="../../media/quickstart-deploy-restful-api-app/postgresql-create-server.png" alt-text="Screenshot of the Azure portal that shows the Create a resource page with Azure Database for PostgreSQL highlighted." lightbox="../../media/quickstart-deploy-restful-api-app/postgresql-create-server.png":::
23-
2422
1. Select the **Flexible server** deployment option.
2523

2624
:::image type="content" source="../../media/quickstart-deploy-restful-api-app/postgresql-select-deployment-option.png" alt-text="Screenshot of the Azure portal that shows the Select Azure Database for PostgreSQL deployment option page." lightbox="../../media/quickstart-deploy-restful-api-app/postgresql-select-deployment-option.png":::
@@ -36,15 +34,11 @@ Use the following steps to create an Azure Database for PostgreSQL server:
3634
- **Admin username**: *myadmin*
3735
- **Password** and **Confirm password**: Enter a password.
3836

39-
:::image type="content" source="../../media/quickstart-deploy-restful-api-app/postgresql-create-server-basics.png" alt-text="Screenshot of the Azure portal that shows the Server details page." lightbox="../../media/quickstart-deploy-restful-api-app/postgresql-create-server-basics.png":::
40-
4137
1. Use the following information to configure the **Networking** tab:
4238

4339
- **Connectivity method**: **Public access (allowed IP addresses)**
4440
- **Allow public access from any Azure service within Azure to this server**: selected
4541

46-
:::image type="content" source="../../media/quickstart-deploy-restful-api-app/postgresql-create-server-networking.png" alt-text="Screenshot of the Azure portal that shows the Networking tab." lightbox="../../media/quickstart-deploy-restful-api-app/postgresql-create-server-networking.png":::
47-
4842
1. Select **Review + create** to review your selections, and select **Create** to provision the server. This operation might take a few minutes.
4943

5044
1. Go to your PostgreSQL server in the Azure portal. On the **Overview** page, look for the **Server name** value, and then record it for later use. You need it to configure the environment variables for the app in Azure Spring Apps.

articles/spring-apps/includes/quickstart-deploy-restful-api-app/quickstart-tool-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ms.author: v-shilichen
44
ms.service: spring-apps
55
ms.custom: event-tier1-build-2022
66
ms.topic: include
7-
ms.date: 09/28/2023
7+
ms.date: 10/02/2023
88
---
99

1010
<!--
-6.52 KB
Loading

0 commit comments

Comments
 (0)