Skip to content

Commit a232c34

Browse files
Fix Markdown syntax issues
1 parent f9023e2 commit a232c34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

5_analytics-bigdata/fabric/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,18 @@ Last updated: 2026-02-16
1313
1414
> [!IMPORTANT]
1515
> Fabric capacity creation requires at least one admin member.
16+
>
1617
> - Option A (recommended): set `use_current_user_as_admin = true` and let Terraform resolve the current user UPN.
1718
> - Option B: set `admin_members` explicitly to one or more UPNs like `user@domain.com`.
1819
> To avoid committing identities, prefer environment variables:
1920
> - PowerShell: `$env:TF_VAR_admin_members='["user@domain.com"]'`
2021
> - PowerShell (auto): keep `use_current_user_as_admin = true` and omit `admin_members`.
2122
2223
> [!NOTE]
24+
>
2325
> - The Fabric capacity resource is created via the AzAPI provider using the ARM resource type `Microsoft.Fabric/capacities@2023-11-01`.
2426
> - The Resource Group is created via AzAPI (idempotent ARM PUT) to align with other templates in this repository.
2527
26-
2728
<img width="650" alt="image" src="https://github.com/user-attachments/assets/fb74b695-b13d-4ca1-aae6-d5386e67660a" />
2829

2930
<img width="650" alt="image" src="https://github.com/user-attachments/assets/8bb7c264-8a8f-4c8e-b7d3-62e54d464b62" />

0 commit comments

Comments
 (0)