Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
panchosoft committed Jul 9, 2023
1 parent 8e5e83c commit 6ef0a04
Showing 1 changed file with 26 additions and 7 deletions.
33 changes: 26 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,36 @@ The solution can be opened with Visual Studio 2022 or Visual Studio code and it
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.

## GitHub Actions

#### :twisted_rightwards_arrows: Deploy All Functions to Azure

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.

Workflow file: [deploy_all_functions.yml](.github/workflows/deploy_all_functions.yml)

[![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)

#### :twisted_rightwards_arrows: Deploy Liquid Functions to Azure

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).

Workflow file: [deploy_liquid_functions.yml](.github/workflows/deploy_liquid_functions.yml)

[![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)

#### :twisted_rightwards_arrows: Deploy Solid Functions to Azure
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).

Workflow file: [deploy_solid_functions.yml](.github/workflows/deploy_solid_functions.yml)

[![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)
[![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)

Name | File | Description
------------- | ------------- | -------------
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.
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).
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).
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).
#### :twisted_rightwards_arrows: Deploy Solidus Functions to Azure
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).

Workflow file: [deploy_solidus_functions.yml](.github/workflows/deploy_solidus_functions.yml)

[![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)

## Contributing
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.
Expand Down

0 comments on commit 6ef0a04

Please sign in to comment.