Skip to content

Commit f7b00e9

Browse files
fix table indentation
1 parent b90e7e1 commit f7b00e9

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

articles/container-apps/java-config-server.md

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -106,44 +106,44 @@ Use the following steps to create each of the resources necessary to create a co
106106
107107
1. Enter the following values to *Basics* tab.
108108
109-
| Property | Value |
110-
|---|---|
111-
| **Subscription** | Select your Azure subscription. |
112-
| **Resource group** | Select **Create new** link to create a new resource group named **my-resource-group**. |
113-
| **Container app name** | Enter **my-config-client**. |
114-
| **Deployment source** | Select **Container image**. |
115-
| **Region** | Select the region nearest you. |
116-
| **Container Apps environment** | Select the **Create new** link to create a new environment. |
109+
| Property | Value |
110+
|---|---|
111+
| **Subscription** | Select your Azure subscription. |
112+
| **Resource group** | Select **Create new** link to create a new resource group named **my-resource-group**. |
113+
| **Container app name** | Enter **my-config-client**. |
114+
| **Deployment source** | Select **Container image**. |
115+
| **Region** | Select the region nearest you. |
116+
| **Container Apps environment** | Select the **Create new** link to create a new environment. |
117117
118118
1. In the *Create Container Apps environment* window, enter the following values.
119119
120-
| Property | Value |
121-
|---|---|
122-
| **Environment name** | Enter **my-environment**. |
123-
| **Zone redundancy** | Select **Disabled**. |
120+
| Property | Value |
121+
|---|---|
122+
| **Environment name** | Enter **my-environment**. |
123+
| **Zone redundancy** | Select **Disabled**. |
124124
125125
Select the **Create** button, and then select the **Container** tab.
126126
127127
1. In *Container* tab, enter the following values.
128128
129-
| Property | Value |
130-
|---|---|
131-
| **Name** | Enter **my-config-client**. |
132-
| **Image source** | Select **Docker Hub or other registries**. |
133-
| **Image type** | Select **Public**. |
134-
| **Registry login server** | Enter **mcr.microsoft.com**. |
135-
| **Image and tag** | Enter **javacomponents/samples/sample-service-config-client:latest**. |
129+
| Property | Value |
130+
|---|---|
131+
| **Name** | Enter **my-config-client**. |
132+
| **Image source** | Select **Docker Hub or other registries**. |
133+
| **Image type** | Select **Public**. |
134+
| **Registry login server** | Enter **mcr.microsoft.com**. |
135+
| **Image and tag** | Enter **javacomponents/samples/sample-service-config-client:latest**. |
136136
137137
Select the **Ingress** tab.
138138
139139
1. In *Ingress* tab, enter the following and leave the rest of the form with their default values.
140140
141-
| Property | Value |
142-
|---|---|
143-
| **Ingress** | Select **Enabled**. |
144-
| **Ingress traffic** | Select **Accept traffic from anywhere**. |
145-
| **Ingress type** | Select **HTTP**. |
146-
| **Target port** | Enter **8080**. |
141+
| Property | Value |
142+
|---|---|
143+
| **Ingress** | Select **Enabled**. |
144+
| **Ingress traffic** | Select **Accept traffic from anywhere**. |
145+
| **Ingress type** | Select **HTTP**. |
146+
| **Target port** | Enter **8080**. |
147147
148148
Select **Review + create**.
149149
@@ -193,17 +193,17 @@ Now that you have an existing environment and config server client container app
193193
194194
1. In the *Configure Java component* panel, enter the following values.
195195
196-
| Property | Value |
197-
|---|---|
198-
| **Java component type** | Select **Config Server for Spring**. |
199-
| **Java component name** | Enter **configserver**. |
196+
| Property | Value |
197+
|---|---|
198+
| **Java component type** | Select **Config Server for Spring**. |
199+
| **Java component name** | Enter **configserver**. |
200200
201201
1. In the *Git repositories* section, select the **+ Add** button and enter the following values.
202202
203-
| Property | Value |
204-
|---|---|
205-
| **Type** | Select **HTTP**. |
206-
| **URI** | Enter **https://github.com/Azure-Samples/azure-spring-cloud-config-java-aca.git**. |
203+
| Property | Value |
204+
|---|---|
205+
| **Type** | Select **HTTP**. |
206+
| **URI** | Enter **https://github.com/Azure-Samples/azure-spring-cloud-config-java-aca.git**. |
207207
208208
Leave the rest of the fields with the default values and select **Add**.
209209

0 commit comments

Comments
 (0)