Azure Docs: Azure Public IP Address#588
Merged
remotesynth merged 2 commits intomainfrom May 8, 2026
Merged
Conversation
Deploying localstack-docs with
|
| Latest commit: |
f2200ef
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d6f0a8de.localstack-docs.pages.dev |
| Branch Preview URL: | https://docs-azure-public-ip-address.localstack-docs.pages.dev |
1. **`az network public-ip list -o table`** — Current Azure CLI builds table rows from `Name`, `ResourceGroup`, `Location`, `Zones`, `Address`, **`AddressVersion`**, **`AllocationMethod`**, `IdleTimeoutInMinutes`, `ProvisioningState` (see [`commands.py`](https://github.com/Azure/azure-cli/blob/dev/src/azure-cli/azure/cli/command_modules/network/commands.py) `public_ip_show_table_transform`). The doc previously dropped the middle columns; both table examples were updated so every shown column matches real CLI behavior. 2. **Duplicate / confusing copy** under subscription listing — Replaced the second “Then list all public IP addresses…” with **“To show the same resources scoped to one resource group:”** so it’s clear the second command is the RG-filtered table view. 3. **Cosmos sample link** — Replaced the broken GitHub URL with the valid tree URL: `https://github.com/localstack/localstack-azure-samples/tree/main/samples/web-app-cosmosdb-mongodb-api/python/`. 4. **JSON `list` snippet** — Added `publicIPAddressVersion` so the abbreviated list entry matches the IPv4 / Static scenario used elsewhere.
Collaborator
|
Committed some accuracy updates:
|
remotesynth
approved these changes
May 8, 2026
remotesynth
approved these changes
May 8, 2026
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.
This pull request adds an article on Azure Public IP Address to the Azure emulator documentation.
Fixes DOC-201