You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 5_analytics-bigdata/synapse-analytics/README.md
+3-10Lines changed: 3 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,10 @@ Last updated: 2026-02-12
27
27
</div>
28
28
29
29
> [!NOTE]
30
-
>
31
30
> - 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).
32
31
> - 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.
33
34
34
35
## File Descriptions
35
36
@@ -95,18 +96,10 @@ Last updated: 2026-02-12
95
96
```sh
96
97
terraform apply -auto-approve
97
98
```
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.
0 commit comments