Skip to content

Commit 6890cfe

Browse files
authored
Update README.md
align center
1 parent 1a5f56b commit 6890cfe

File tree

1 file changed

+21
-11
lines changed

1 file changed

+21
-11
lines changed

README.md

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,15 @@ This project automates the provisioning and deployment of a scalable cloud appli
9494
- 🧹 Automated environment teardown using `terraform-destroy.yml`
9595
- 💸 Uses Azure Web App **F1 Free Tier** for cost-effective deployment
9696

97-
<img align="center" width="1001" height="697" alt="Azure secrets" src="https://github.com/user-attachments/assets/6252116c-f71a-41cd-b4a7-5528cc219a3c" />
97+
<div align="center">
98+
<img width="1001" height="697" alt="Azure secrets" src="https://github.com/user-attachments/assets/6252116c-f71a-41cd-b4a7-5528cc219a3c" />
9899
<p align="center">Azure Secrets</p>
100+
</div>
99101

100-
<img align="center" width="760" height="647" alt="SSH App Service" src="https://github.com/user-attachments/assets/eeb418df-f4b8-4c9a-8a46-0f2f81600618" />
102+
<div align="center">
103+
<img width="760" height="647" alt="SSH App Service" src="https://github.com/user-attachments/assets/eeb418df-f4b8-4c9a-8a46-0f2f81600618" />
101104
<p align="center">App Service</p>
102-
105+
</div>
103106
<p align="right">(<a href="#readme-top">back to top</a>)</p>
104107

105108
---
@@ -109,19 +112,24 @@ This project automates the provisioning and deployment of a scalable cloud appli
109112
- [Frontend Web App](https://softdefault-movies-app.azurewebsites.net/)
110113
- [API Endpoint (behind Load Balancer)](http://your-lb-ip-or-dns)
111114

112-
<img align="center" width="778" height="590" alt="Movie Analyst main page" src="https://github.com/user-attachments/assets/e804228f-3930-4fa1-bd6f-1106f811d83c" />
115+
<div align="center">
116+
<img width="778" height="590" alt="Movie Analyst main page" src="https://github.com/user-attachments/assets/e804228f-3930-4fa1-bd6f-1106f811d83c" />
113117
<p align="center">Movie Analyst main page</p>
118+
</div>
114119

115-
<img align="center" width="773" height="820" alt="Our Movies Critics" src="https://github.com/user-attachments/assets/1f495fae-c29d-4ce6-a87c-d0ec9636dbc9" />
120+
<div align="center">
121+
<img width="773" height="820" alt="Our Movies Critics" src="https://github.com/user-attachments/assets/1f495fae-c29d-4ce6-a87c-d0ec9636dbc9" />
116122
<p align="center">Our Movies Critics</p>
123+
</div>
117124

118-
<img align="center" width="917" height="967" alt="Latest Movie Reviews" src="https://github.com/user-attachments/assets/c17f90c8-6720-4357-a275-639deecca0ed" />
125+
<div align="center">
126+
<img width="917" height="967" alt="Latest Movie Reviews" src="https://github.com/user-attachments/assets/c17f90c8-6720-4357-a275-639deecca0ed" />
119127
<p align="center">Latest Movie Reviews</p>
128+
</div>
120129

121-
<img align="center" width="771" height="827" alt="Our Publication Partners" src="https://github.com/user-attachments/assets/67478e8b-b0e5-4a5f-88ec-3de129e9bf6f" />
130+
<img width="771" height="827" alt="Our Publication Partners" src="https://github.com/user-attachments/assets/67478e8b-b0e5-4a5f-88ec-3de129e9bf6f" />
122131
<p align="center">Our Publication Partners</p>
123-
124-
132+
<div align="center">
125133

126134
<p align="right">(<a href="#readme-top">back to top</a>)</p>
127135

@@ -169,9 +177,11 @@ Infrastructure provisioning is fully automated and triggered via **GitHub Action
169177
- The entire infrastructure is provisioned from scratch via `terraform.yml`.
170178

171179
## ⚙️ Configure Services (Ansible) <a name="ansible"></a>
172-
173-
<img align="center" width="2216" height="1205" alt="Jumpbox NSG diagram" src="https://github.com/user-attachments/assets/8a402bc6-5bb5-4070-98cc-6a13babf379a" />
180+
</div>
181+
<div align="center">
182+
<img width="2216" height="1205" alt="Jumpbox NSG diagram" src="https://github.com/user-attachments/assets/8a402bc6-5bb5-4070-98cc-6a13babf379a" />
174183
<p align="center">Ansible Jumpbox Configuration</p>
184+
</div>
175185

176186
Once the infrastructure is up, **Ansible playbooks** are automatically triggered within the same CI/CD workflow to:
177187

0 commit comments

Comments
 (0)