Skip to content

Commit a319a6f

Browse files
authored
notes
1 parent 00602a3 commit a319a6f

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,33 @@ Last updated: 2025-01-29
1212
> [!IMPORTANT]
1313
> For more detailed and official training, please visit the [Microsoft official training site](https://learn.microsoft.com/en-us/training/)
1414
15+
<details>
16+
<summary><b>Table of Content </b> (Click to expand)</summary>
17+
18+
- [Prerequisites](#prerequisites)
19+
- [Where to start?](#where-to-start)
20+
- [Content](#content)
21+
22+
</details>
23+
24+
1525
For this workshop, you can set up your infrastructure using either of the following approaches:
1626

1727
1. [Infrastructure via Azure Portal](./AzurePortal/): This approach involves creating the infrastructure and performing `all necessary steps through the Azure Portal` and its resources interface.
1828
2. [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`.
1929

30+
<div align="center">
31+
<img src="https://github.com/user-attachments/assets/16640052-7f57-443a-9efd-30855de5e231" alt="Centered Image" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
32+
</div>
33+
34+
## Prerequisites
35+
36+
- An `Azure subscription is required`. All other resources, including instructions for creating a Resource Group, are provided in this workshop.
37+
- If you choose to use the Terraform approach, please ensure that:
38+
- [Terraform is installed on your local machine](https://developer.hashicorp.com/terraform/tutorials/azure-get-started/install-cli#install-terraform).
39+
- [Install the Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli) to work with both Terraform and Azure commands.
40+
41+
2042
## Where to start?
2143

2244
This is an introductory workshop on Microsoft Fabric. Please follow [each section](#content) as described below.

0 commit comments

Comments
 (0)