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
Copy file name to clipboardExpand all lines: README.md
+26-7Lines changed: 26 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,36 @@ The solution can be opened with Visual Studio 2022 or Visual Studio code and it
7
7
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.
8
8
9
9
## 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.
[](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).
[](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).
[](https://github.com/panchosoft/DeployMultipleFunctions/actions/workflows/deploy_solid_functions.yml)
13
-
[](https://github.com/panchosoft/DeployMultipleFunctions/actions/workflows/deploy_solidus_functions.yml)
14
33
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).
[](https://github.com/panchosoft/DeployMultipleFunctions/actions/workflows/deploy_solidus_functions.yml)
21
40
22
41
## Contributing
23
42
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