-
Notifications
You must be signed in to change notification settings - Fork 145
chore: Automate fabric workspace & fabric capacity creation in Workshop mode #343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Prajwal-Microsoft
wants to merge
18
commits into
microsoft:main
Choose a base branch
from
Yamini-Microsoft:psl-automate-fabric-workshop
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
1cc2095
feat: automate Fabric Workspace & Capacity creation in workshop mode
Yamini-Microsoft ba35a0c
Move Fabric workspace creation to scripts pipeline, auto-detect from env
Yamini-Microsoft 7508800
Consolidate Fabric workspace scripts into 02_create_fabric_items.py
Yamini-Microsoft 7ef2925
Normalize print statements: replace emoji with [OK]/[FAIL]/[WARN] tag…
Yamini-Microsoft 42b19e0
Sync FABRIC_WORKSPACE_ID to azd env (.azure/<env>/.env) on create and…
Yamini-Microsoft 9173430
Fix docs: EXISTING_FABRIC_WORKSPACE_ID -> FABRIC_WORKSPACE_ID, update…
Yamini-Microsoft efc1504
Address PR #343 review comments: add CREATE_FABRIC_WORKSPACE flag, ti…
Yamini-Microsoft a68ee94
Update docs and restore AZURE_ENV_ONLY_VAL in azure.yaml
Yamini-Microsoft a14242f
Merge branch 'microsoft:main' into psl-automate-fabric-workshop
Yamini-Microsoft d00121d
feat: Enhance Fabric setup and configuration documentation; automate …
Yamini-Microsoft 0a966b2
fix: Update documentation for Fabric setup and configuration; improve…
Yamini-Microsoft b98e90a
refactor: Rename parameters for Fabric capacity and workspace; improv…
Yamini-Microsoft 362afaf
chore: Remove outdated Fabric workspace management documentation
Yamini-Microsoft 75c5795
Address PR #343 review: add createFabricWorkspace param, clean docs
Yamini-Microsoft ca22a8a
revert 02-setup-fabric.md to original, add only auto-create tip
Yamini-Microsoft c1380fc
revert unrelated postprovision changes in azure.yaml, keep only predo…
Yamini-Microsoft c3477a9
change default Fabric capacity SKU from F2 to F8
Yamini-Microsoft e0ac3f5
fix garbled emoji in commented-out ontology section
Yamini-Microsoft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be mapped tom main.paramaters.json, else users might need to manaully edit bicep file, also include that in CustominzingAzdParameters.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done — added
fabricAdminMembersmapping tomain.parameters.jsonasFABRIC_ADMIN_MEMBERSand documented it inCustomizingAzdParameters.md.