Skip to content

Commit c4db348

Browse files
updates
1 parent f122873 commit c4db348

File tree

3 files changed

+21
-13
lines changed

3 files changed

+21
-13
lines changed

articles/container-apps/get-started.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ az containerapp create `
8282

8383
---
8484

85+
> [!NOTE]
86+
> Make sure the value for the `--image` parameter is in lower case.
87+
8588
By setting `--ingress` to `external`, you make the container app available to public requests.
8689

8790
## Verify deployment

articles/container-apps/vnet-custom.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,17 @@ As you create an Azure Container Apps [environment](environment.md), a virtual n
2525
2626
:::image type="content" source="media/networking/azure-container-apps-virtual-network.png" alt-text="Azure Container Apps environments use an existing VNET, or you can provide your own.":::
2727

28+
## Restrictions
29+
30+
Subnet address ranges can't overlap with the following reserved ranges:
31+
32+
- 169.254.0.0/16
33+
- 172.30.0.0/16
34+
- 172.31.0.0/16
35+
- 192.0.2.0/24
36+
37+
Additionally, subnets must have a size between /21 and /12.
38+
2839
## Subnet types
2940

3041
As a Container Apps environment is created, you provide resource IDs for two different subnets. Both subnets must be defined in the same container apps.
@@ -242,6 +253,9 @@ az containerapp env create `
242253

243254
---
244255

256+
> [!NOTE]
257+
> As you call `az conatinerapp create` to create the container app inside your environment, make sure the value for the `--image` parameter is in lower case.
258+
245259
The following table describes the parameters used in for `containerapp env create`.
246260

247261
| Parameter | Description |
@@ -351,7 +365,9 @@ az network private-dns record-set a add-record `
351365

352366
#### Networking parameters
353367

354-
There are three optional networking parameters you can choose to define when calling `containerapp env create`. You must either provide values for all three of these properties, or none of them. If they aren’t provided, the CLI generates the values for you.
368+
There are three optional networking parameters you can choose to define when calling `containerapp env create`. Use these options when you have a peered VNET with separate address ranges. Explicitly configuring these ranges ensures the addresses used by the Container Apps environment doesn't conflict with other ranges in the network infrastructure.
369+
370+
You must either provide values for all three of these properties, or none of them. If they aren’t provided, the CLI generates the values for you.
355371

356372
| Parameter | Description |
357373
|---|---|
@@ -389,17 +405,6 @@ az group delete `
389405

390406
::: zone-end
391407

392-
## Restrictions
393-
394-
Subnet address ranges can't overlap with the following reserved ranges:
395-
396-
- 169.254.0.0/16
397-
- 172.30.0.0/16
398-
- 172.31.0.0/16
399-
- 192.0.2.0/24
400-
401-
Additionally, subnets must have a size between /21 and /12.
402-
403408
## Additional resources
404409

405410
- Refer to [What is Azure Private Endpoint](/azure/private-link/private-endpoint-overview) for more details on configuring your private endpoint.

includes/container-apps-create-cli-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
author: craigshoemaker
3-
ms.service: app-service
3+
ms.service: container-apps
44
ms.topic: include
55
ms.date: 01/26/2022
66
ms.author: cshoe

0 commit comments

Comments
 (0)