Skip to content

Commit 2a10b6d

Browse files
Xuyang CaoXuyang Cao
authored andcommitted
update
1 parent 0e37726 commit 2a10b6d

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

articles/container-apps/java-admin-eureka-integration.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,17 +151,17 @@ With the Eureka Server set up, you can now bind other applications to it for ser
151151
```
152152

153153

154-
1. Assign the Custom Role to your accound on managed environment resource:
154+
1. Assign the Custom Role to your accound on managed environment resource.
155155

156-
Get the resource id of the managed environment:
156+
Get the resource id of the managed environment.
157157

158158
```azurecli
159159
export ENVIRONMENT_ID=$(az containerapp env show \
160-
--name $ENVIRONMENT --resource-group $RESOURCE_GROUP \
161-
--query id -o tsv)
160+
--name $ENVIRONMENT --resource-group $RESOURCE_GROUP \
161+
--query id -o tsv)
162162
```
163163

164-
1. Assign the role to the your account:
164+
1. Assign the role to the your account.
165165

166166
```azurecli
167167
az role assignment create \
@@ -201,8 +201,8 @@ With the Eureka Server set up, you can now bind other applications to it for ser
201201
The resources created in this tutorial have an effect on your Azure bill. If you aren't going to use these services long-term, run the following command to remove everything created in this tutorial.
202202
203203
```azurecli
204-
az group delete \
205-
--resource-group $RESOURCE_GROUP
204+
az group delete \
205+
--resource-group $RESOURCE_GROUP
206206
```
207207
208208
## Next steps

articles/container-apps/java-admin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Now that you have an existing environment, you can create your container app and
176176
--query properties.ingress.fqdn -o tsv
177177
```
178178

179-
You should be able to access the Admin for Spring dashboard using the URLs provided. And the container app should be visible in the dashboard like the screenshot below:
179+
You should be able to access the Admin for Spring dashboard using the URL provided. And the container app should be visible in the dashboard like the screenshot below:
180180

181181
:::image type="content" source="media/java-components/sba-alone.png" alt-text="Screenshot of the Admin for Spring dashboard." lightbox="media/java-components/sba-alone.png":::
182182

@@ -185,8 +185,8 @@ Now that you have an existing environment, you can create your container app and
185185
The resources created in this tutorial have an effect on your Azure bill. If you aren't going to use these services long-term, run the following command to remove everything created in this tutorial.
186186
187187
```azurecli
188-
az group delete \
189-
--resource-group $RESOURCE_GROUP
188+
az group delete \
189+
--resource-group $RESOURCE_GROUP
190190
```
191191
192192
## Next steps

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Now that you have an existing environment, you can create your container app and
193193
--query properties.ingress.fqdn -o tsv
194194
```
195195

196-
You should be able to access the Eureka Server for Spring dashboard using the URLs provided. And the container app should be visible in the dashboard like the screenshot below:
196+
You should be able to access the Eureka Server for Spring dashboard using the URL provided. And the container app should be visible in the dashboard like the screenshot below:
197197

198198
:::image type="content" source="media/java-components/eureka-alone.png" alt-text="Screenshot of the Eureka Server for Spring dashboard." lightbox="media/java-components/eureka-alone.png":::
199199

@@ -202,8 +202,8 @@ Now that you have an existing environment, you can create your container app and
202202
The resources created in this tutorial have an effect on your Azure bill. If you aren't going to use these services long-term, run the following command to remove everything created in this tutorial.
203203
204204
```azurecli
205-
az group delete \
206-
--resource-group $RESOURCE_GROUP
205+
az group delete \
206+
--resource-group $RESOURCE_GROUP
207207
```
208208
209209
## Next steps
22.3 KB
Loading

0 commit comments

Comments
 (0)