Skip to content

Commit 8a8da07

Browse files
Merge pull request #281691 from Akhilesh-microsoft/ACA/Container_app_up
[ACA: Containerapp-up]: Verified the article for links and freshness, reviewed the content, verified all the editorial parameters. Article seems good. Updated ms.date
2 parents e850038 + f79c824 commit 8a8da07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-apps/containerapp-up.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom:
88
- devx-track-azurecli
99
- ignite-2023
1010
ms.topic: how-to
11-
ms.date: 11/08/2022
11+
ms.date: 07/24/2024
1212
ms.author: cshoe
1313
---
1414

@@ -138,7 +138,7 @@ Run the following command to deploy a container app from local source code:
138138

139139
When the Dockerfile includes the EXPOSE instruction, the `up` command configures the container app's ingress and target port using the information in the Dockerfile.
140140

141-
If you've configured ingress through your Dockerfile or your app doesn't require ingress, you can omit the `ingress` option.
141+
If you configure ingress through your Dockerfile or your app doesn't require ingress, you can omit the `ingress` option.
142142

143143
The output of the command includes the URL for the container app.
144144

@@ -184,7 +184,7 @@ az containerapp up \
184184
--ingress external
185185
```
186186

187-
If you've configured ingress through your Dockerfile or your app doesn't require ingress, you can omit the `ingress` option.
187+
If you configure ingress through your Dockerfile or your app doesn't require ingress, you can omit the `ingress` option.
188188

189189
Because the `up` command creates a GitHub Actions workflow, rerunning it to deploy changes to your app's image has the unwanted effect of creating multiple workflows. Instead, push changes to your GitHub repository, and the GitHub workflow automatically builds and deploys your app. To change the workflow, edit the workflow file in GitHub.
190190

0 commit comments

Comments
 (0)