Skip to content
Merged
Changes from all commits
Commits
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
6 changes: 6 additions & 0 deletions src/content/docs/azure/getting-started/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ LocalStack for Azure features require an [Auth Token](/azure/getting-started/aut

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).

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

## lstk

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