@@ -106,44 +106,44 @@ Use the following steps to create each of the resources necessary to create a co
106
106
107
107
1. Enter the following values to *Basics* tab.
108
108
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. |
117
117
118
118
1. In the *Create Container Apps environment* window, enter the following values.
119
119
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**. |
124
124
125
125
Select the **Create** button, and then select the **Container** tab.
126
126
127
127
1. In *Container* tab, enter the following values.
128
128
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**. |
136
136
137
137
Select the **Ingress** tab.
138
138
139
139
1. In *Ingress* tab, enter the following and leave the rest of the form with their default values.
140
140
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**. |
147
147
148
148
Select **Review + create**.
149
149
@@ -193,17 +193,17 @@ Now that you have an existing environment and config server client container app
193
193
194
194
1. In the *Configure Java component* panel, enter the following values.
195
195
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**. |
200
200
201
201
1. In the *Git repositories* section, select the **+ Add** button and enter the following values.
202
202
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**. |
207
207
208
208
Leave the rest of the fields with the default values and select **Add**.
209
209
0 commit comments