> ## Documentation Index
> Fetch the complete documentation index at: https://docs.prefect.io/llms.txt
> Use this file to discover all available pages before exploring further.

# prefect-azure

## 0.4.11

*Released on June 05, 2026*

**Bug Fixes**

* Retry transient 5xx errors in ACI container group polling [#22078](https://github.com/PrefectHQ/prefect/pull/22078) by [@app/devin-ai-integration](https://github.com/app/devin-ai-integration)
* Fix Azure blob result storage to overwrite on rewrite [#22035](https://github.com/PrefectHQ/prefect/pull/22035) by [@wtfashwin](https://github.com/wtfashwin)

***

## 0.4.10

*Released on May 06, 2026*

**Features**

* Graduate infrastructure decorators to GA [#21784](https://github.com/PrefectHQ/prefect/pull/21784) by [@desertaxle](https://github.com/desertaxle)
* Add configurable bundle launchers [#21478](https://github.com/PrefectHQ/prefect/pull/21478) by [@desertaxle](https://github.com/desertaxle)
* Add `include_files` support to remaining infrastructure decorators [#21178](https://github.com/PrefectHQ/prefect/pull/21178) by [@app/devin-ai-integration](https://github.com/app/devin-ai-integration)

**Documentation**

* Set up automatic API reference docs via `mdxify` [#20705](https://github.com/PrefectHQ/prefect/pull/20705) by [@app/devin-ai-integration](https://github.com/app/devin-ai-integration)

**Maintenance**

* Remove internal `Runner` usage from bundle execution paths [#21252](https://github.com/PrefectHQ/prefect/pull/21252) by [@desertaxle](https://github.com/desertaxle)
* Add Docker image build and publish workflows [#20771](https://github.com/PrefectHQ/prefect/pull/20771) by [@app/devin-ai-integration](https://github.com/app/devin-ai-integration)
* Fix integration API reference generation [#20789](https://github.com/PrefectHQ/prefect/pull/20789) by [@desertaxle](https://github.com/desertaxle)
* Fix double backtick usage in test files [#21211](https://github.com/PrefectHQ/prefect/pull/21211) by [@desertaxle](https://github.com/desertaxle)
* Bump `prefect` lower bound to `>=3.7.0`

***

## 0.4.9

*Released on February 12, 2026*

**Features**

* Fix pull\_from\_azure\_blob\_storage failing on ADLS2 directory blobs [#20617](https://github.com/PrefectHQ/prefect/pull/20617) by [@app/devin-ai-integration](https://github.com/app/devin-ai-integration)
* Add attribution headers to SDK API requests [#20508](https://github.com/PrefectHQ/prefect/pull/20508) by [@zangell44](https://github.com/zangell44)
* Add `include_files` support to `@ecs` decorator for bundling non-Python files [#20551](https://github.com/PrefectHQ/prefect/pull/20551) by [@desertaxle](https://github.com/desertaxle)

**Bug Fixes**

* fix: pin azure-mgmt-resource`<25` to avoid breaking import change [#20588](https://github.com/PrefectHQ/prefect/pull/20588) by [@app/devin-ai-integration](https://github.com/app/devin-ai-integration)

**Maintenance**

* Bump `prefect` lower bound to `>=3.6.17` [#20659](https://github.com/PrefectHQ/prefect/pull/20659) by [@desertaxle](https://github.com/desertaxle)
* chore(deps-dev): bump ruff from 0.14.14 to 0.15.0 [#20540](https://github.com/PrefectHQ/prefect/pull/20540) by [@app/dependabot](https://github.com/app/dependabot)

***

## 0.4.8

*Released on January 15, 2026*

**Features**

* Add `kill_infrastructure` method to worker integrations [#20075](https://github.com/PrefectHQ/prefect/pull/20075) by [@joshuastagner](https://github.com/joshuastagner)

***

## 0.4.7

*Released on December 05, 2025*

**Features**

* feat(azure): add SPN authentication support to deployment steps [#19656](https://github.com/PrefectHQ/prefect/pull/19656) by [@app/devin-ai-integration](https://github.com/app/devin-ai-integration)
* feat(azure): add service principal authentication for AzureBlobStorageCredentials [#19645](https://github.com/PrefectHQ/prefect/pull/19645) by [@zzstoatzz](https://github.com/zzstoatzz)

**Documentation**

* Remove Python 3.9 support [#19273](https://github.com/PrefectHQ/prefect/pull/19273) by [@desertaxle](https://github.com/desertaxle)

***

## 0.4.6

*Released on October 16, 2025*

**Features**

* Add Azure DevOps Credential Block to support PAT-based auth [#19156](https://github.com/PrefectHQ/prefect/pull/19156) by [@RakshitMaheshwari](https://github.com/RakshitMaheshwari)

**Bug Fixes**

* Ensure ACI log timestamps are tz aware [#19021](https://github.com/PrefectHQ/prefect/pull/19021) by [@solms](https://github.com/solms)
