Skip to content

Commit f8eecf9

Browse files
authored
DOC-318 (hotfix): Add deprecation note for retired Azure image name (#840)
1 parent 945fbc3 commit f8eecf9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • src/content/docs/azure/getting-started

src/content/docs/azure/getting-started/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ LocalStack for Azure features require an [Auth Token](/azure/getting-started/aut
1818

1919
Alternatively, you can set up the Azure emulator directly using the LocalStack for Azure Docker image, [`localstack/localstack-azure`](https://hub.docker.com/r/localstack/localstack-azure), with the [`docker` CLI](#docker-cli) or [Docker Compose](#docker-compose).
2020

21+
:::note
22+
The Azure emulator image was previously published as `localstack/localstack-azure-alpha`.
23+
That name is no longer updated, and the Docker Hub repository is scheduled for removal at the end of August 2026.
24+
If your setup still references `localstack/localstack-azure-alpha`, switch to `localstack/localstack-azure` before then.
25+
:::
26+
2127
## lstk
2228

2329
`lstk` is a lightweight CLI for LocalStack that manages the authentication and container lifecycle for the AWS, Azure, and Snowflake emulators.

0 commit comments

Comments
 (0)