Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christosgalano/wordpress-on-azure
Host, monitor, and test a WordPress site by utilizing Azure, Bicep, and GitHub.
https://github.com/christosgalano/wordpress-on-azure
azure bicep github-actions iac wordpress
Last synced: 12 days ago
JSON representation
Host, monitor, and test a WordPress site by utilizing Azure, Bicep, and GitHub.
- Host: GitHub
- URL: https://github.com/christosgalano/wordpress-on-azure
- Owner: christosgalano
- License: mit
- Created: 2022-11-04T18:22:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-02T07:57:15.000Z (over 1 year ago)
- Last Synced: 2024-04-28T02:05:19.666Z (7 months ago)
- Topics: azure, bicep, github-actions, iac, wordpress
- Language: Bicep
- Homepage: https://christosgalano.github.io/tags/wordpress/
- Size: 2.13 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# WordPress on Azure
[![deploy-infra](https://github.com/christosgalano/WordPress-on-Azure/actions/workflows/deploy.yaml/badge.svg?branch=main)](https://github.com/christosgalano/WordPress-on-Azure/actions/workflows/deploy.yaml)
[![destroy-infra](https://github.com/christosgalano/WordPress-on-Azure/actions/workflows/destroy.yaml/badge.svg?branch=main)](https://github.com/christosgalano/WordPress-on-Azure/actions/workflows/destroy.yaml)## General
The purpose of this repository is to show how someone can host, monitor, and test a WordPress site by utilizing Azure, Bicep, and GitHub.
**Blog series**:
## Guideline (also available in Wiki)
* [**Part 0: Introduction**](docs/Part-0-Introduction.md)
* [**Part 1: Architecture**](docs/Part-1-Architecture.md)
* [**Part 2: Infrastructure as Code**](docs/Part-2-IaC.md)
* [**Part 3: Deployment**](docs/Part-3-Deployment.md)
* [**Part 4: Monitoring & Testing**](docs/Part-4-Monitoring-and-Testing.md)
## License
Released under [MIT](/LICENSE) by [@christosgalano](https://github.com/christosgalano).