Skip to content

Commit eb044ac

Browse files
authored
working on content logic - workflow / infra ready
1 parent b42b4df commit eb044ac

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,33 @@ Last updated: 2025-02-04
1515
> Disclaimer: Please note, this example of solution `it is not an official solution guide`. For official guidance, support, or more detailed information, please refer to Microsoft's official documentation or contact Microsoft directly: [Microsoft Sales and Support](https://support.microsoft.com/contactus?ContactUsExperienceEntryPointAssetId=S.HP.SMC-HOME)
1616
1717

18+
For this solution, you can set up your infrastructure using terraform:
19+
20+
[Infrastructure via Terraform](./terraform/): This approach focuses on `setting up the required infrastructure via Terraform`. It allows for source control of not only the solution code, connections, and setups `but also the infrastructure itself`.
21+
22+
<div align="center">
23+
<img src="https://github.com/user-attachments/assets/51809c83-47b5-44e0-b170-b7f22cd15975" alt="Centered Image" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px; width: 700px;"/>
24+
</div>
25+
26+
27+
## Prerequisites
28+
29+
- An `Azure subscription is required`. All other resources, including instructions for creating a Resource Group, are provided in this template.
30+
- If you choose to use the Terraform approach, please ensure that:
31+
- [Terraform is installed on your local machine](https://developer.hashicorp.com/terraform/tutorials/azure-get-started/install-cli#install-terraform).
32+
- [Install the Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli) to work with both Terraform and Azure commands.
33+
34+
35+
## Where to start?
36+
37+
Please follow as described below:
38+
39+
1. Please follow the [Terraform guide](./terraform/README.md) to deploy the necessary Azure resources for the workshop.
40+
2. Then, follow each [each section](#content).
41+
42+
## Content
43+
44+
1845
<div align="center">
1946
<h3 style="color: #4CAF50;">Total Visitors</h3>
2047
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>

0 commit comments

Comments
 (0)