Azure: document the emulated Azure Portal (LS_AZURE_PORTAL) - #911
Draft
DrisDary wants to merge 1 commit into
Draft
Azure: document the emulated Azure Portal (LS_AZURE_PORTAL)#911DrisDary wants to merge 1 commit into
DrisDary wants to merge 1 commit into
Conversation
Deploying localstack-docs with
|
| Latest commit: |
51b035d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://e1d79284.localstack-docs.pages.dev |
| Branch Preview URL: | https://docs-azure-emulated-portal.localstack-docs.pages.dev |
Contributor
Author
|
This docs PR shouldn't merge before this pr |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
localstack-pro#8172 adds an emulated Azure Portal served from the emulator's
own edge port, gated by
LS_AZURE_PORTAL=1(off by default). It is a newuser-facing feature with nothing in the docs: no way to discover it, enable
it, or understand its boundaries.
Changes
New page
azure/developer-tools/portal.mdx(lands in the Azure → DeveloperTools sidebar next to lstk), covering:
LS_AZURE_PORTAL=1→http://localhost:4566/_localstack/portal/,with an lstk env-profile example and a plain
docker runbrowsing, invoking any implemented ARM operation, coverage-aware greying
as the emulator's operator principal; local-only with no connection to real
Azure; same trust model as the emulator API (anyone reaching port 4566 can
use it); state follows the emulator's persistence
as the first diagnostic
Related
it — the flag doesn't exist in any published image yet)