Skip to content

Commit adc28e6

Browse files
authored
notes
1 parent 569fe95 commit adc28e6

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

5_analytics-bigdata/data-factory/README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ Last updated: 2026-02-11
1111

1212
> This template contains Terraform configurations to create an Azure Data Factory instance with a system-assigned managed identity.
1313
14+
> [!NOTE]
15+
> - This template creates the Resource Group for you.
16+
> - Azure Data Factory names are globally unique. If you disable `append_random_suffix`, you may hit `DataFactoryNameInUse` and need to change `data_factory_name`.
17+
18+
1419
<div align="center">
1520
<img width="650" alt="image" src="https://github.com/user-attachments/assets/49954b0e-348c-4b6f-bb84-c5939452ae17" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
1621
</div>
@@ -76,17 +81,10 @@ Last updated: 2026-02-11
7681
terraform apply -auto-approve
7782
```
7883

79-
> [!NOTE]
80-
> This template creates the Resource Group for you.
81-
82-
> [!NOTE]
83-
> Azure Data Factory names are globally unique. If you disable `append_random_suffix`, you may hit `DataFactoryNameInUse` and need to change `data_factory_name`.
84-
8584
<!-- START BADGE -->
8685
<div align="center">
8786
<img src="https://img.shields.io/badge/Total%20views-1706-limegreen" alt="Total views">
8887
<p>Refresh Date: 2026-02-11</p>
8988
</div>
9089
<!-- END BADGE -->
9190

92-
````

0 commit comments

Comments
 (0)