Skip to content

Commit 41efa99

Browse files
authored
format
1 parent 38ff878 commit 41efa99

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Last updated: 2025-05-13
114114

115115
This is an introductory workshop on Microsoft Fabric. Please follow as described below.
116116

117-
- If you're choosing the `Infrastructure via Azure Portal`, please start [here](#step-1-set-up-your-azure-environment).
117+
- If you're choosing the `Infrastructure via Azure Portal`, please start [here in this section](#step-1-set-up-your-azure-environment).
118118
- If you're choosing the `Infrastructure via Terraform` approach:
119119
1. Please follow the [Terraform guide](./terraform-infrastructure/) to deploy the necessary Azure resources for the workshop.
120120
2. Then, follow each [each section](#step-1-set-up-your-azure-environment) but `skip the creation of each resource`.
@@ -385,6 +385,7 @@ This is an introductory workshop on Microsoft Fabric. Please follow as described
385385
- Click on `Apply` to save your configuration.
386386
387387
### Develop the Function
388+
388389
- You need to install [VSCode](https://code.visualstudio.com/download)
389390
- Install python from Microsoft store:
390391
@@ -453,7 +454,7 @@ This is an introductory workshop on Microsoft Fabric. Please follow as described
453454
454455
| Template Blob Trigger | Function Code updated |
455456
| --- | --- |
456-
| <img width="550" alt="image" src="https://github.com/user-attachments/assets/a4ac6f2d-1419-4629-8896-de202c76000e"> | <img width="550" alt="image" src="https://github.com/user-attachments/assets/a9e41cd7-9c3f-4da5-8526-5c7f06107a84"> |
457+
| <img width="550" alt="image" src="https://github.com/user-attachments/assets/a4ac6f2d-1419-4629-8896-de202c76000e"> | <img width="550" alt="image" src="https://github.com/user-attachments/assets/a9e41cd7-9c3f-4da5-8526-5c7f06107a84"> |
457458
458459
```python
459460
import azure.functions as func
@@ -587,7 +588,7 @@ This is an introductory workshop on Microsoft Fabric. Please follow as described
587588

588589
| Template `requirements.txt` | Updated `requirements.txt` |
589590
| --- | --- |
590-
| <img width="550" alt="image" src="https://github.com/user-attachments/assets/d7dec16e-4f78-446d-a7e0-4d3b1d43bec4"> | <img width="550" alt="image" src="https://github.com/user-attachments/assets/b30e6450-515b-4070-b91b-8040ecbde738">
591+
| <img width="550" alt="image" src="https://github.com/user-attachments/assets/d7dec16e-4f78-446d-a7e0-4d3b1d43bec4"> | <img width="550" alt="image" src="https://github.com/user-attachments/assets/b30e6450-515b-4070-b91b-8040ecbde738"> |
591592

592593
```text
593594
azure-functions

0 commit comments

Comments
 (0)