Releases: microsoft/Deploy-Your-AI-Application-In-Production
Releases · microsoft/Deploy-Your-AI-Application-In-Production
v1.5.3
1.5.3 (2026-06-10)
Bug Fixes
- add tenant and principal ID configuration steps in deployment guide (9601317)
- update documentation and configuration for Microsoft Entra ID authentication on Jump VM via Azure Bastion (cac797a)
- update links to Accessing Private Resources documentation for consistency (ff9c0fe)
- update VM size to Standard_D2s_v5 and add transient network failure handling in SearchHelpers.ps1 (c5f2c8b)
Other Updates
- dev to main merge (3eb257d)
v1.5.2
v1.5.1
v1.5.0
1.5.0 (2026-05-18)
Features
- add support for Bring Your Own Log Analytics Workspace in deployment (13277a1)
Bug Fixes
- adding additional comments for existingLogAnalyticsWorkspaceResourceId (d734b55)
- remove fabric capacity resources and diagnostics for BYO Log Analytics (c3f8a15)
- update Log Analytics workspace descriptions and routing for PostgreSQL diagnostics (bb64caf)
- update permissions and outputs for BYO Log Analytics and Application Insights integration (da1efb8)
Other Updates
- dev to main merge (d37f2f7)
v1.4.1
1.4.1 (2026-05-11)
Bug Fixes
- update dependabot configuration to include gitsubmodule ecosystem (7a078c8)
Other Updates
- Add Bicep CLI (v0.33.0+) version pinning alongside azd/PowerShell (b858236)
- add Bicep CLI prerequisite to local deployment guide (7e0f96f), closes AB#42634
- Add Bicep CLI version pinning to prerequisites table (9236630)
- clarify default mode description in deployment guide (8af4ec3)
- correct formatting of default mode description in deployment guide (6de619f)
- dev to main merge (5c3d3f0)
- fix incorrect fabricCapacityMode default from byo to create (0108a6a)
v1.4.0
1.4.0 (2026-04-29)
Features
- Enhance Purview scan automation with fallback collection resolution and reparenting logic (d13133d)
Bug Fixes
- remove hardcoded VM admin password and update credential docs (9c8071b)
- replace eval with associative array in quota_check.sh (376107e), closes #131
- use workspace ID for Fabric RBAC in BYO mode (f4db7ca)
Reverts
- restore devcontainer.json, .env.example, README.md, local_development.md to origin/dev state (e369970)
Other Updates
v1.3.0
1.3.0 (2026-04-20)
Features
- Add AZURE_PRINCIPAL_ID and AZURE_PRINCIPAL_TYPE to environment variables (b2e390a)
- Add Power BI API access check before infrastructure provisioning (ff47a00)
- Add quota check scripts for Azure OpenAI models and Fabric capacity (605b81e)
- Add re-authentication and retry logic for infrastructure provisioning failures (586e2bd)
- Add resource group creation and environment setup in AZD workflow (6297fe0)
- Add resource group deletion check and retry logic during provisioning (b365ea2)
- Configure Power BI API permissions for service principal in Azure Dev workflow (517abd6)
- Enhance infrastructure provisioning with retry mechanism and fresh authentication token (aaf5167)
- Enhance resource group creation logic to derive name from environment if not provided (983e5ca)
- Enhance Service Principal Object ID resolution logic in workflow (4559409)
- Refactor principal type and ID handling in workflow and parameter files (195cf60)
- Remove re-authentication and retry logic from infrastructure provisioning (5e2408e)
- Remove service principal ID retrieval and AZD environment configuration steps (5d299d5)
- Remove Service Principal Object ID resolution step from workflow (cc157d2)
- Remove timeout setting from infrastructure provisioning step (a04622d)
- Update AZD environment configuration to set principal type and ID for Service Principal (6574965)
- Update fabricWorkspaceMode to 'none' for consistent environment configuration (1c1e6a5)
Bug Fixes
- add bicep version requirement (>= 0.33.0) to azure.yaml (ae8ee57)
- add bicep version requirement (>= 0.33.0) to azure.yaml (5a09ec2)
- Update VM credential instructions for clarity and consistency across documentation (529d37b)
Other Updates
- Remove Power BI API permissions configuration and access check from deployment workflow (beaaacf)