Skip to content

Commit 31ffc32

Browse files
authored
Update README with notes on Synapse workspace names and SQL password
1 parent eb106f7 commit 31ffc32

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

  • 5_analytics-bigdata/synapse-analytics

5_analytics-bigdata/synapse-analytics/README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ Last updated: 2026-02-12
2727
</div>
2828

2929
> [!NOTE]
30-
>
3130
> - This template creates the Storage Account and filesystem via the AzAPI provider (management plane) to avoid key-based Storage data-plane operations (common in environments where shared keys are disabled by policy).
3231
> - Synapse validates the default data lake storage using the DFS URL format: `https://<accountname>.dfs.core.windows.net/<filesystem>`. This template passes that format to `azurerm_synapse_workspace`.
32+
> - Synapse workspace names are globally unique. If you disable `append_random_suffix`, you may hit name collisions.
33+
> - The SQL admin password must meet complexity rules (at least 3 of: upper/lower/digit/special). Use `TF_VAR_sql_administrator_password` to avoid committing secrets.
3334
3435
## File Descriptions
3536

@@ -95,18 +96,10 @@ Last updated: 2026-02-12
9596
```sh
9697
terraform apply -auto-approve
9798
```
98-
99-
> [!NOTE]
100-
> Synapse workspace names are globally unique. If you disable `append_random_suffix`, you may hit name collisions.
101-
102-
> [!NOTE]
103-
> The SQL admin password must meet complexity rules (at least 3 of: upper/lower/digit/special). Use `TF_VAR_sql_administrator_password` to avoid committing secrets.
104-
99+
105100
<!-- START BADGE -->
106101
<div align="center">
107102
<img src="https://img.shields.io/badge/Total%20views-1706-limegreen" alt="Total views">
108103
<p>Refresh Date: 2026-02-11</p>
109104
</div>
110105
<!-- END BADGE -->
111-
112-
````

0 commit comments

Comments
 (0)