Skip to content

Commit 2de834b

Browse files
committed
Incorporate review feedback.
1 parent 780af18 commit 2de834b

File tree

1 file changed

+44
-55
lines changed

1 file changed

+44
-55
lines changed

articles/container-apps/how-to-use-private-endpoint.md

Lines changed: 44 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,14 @@ Begin by signing in to the [Azure portal](https://portal.azure.com).
3232
1. Select **Container Apps** in the search results.
3333
1. Select the **Create** button.
3434

35-
### Basics tab
36-
37-
In the *Create Container App* page on the *Basics* tab, enter the following values.
38-
39-
| Setting | Action |
40-
|---|---|
41-
| Subscription | Select your Azure subscription. |
42-
| Resource group | Select **Create new** and enter **my-container-apps**. |
43-
| Container app name | Enter **my-container-app**. |
44-
| Deployment source | Select **Container image**. |
45-
46-
#### Create an environment
47-
48-
Next, create an environment for your container app.
49-
50-
1. Select the appropriate region.
51-
52-
| Setting | Value |
53-
|--|--|
35+
1. In the *Create Container App* page on the *Basics* tab, enter the following values.
36+
37+
| Setting | Action |
38+
|---|---|
39+
| Subscription | Select your Azure subscription. |
40+
| Resource group | Select **Create new** and enter **my-container-apps**. |
41+
| Container app name | Enter **my-container-app**. |
42+
| Deployment source | Select **Container image**. |
5443
| Region | Select **Central US**. |
5544

5645
1. In the *Create Container Apps Environment* field, select the **Create new** link.
@@ -87,14 +76,19 @@ Next, create an environment for your container app.
8776

8877
1. In the *Create Container App* page on the *Basics* tab, select **Next : Container >**.
8978

90-
### Container tab
79+
1. In the *Create Container App* page on the *Container* tab, select **Use quickstart image**.
9180

92-
In the *Create Container App* page on the *Container* tab, select **Use quickstart image**.
81+
1. Select **Review and create** at the bottom of the page.
9382

94-
<!-- Deploy -->
95-
[!INCLUDE [container-apps-create-portal-deploy.md](../../includes/container-apps-create-portal-deploy.md)]
83+
If no errors are found, the *Create* button is enabled.
9684

97-
When you browse to the container app endpoint, you receive `ERR_CONNECTION_CLOSED` because your container app environment has public access disabled. Instead, you access your container app using your private endpoint.
85+
If there are errors, any tab containing errors is marked with a red dot. Navigate to the appropriate tab. Fields containing an error are highlighted in red. Once all errors are fixed, select **Review and create** again.
86+
87+
1. Select **Create**.
88+
89+
A page with the message *Deployment is in progress* is displayed. Once the deployment is successfully completed, you see the message: *Your deployment is complete*.
90+
91+
When you browse to the container app endpoint, you receive `ERR_CONNECTION_CLOSED` because your container app environment has public access disabled. Instead, you access your container app using your private endpoint.
9892

9993
::: zone-end
10094

@@ -299,7 +293,7 @@ az containerapp up \
299293

300294
::: zone-end
301295

302-
## Test the private endpoint connection
296+
## Verify the private endpoint connection
303297

304298
In this section, you create a virtual machine associated to your VNet so you can access the container app you defined using your private endpoint.
305299

@@ -313,36 +307,30 @@ Begin by signing in to the [Azure portal](https://portal.azure.com).
313307
1. Select **Virtual machines** in the search results.
314308
1. Select **Create**.
315309

316-
### Basics tab
317-
318-
In the *Create a virtual machine* page on the *Basics* tab, enter the following values.
319-
320-
| Setting | Action |
321-
|---|---|
322-
| Subscription | Select your Azure subscription. |
323-
| Resource group | Select **my-container-apps**. |
324-
| Virtual machine name | Enter **azurevm**. |
325-
| Region | Select **Central US**. |
326-
| Availability options | Select **No infrastructure redundancy required**. |
327-
| Security type | Select **Standard**. |
328-
| Image | Select **Windows Server 2022 Datacenter : Azure Edition - x64 Gen2**. |
329-
| Username | Enter **azureuser**. |
330-
| Password | Enter a password. |
331-
| Confirm password | Enter the password again. |
332-
| Public inbound ports | Select **None**. |
310+
1. In the *Create a virtual machine* page on the *Basics* tab, enter the following values.
333311

334-
### Networking tab
335-
336-
In the *Networking* tab, enter the following values.
337-
338-
| Setting | Action |
339-
|---|---|
340-
| Virtual network | Select **my-private-endpoint-vnet**. |
341-
| Subnet | Select **my-private-endpoint-vnet-subnet (10.0.0.0/23)**. |
342-
| Public IP | Select **None**. |
343-
| NIC network security group | Select **Advanced**. |
344-
345-
### Create the VM
312+
| Setting | Action |
313+
|---|---|
314+
| Subscription | Select your Azure subscription. |
315+
| Resource group | Select **my-container-apps**. |
316+
| Virtual machine name | Enter **azurevm**. |
317+
| Region | Select **Central US**. |
318+
| Availability options | Select **No infrastructure redundancy required**. |
319+
| Security type | Select **Standard**. |
320+
| Image | Select **Windows Server 2022 Datacenter : Azure Edition - x64 Gen2**. |
321+
| Username | Enter **azureuser**. |
322+
| Password | Enter a password. |
323+
| Confirm password | Enter the password again. |
324+
| Public inbound ports | Select **None**. |
325+
326+
1. In the *Networking* tab, enter the following values.
327+
328+
| Setting | Action |
329+
|---|---|
330+
| Virtual network | Select **my-private-endpoint-vnet**. |
331+
| Subnet | Select **my-private-endpoint-vnet-subnet (10.0.0.0/23)**. |
332+
| Public IP | Select **None**. |
333+
| NIC network security group | Select **Advanced**. |
346334

347335
1. Select **Review + Create**.
348336

@@ -386,7 +374,7 @@ The administrator password has the following requirements:
386374

387375
::: zone-end
388376

389-
### Test the connection in the virtual machine
377+
### Test the connection
390378

391379
1. Begin by signing in to the [Azure portal](https://portal.azure.com).
392380

@@ -416,6 +404,7 @@ The administrator password has the following requirements:
416404
417405
Non-authoritative answer:
418406
Name: <ENVIRONMENT_DEFAULT_DOMAIN>.privatelink.<LOCATION>.azurecontainerapps.io
407+
419408
Address: 10.0.0.4
420409
Aliases: <CONTAINER_APP_ENDPOINT>
421410
```

0 commit comments

Comments
 (0)