Skip to content

Commit 4d4d74d

Browse files
authored
Some updates based on feedback
1 parent 71c5df8 commit 4d4d74d

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

articles/container-apps/azure-pipelines.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ To build and deploy your container app, you add the [`AzureContainerAppsRC`](htt
2323
* Build from source code without a Dockerfile and deploy to Container Apps. Supported languages include .NET, Node.js, PHP, Python, and Ruby.
2424
* Deploy an existing container image to Container Apps.
2525

26+
### Usage examples
27+
2628
Here are some common scenarios for using the action. For more information, see the [task's documentation](https://github.com/Azure/container-apps-deploy-pipelines-task/blob/main/README.md).
2729

28-
### Build and deploy to Container Apps
30+
#### Build and deploy to Container Apps
2931

3032
The following snippet shows how to build a container image and deploy it to Container Apps.
3133

@@ -42,7 +44,7 @@ steps:
4244
4345
The task uses the Dockerfile in `appSourcePath` to build the container image. If no Dockerfile is found, the task attempts to build the container image from source code in `appSourcePath`.
4446

45-
### Deploy an existing container image to Container Apps
47+
#### Deploy an existing container image to Container Apps
4648

4749
The following snippet shows how to deploy an existing container image to Container Apps.
4850

articles/container-apps/github-actions.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ To build and deploy your container app, you add the [`azure/container-apps-deplo
2727
* Build from source code without a Dockerfile and deploy to Container Apps. Supported languages include .NET, Node.js, PHP, Python, and Ruby.
2828
* Deploy an existing container image to Container Apps.
2929

30+
### Usage examples
31+
3032
Here are some common scenarios for using the action. For more information, see the [action's GitHub Marketplace page](https://github.com/marketplace/actions/azure-container-apps-build-and-deploy).
3133

32-
### Build and deploy to Container Apps
34+
#### Build and deploy to Container Apps
3335

3436
The following snippet shows how to build a container image and deploy it to Container Apps.
3537

@@ -52,7 +54,7 @@ steps:
5254
5355
The action uses the Dockerfile in `appSourcePath` to build the container image. If no Dockerfile is found, the action attempts to build the container image from source code in `appSourcePath`.
5456

55-
### Deploy an existing container image to Container Apps
57+
#### Deploy an existing container image to Container Apps
5658

5759
The following snippet shows how to deploy an existing container image to Container Apps.
5860

0 commit comments

Comments
 (0)