Skip to content

Releases: microsoft/Deploy-Your-AI-Application-In-Production

v1.3.0

20 Apr 09:57
f1cbea8

Choose a tag to compare

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)

v1.2.5

02 Apr 13:53
d7412e8

Choose a tag to compare

1.2.5 (2026-04-02)

Bug Fixes

  • Added deployment tags and dev container fix and PrincipleId param fix (#124) (d7412e8)

Other Updates

  • Include configuration note for azd version 1.23.9 (ea58ad4)
  • rename AI Foundry references to Microsoft Foundry (60bcbd0)

v1.2.4

13 Mar 09:51
ded2921

Choose a tag to compare

1.2.4 (2026-03-13)

Bug Fixes

v1.2.3

04 Mar 17:25
62c49bb

Choose a tag to compare

1.2.3 (2026-03-04)

Bug Fixes

  • Change Azure credentials to use GitHub secrets (e74629f)

Other Updates

  • Enhance README with cross references to resources (926c697)

v1.2.2

16 Jan 16:00
1f3bc19

Choose a tag to compare

1.2.2 (2026-01-16)

Bug Fixes

  • Use purviewCollectionName parameter for Purview collection setup (1ab8547)

v1.2.1

23 Dec 18:29
16167a7

Choose a tag to compare

1.2.1 (2025-12-23)

Bug Fixes

  • Update trigger paths for pull request and push events in azure-dev.yml (26f54f7)

v1.2.0

19 Dec 20:33
e24bb86

Choose a tag to compare

1.2.0 (2025-12-19)

Features

  • Adding AI Landing Zone and Fabric workspace automation to provisioning (#101) (e24bb86)

v1.1.4

18 Dec 10:27
6ed2592

Choose a tag to compare

1.1.4 (2025-12-18)

Bug Fixes

  • Refactor app sample enabling logic in auth_init scripts (#103) (6ed2592)

v1.1.3

17 Dec 12:07
5009774

Choose a tag to compare

1.1.3 (2025-12-17)

Bug Fixes

  • Role assignment issue for running post deployment script (#102) (5009774)

v1.1.2

11 Dec 11:52
a765454

Choose a tag to compare

1.1.2 (2025-12-11)

Bug Fixes

  • Correct directory navigation instruction in postprovision.sh (bae7596)
  • Remove unnecessary sudo commands from script execution in azure.yaml and postprovision.sh (0eed28b)
  • Update scripts to use AzureCliCredential and change shell commands to bash (25c8d58)

Other Updates

  • Add initial project structure and files for VS Code web (055edd3)
  • Add steps for deploying with VS Code Web (e0810c0)
  • Add Visual Studio Code Web Support (a765454)