Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
60f936a
pipeline issue updated
Priyanka-Microsoft Mar 5, 2026
c404f89
pipeline issue updated
Priyanka-Microsoft Mar 5, 2026
4e74e2f
psr rule file added
Priyanka-Microsoft Mar 5, 2026
8778bb0
removed psl rule file
Priyanka-Microsoft Mar 5, 2026
4831dbb
changed the path
Priyanka-Microsoft Mar 5, 2026
9e92317
changed the path
Priyanka-Microsoft Mar 5, 2026
f620ab4
readme changes
Priyanka-Microsoft Mar 5, 2026
29312c2
readme changes
Priyanka-Microsoft Mar 5, 2026
e4277f3
readme changes
Priyanka-Microsoft Mar 5, 2026
d9d3b87
readme changes
Priyanka-Microsoft Mar 5, 2026
a5fefd7
Merge pull request #1 from Priyanka-Microsoft/psl-bug-36265-pipeline
Priyanka-Microsoft Mar 5, 2026
15d3add
variable fabric capacity
Priyanka-Microsoft Mar 5, 2026
394bcc0
variable fabric capacity
Priyanka-Microsoft Mar 5, 2026
e262a78
Merge branch 'main' of https://github.com/Priyanka-Microsoft/Deploy-Y…
Priyanka-Microsoft Mar 5, 2026
c24986f
Merge branch 'main' into psl-bug-36265-pipeline2
Priyanka-Microsoft Mar 5, 2026
90da9b1
setting fabriccapacity admin to my id
Priyanka-Microsoft Mar 5, 2026
aa75b8d
bicepparams changes to read env variable
Priyanka-Microsoft Mar 5, 2026
448cd0b
Merge pull request #2 from Priyanka-Microsoft/psl-bug-36265-pipeline2
Priyanka-Microsoft Mar 6, 2026
d102448
bicepparams changes to read env variable
Priyanka-Microsoft Mar 6, 2026
340ebe6
readme changes
Priyanka-Microsoft Mar 6, 2026
3dad267
readme changes
Priyanka-Microsoft Mar 6, 2026
ca39ea5
path changes
Priyanka-Microsoft Mar 9, 2026
57796a8
path changes
Priyanka-Microsoft Mar 9, 2026
7cc8e7f
removed pull request
Priyanka-Microsoft Mar 9, 2026
4c53c4e
Merge pull request #3 from Priyanka-Microsoft/psl-added-fabric-cap
Priyanka-Microsoft Mar 9, 2026
61af650
run pipeline on dev merge
Priyanka-Microsoft Mar 9, 2026
6ee3ad9
Merge pull request #4 from Priyanka-Microsoft/psl-added-fabric-cap
Priyanka-Microsoft Mar 9, 2026
dd9fc97
accept array for admin value
Priyanka-Microsoft Mar 10, 2026
c75bf91
Merge pull request #5 from Priyanka-Microsoft/accept-array-for-admin-…
Priyanka-Microsoft Mar 10, 2026
1771b74
accept array for admin value
Priyanka-Microsoft Mar 10, 2026
a9ce645
Merge pull request #6 from Priyanka-Microsoft/accept-array-for-admin-…
Priyanka-Microsoft Mar 10, 2026
913274f
remove run on merge
Priyanka-Microsoft Mar 10, 2026
d57eb94
Merge pull request #7 from Priyanka-Microsoft/remove-dev-from-branch
Priyanka-Microsoft Mar 10, 2026
8def960
updated doc for fabric capacity admin value
Priyanka-Microsoft Mar 10, 2026
3de5cd6
Merge pull request #8 from Priyanka-Microsoft/update-doc-for-default-…
Priyanka-Microsoft Mar 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/azd-template-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
AZURE_ENV_NAME: ${{ vars.AZURE_ENV_NAME }}
AZURE_LOCATION: ${{ vars.AZURE_LOCATION }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

fabricCapacityMode: 'none'
- name: print result
run: cat ${{ steps.validation.outputs.resultFile }}
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ This accelerator extends the [AI Landing Zone](https://github.com/Azure/ai-landi
<!-------------------------------------------->
<!-- KEY FEATURES -->
<!-------------------------------------------->

## Features


### Key features
<details open>
<summary>Click to learn more about the key features this solution enables</summary>
Expand All @@ -73,6 +77,9 @@ This accelerator extends the [AI Landing Zone](https://github.com/Azure/ai-landi
<!-------------------------------------------->
<!-- QUICK DEPLOY -->
<!-------------------------------------------->

## Getting Started

<h2><img src="./docs/images/readme/quick-deploy.png" width="48" />
Quick deploy
</h2>
Expand Down Expand Up @@ -213,6 +220,11 @@ After deployment, you'll have a complete, enterprise-ready platform that unifies
<!------------------------------------------>
<!-- SUPPORTING DOCUMENTATION -->
<!------------------------------------------>


## Guidance


<h2><img src="./docs/images/readme/supporting-documentation.png" width="48" />
Supporting documentation
</h2>
Expand Down Expand Up @@ -251,6 +263,10 @@ Supporting documentation

</details>


## Resources


### Cross references
Check out similar solution accelerators
| Solution Accelerator | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/DeploymentGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Edit `infra/main.bicepparam` or set environment variables:
| `fabricCapacityMode` | Fabric capacity mode: `create`, `byo`, or `none` | `create` |
| `fabricWorkspaceMode` | Fabric workspace mode: `create`, `byo`, or `none` | `create` |
| `fabricCapacitySku` | Fabric capacity SKU (only used when `fabricCapacityMode=create`) | `F8` (default) |
| `fabricCapacityAdmins` | Fabric capacity admin principals (UPN emails or Entra object IDs) (required when `fabricCapacityMode=create`) | `["user@contoso.com"]` |
| `fabricCapacityAdmins` | Fabric capacity admin principals (UPN emails or Entra object IDs) (required when `fabricCapacityMode=create`) | `user@contoso.com,user2@contoso.com` |
| `fabricCapacityResourceId` | Existing Fabric capacity ARM resource ID (required when `fabricCapacityMode=byo`) | `/subscriptions/.../providers/Microsoft.Fabric/capacities/...` |
| `fabricWorkspaceId` | Existing Fabric workspace ID (GUID) (required when `fabricWorkspaceMode=byo`) | `00000000-0000-0000-0000-000000000000` |
| `fabricWorkspaceName` | Existing Fabric workspace name (used when `fabricWorkspaceMode=byo`) | `my-existing-workspace` |
Expand Down
5 changes: 3 additions & 2 deletions infra/main.bicepparam
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ param aiSearchAdditionalAccessObjectIds = []
// - Full setup: fabricCapacityPreset='create', fabricWorkspacePreset='create'
// - No Fabric: fabricCapacityPreset='none', fabricWorkspacePreset='none'
// - BYO both: fabricCapacityPreset='byo', fabricWorkspacePreset='byo'
var fabricCapacityPreset = 'create'
var fabricCapacityPreset = readEnvironmentVariable('fabricCapacityMode', 'create')
var fabricWorkspacePreset = fabricCapacityPreset

// Legacy toggle retained for back-compat with older docs/scripts
Expand All @@ -118,7 +118,8 @@ param fabricWorkspaceName = '' // optional (helpful for naming/UX)
param fabricCapacitySku = 'F8'

// Fabric capacity admin members (email addresses or object IDs).
param fabricCapacityAdmins = []
var fabricAdminValue = readEnvironmentVariable('fabricCapacityAdmins', '')
param fabricCapacityAdmins = empty(fabricAdminValue) ? [] : split(fabricAdminValue, ',')

// ========================================
// PURVIEW PARAMETERS (Optional)
Expand Down