Skip to content

Commit 6ef0a04

Browse files
authored
Update README.md
1 parent 8e5e83c commit 6ef0a04

File tree

1 file changed

+26
-7
lines changed

1 file changed

+26
-7
lines changed

README.md

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,36 @@ The solution can be opened with Visual Studio 2022 or Visual Studio code and it
77
Feel free to explore the code, configuration files, and GitHub Actions workflows in this repository. Use them as references or starting points for your own deployments with multiple function apps.
88

99
## GitHub Actions
10+
11+
#### :twisted_rightwards_arrows: Deploy All Functions to Azure
12+
13+
This action automates the process of building and deploying the three function app projects in the solution to Azure. Optionally, it updates the API Management API endpoints definition based on the projects' configuration using OpenAPI.
14+
15+
Workflow file: [deploy_all_functions.yml](.github/workflows/deploy_all_functions.yml)
16+
1017
[![Deploy All Functions to Azure](https://github.com/panchosoft/DeployMultipleFunctions/actions/workflows/deploy_all_functions.yml/badge.svg)](https://github.com/panchosoft/DeployMultipleFunctions/actions/workflows/deploy_all_functions.yml)
18+
19+
#### :twisted_rightwards_arrows: Deploy Liquid Functions to Azure
20+
21+
This action builds and deploys the Liquid functions app project to Azure. Optionally, it updates the API endpoints definition based on the project configuration (HTTP Trigger with OpenAPI).
22+
23+
Workflow file: [deploy_liquid_functions.yml](.github/workflows/deploy_liquid_functions.yml)
24+
1125
[![Deploy Liquid Functions to Azure](https://github.com/panchosoft/DeployMultipleFunctions/actions/workflows/deploy_liquid_functions.yml/badge.svg)](https://github.com/panchosoft/DeployMultipleFunctions/actions/workflows/deploy_liquid_functions.yml)
26+
27+
#### :twisted_rightwards_arrows: Deploy Solid Functions to Azure
28+
This action builds and deploys the Solid functions app project to Azure. Optionally, it updates the API endpoints definition based on the project configuration (HTTP Trigger with OpenAPI).
29+
30+
Workflow file: [deploy_solid_functions.yml](.github/workflows/deploy_solid_functions.yml)
31+
1232
[![Deploy Solid Functions to Azure](https://github.com/panchosoft/DeployMultipleFunctions/actions/workflows/deploy_solid_functions.yml/badge.svg)](https://github.com/panchosoft/DeployMultipleFunctions/actions/workflows/deploy_solid_functions.yml)
13-
[![Deploy Solidus Functions to Azure](https://github.com/panchosoft/DeployMultipleFunctions/actions/workflows/deploy_solidus_functions.yml/badge.svg)](https://github.com/panchosoft/DeployMultipleFunctions/actions/workflows/deploy_solidus_functions.yml)
1433

15-
Name | File | Description
16-
------------- | ------------- | -------------
17-
Deploy All Functions to Azure | deploy_all_functions.yml | This action automates the process of building and deploying the three function app projects in the solution to Azure. Optionally, it updates the API Management API endpoints definition based on the projects' configuration using OpenAPI.
18-
Deploy Liquid Functions to Azure | deploy_liquid_functions.yml | This action builds and deploys the Liquid functions app project to Azure. Optionally, it updates the API endpoints definition based on the project configuration (HTTP Trigger with OpenAPI).
19-
Deploy Solid Functions to Azure | deploy_solid_functions.yml | This action builds and deploys the Solid functions app project to Azure. Optionally, it updates the API endpoints definition based on the project configuration (HTTP Trigger with OpenAPI).
20-
Deploy Solidus Functions to Azure | deploy_solidus_functions.yml | This action builds and deploys the Solidus functions app project to Azure. Optionally, it updates the API endpoints definition based on the project configuration (HTTP Trigger with OpenAPI).
34+
#### :twisted_rightwards_arrows: Deploy Solidus Functions to Azure
35+
This action builds and deploys the Solidus functions app project to Azure. Optionally, it updates the API endpoints definition based on the project configuration (HTTP Trigger with OpenAPI).
36+
37+
Workflow file: [deploy_solidus_functions.yml](.github/workflows/deploy_solidus_functions.yml)
38+
39+
[![Deploy Solidus Functions to Azure](https://github.com/panchosoft/DeployMultipleFunctions/actions/workflows/deploy_solidus_functions.yml/badge.svg)](https://github.com/panchosoft/DeployMultipleFunctions/actions/workflows/deploy_solidus_functions.yml)
2140

2241
## Contributing
2342
Contributions, suggestions, and bug reports are welcome! Please open an issue or submit a pull request if you have any feedback or improvements to share.

0 commit comments

Comments
 (0)