Skip to content

Commit 139c787

Browse files
authored
Enhance README with images for Synapse resources
Added images to the README for better visualization of Azure Synapse resources.
1 parent a332bde commit 139c787

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

  • 5_analytics-bigdata/synapse-analytics

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

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,21 @@ Last updated: 2026-02-12
1414
> [!IMPORTANT]
1515
> Azure Synapse always uses a **managed resource group** (configured by `managed_resource_group_name`). This is created and managed by the Synapse service itself and is required for the workspace to operate. You will see **two resource groups** in Azure: your main RG plus the Synapse-managed RG.
1616
17-
> [!IMPORTANT]
18-
> 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).
17+
<div align="center">
18+
<img width="650" alt="image" src="https://github.com/user-attachments/assets/f64e70e3-9d12-4a5e-8bbd-1c7852be7a96" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
19+
</div>
20+
21+
<div align="center">
22+
<img width="650" alt="image" src="https://github.com/user-attachments/assets/e3bc9dea-fda4-4be5-b5d0-a18fbcfccf4b" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
23+
</div>
24+
25+
<div align="center">
26+
<img width="650" alt="image" src="https://github.com/user-attachments/assets/5436f362-9c6d-45d1-9cf0-bb7d428fd267" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
27+
</div>
1928

2029
> [!NOTE]
21-
> 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`.
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).
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`.
2232
2333
## File Descriptions
2434

0 commit comments

Comments
 (0)