Skip to content

Commit fbb19ba

Browse files
brhamilton529KarlErickson
authored andcommitted
more editing
1 parent 127cb98 commit fbb19ba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/spring-apps/quickstart-access-within-vnet.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: devx-track-java
1313

1414
This article describes how to access your application in a virtual network using Azure Spring Apps Standard Consumption plan.
1515

16-
When you an Azure Container Apps environment in an existing virtual network, all the apps inside the environment can be accessed only within that virtual network. For more information see [Provide a virtual network to an internal Azure Container Apps environments](/azure/container-apps/vnet-custom-internal?tabs=bash&pivots=azure-portal).
16+
When you create an Azure Container Apps Environment in an existing virtual network, all the apps inside the environment can be accessed only within that virtual network. In addition, when you create an instance of Azure Spring Apps inside the Azure Container Apps Environment, the applications in the Azure Spring Apps instance can be accessed only from the virtual network. For more information see [Provide a virtual network to an internal Azure Container Apps environments](/azure/container-apps/vnet-custom-internal?tabs=bash&pivots=azure-portal).
1717

1818
## Create a private DNS zone
1919

@@ -40,7 +40,7 @@ az network private-dns zone create \
4040

4141
Create an A record that contains the name `<DNS Suffix>` and the static IP address of the Azure Container Apps Environment.
4242

43-
Get the static IP address for an Azure Container Apps Environment.
43+
Use the following command to get the static IP address for an Azure Container Apps Environment.
4444

4545
```azurecli
4646
az containerapp env show \
@@ -49,7 +49,7 @@ az containerapp env show \
4949
--query 'properties.staticIp'
5050
```
5151

52-
Get the A record:
52+
Use the following command to get the A record:
5353

5454
```azurecli
5555
az network private-dns record-set a add-record \
@@ -61,7 +61,7 @@ az network private-dns record-set a add-record \
6161

6262
## Link the virtual network
6363

64-
Create a virtual network link to link to the private DNS zone of the virtual network.
64+
Use the following command to create a virtual network link to link to the private DNS zone of the virtual network.
6565

6666
```azurecli
6767
az network private-dns link vnet create \
@@ -74,6 +74,6 @@ az network private-dns link vnet create \
7474

7575
## Access the application
7676

77-
Now you can access the spring application within your virtual network, using the url of the spring application.
77+
Now you can access an application in an Azure Spring Apps instance within your virtual network, using the url of the application.
7878

7979
## Next steps

0 commit comments

Comments
 (0)