Skip to content

Added azlocal start-interception to all README files#73

Merged
paolosalvatori merged 1 commit intomainfrom
fix-docs
Apr 8, 2026
Merged

Added azlocal start-interception to all README files#73
paolosalvatori merged 1 commit intomainfrom
fix-docs

Conversation

@paolosalvatori
Copy link
Copy Markdown
Contributor

Motivation

In all the README.md files we need to explain how to:

  • Get an authentication token
  • Start the emulator
  • Route all the Azure CLI calls to the emulator

Changes

Added the following snippet to all the README.md files:

# Set the authentication token
export LOCALSTACK_AUTH_TOKEN=<your_auth_token>

# Start the LocalStack Azure emulator
IMAGE_NAME=localstack/localstack-azure-alpha localstack start -d
localstack wait -t 60

# Route all Azure CLI calls to the LocalStack Azure emulator
azlocal start-interception

Tests

Related

@paolosalvatori paolosalvatori requested a review from a team as a code owner April 8, 2026 13:08
Copy link
Copy Markdown
Contributor

@DrisDary DrisDary left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Paolo

@paolosalvatori paolosalvatori merged commit 54435a1 into main Apr 8, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants