You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If no errors are found, the *Create* button is enabled.
96
84
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.
98
92
99
93
::: zone-end
100
94
@@ -299,7 +293,7 @@ az containerapp up \
299
293
300
294
::: zone-end
301
295
302
-
## Test the private endpoint connection
296
+
## Verify the private endpoint connection
303
297
304
298
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.
305
299
@@ -313,36 +307,30 @@ Begin by signing in to the [Azure portal](https://portal.azure.com).
313
307
1. Select **Virtual machines** in the search results.
314
308
1. Select **Create**.
315
309
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**. |
0 commit comments