Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
5a4b478
Update submodule integration flow
Mar 5, 2026
5467ae3
Pin ai-landing-zone submodule to v1.0.1
Mar 6, 2026
8c76feb
Swap in Azure AI landing zone submodule and pin to v1.0.1
Mar 6, 2026
d167a97
Add postgresql provisioning and fabric automation for mirror
Mar 10, 2026
81d391b
doc updates and notation update postgresql mirror scripts
Mar 11, 2026
e7df29b
remove values
Mar 11, 2026
2daac4a
Fabric - minor param cleanup, use Fabric API over Power BI API when c…
Mar 11, 2026
a1f8bb7
Merge branch 'feat/addPostgreFabricMirror' of https://github.com/micr…
Mar 11, 2026
cf8b27d
Infra - minor param fix
Mar 11, 2026
c2fd16a
Script modifications, script order of operations and documentation adds
Mar 12, 2026
8d716ad
Merge branch 'feat/addPostgreFabricMirror' of https://github.com/micr…
Mar 12, 2026
531dc53
Documentation and postprovision steps updated
Mar 12, 2026
4ee31df
Adjust post deployment step md
Mar 12, 2026
17ec603
update docs and post deployment steps
Mar 18, 2026
60bcbd0
docs: rename AI Foundry references to Microsoft Foundry
Mar 20, 2026
90fa399
harden Fabric mirroring automation and align docs with Microsoft Foundry
Mar 20, 2026
e45220e
update change log
Mar 20, 2026
ba7050f
update parameters to add postgres with mixed auth to connect fabric m…
Mar 20, 2026
cd1948f
Update post deployment steps and other supporting documentation
Mar 24, 2026
0291ac6
updates to documentation, aligning all folders and files to lower cas…
Mar 25, 2026
1acf214
update post deployment steps and checks to align to new infrastructure
Mar 25, 2026
a13ef5d
Updates and clarification of post provisioning script and environment…
Mar 26, 2026
a02a782
Update mirror docs and corrected powershell try, catch, fail loops
Mar 26, 2026
63a0060
Resolve merge conflicts, keep branch docs
Mar 26, 2026
25dcdf8
update to docs to correct failing links
Mar 26, 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ __pycache__
# Local-only Bicep parameter overrides
infra/*.local.bicepparam
infra/*.local.bicepparam.json
copy.main.bicepparam
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "submodules/ai-landing-zone"]
path = submodules/ai-landing-zone
url = https://github.com/Azure/AI-Landing-Zones.git
url = https://github.com/Azure/bicep-ptn-aiml-landing-zone
54 changes: 46 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,73 @@

All notable changes to this project will be documented in this file.

## [2026-03-20]
### Added
- Read-only PostgreSQL mirroring preflight script for validating runner prerequisites before mirror setup
- PostgreSQL mirroring follow-up wrapper to run preflight, preparation, and mirror creation as a deliberate post-deployment flow
- Shared AI Search helper module for OneLake indexing scripts to centralize public network access toggles and tokenized REST calls

### Changed
- Repository documentation now uses Microsoft Foundry naming more consistently, including the README, deployment verification guide, and related runbooks
- PostgreSQL mirroring guidance now treats mirroring as a follow-up step after `azd up`, with clearer public-access versus private-network paths
- Postprovision now restores only PostgreSQL mirroring readiness preparation instead of attempting full mirror creation during the main deployment run
- PostgreSQL infrastructure outputs now expose the intended Fabric connection identity and default authentication settings needed for mirroring setup
- Fabric connection and workspace automation now resolve more values from deployment outputs, azd environment values, and deployed resources when transient hook context is incomplete
- PostgreSQL mirroring scripts now support explicit connection-mode outputs, stronger credential handling, clearer network-path failures, and gateway-aware Fabric connection creation
- Purview collection and Fabric datasource registration scripts now derive default names and deployment context more reliably from outputs and environment values
- Fabric workspace and capacity automation now tolerate more incomplete hook context, recover more reliably from existing resources, and improve capacity/workspace lookup behavior
- Preprovision retries the landing-zone deployment when Foundry account provisioning is still settling instead of failing immediately on transient provisioning-state errors
- Secure REST helpers now sanitize captured response bodies before surfacing API errors in automation logs
- Post-deployment and mirroring documentation consolidated the mirror workflow into a single primary runbook and clarified when mirroring should be deferred

### Removed
- Temporary PostgreSQL mirroring prep wrapper that toggled public access as a separate script
- Fabric connection probe debug script and the redundant PostgreSQL mirroring opt-in guide

## [2026-03-18]
### Added
- Parameter to override Log Analytics workspace resource ID and output mapping for automation scripts
- Optional `SKIP_PURVIEW_INTEGRATION` guard for Purview automation scripts (used by hooks when Purview is disabled)
- Retry/timeout handling for AI Search public network access toggles in OneLake indexing scripts

### Changed
- Preprovision error output simplified with concise failure reason and optional verbose diagnostics
- Main parameter file reordered into required/optional/defaulted sections with clearer comments
- OneLake indexing scripts prefer outputs, include AAD-only auth, and handle transient 409 run conflicts
- Post-deployment steps now include Fabric mirroring checklist items and Key Vault networking guidance for retrieving the `fabric_user` password

### Removed
- Log Analytics linkage script `scripts/automationScripts/FabricPurviewAutomation/connect_log_analytics.ps1`

## [1.3] - 2025-12-09
### Added
- Microsoft Fabric integration with automatic capacity creation and management
- Microsoft Purview integration for governance and data cataloging
- OneLake indexing pipeline connecting Fabric lakehouses to AI Search
- Comprehensive post-provision automation (22 hooks for Fabric/Purview/Search setup)
- New documentation: `deploy_app_from_foundry.md` for publishing apps from AI Foundry
- New documentation: `TRANSPARENCY_FAQ.md` for responsible AI transparency
- New documentation: `deploy_app_from_foundry.md` for publishing apps from Microsoft Foundry
- New documentation: `transparency_faq.md` for responsible AI transparency
- New documentation: `NewUserGuide.md` for first-time users
- Header icons matching GSA standard format
- Fabric private networking documentation

### Changed
- README.md restructured to match Microsoft GSA (Global Solution Accelerator) format
- DeploymentGuide.md consolidated with all deployment options in one place
- deploymentguide.md consolidated with all deployment options in one place
- Updated Azure Fabric CLI commands (`az fabric capacity` replaces deprecated `az powerbi embedded-capacity`)
- Post-provision scripts now validate Fabric capacity state before execution
- Navigation links use pipe separators matching other GSA repos

### Removed
- `github_actions_steps.md` (stub placeholder)
- `github_code_spaces_steps.md` (consolidated into DeploymentGuide.md)
- `local_environment_steps.md` (consolidated into DeploymentGuide.md)
- `Dev_ContainerSteps.md` (consolidated into DeploymentGuide.md)
- `github_code_spaces_steps.md` (consolidated into deploymentguide.md)
- `local_environment_steps.md` (consolidated into deploymentguide.md)
- `Dev_ContainerSteps.md` (consolidated into deploymentguide.md)
- `transfer_project_connections.md` (feature deprecated)
- `sample_app_setup.md` (replaced with `deploy_app_from_foundry.md`)
- `Verify_Services_On_Network.md` (referenced non-existent script)
- `add_additional_services.md` (outdated, redundant with PARAMETER_GUIDE.md)
- `modify_deployed_models.md` (outdated, redundant with PARAMETER_GUIDE.md)
- `add_additional_services.md` (outdated, redundant with parameter_guide.md)
- `modify_deployed_models.md` (outdated, redundant with parameter_guide.md)

## [1.2] - 2025-05-13
### Added
Expand Down
Loading
Loading