Skip to content

Azure Docs: Azure Public IP Address#588

Merged
remotesynth merged 2 commits intomainfrom
docs/azure-public-ip-address
May 8, 2026
Merged

Azure Docs: Azure Public IP Address#588
remotesynth merged 2 commits intomainfrom
docs/azure-public-ip-address

Conversation

@paolosalvatori
Copy link
Copy Markdown
Contributor

This pull request adds an article on Azure Public IP Address to the Azure emulator documentation.

Fixes DOC-201

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Apr 22, 2026

Deploying localstack-docs with  Cloudflare Pages  Cloudflare Pages

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

View logs

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.
Copilot AI review requested due to automatic review settings May 8, 2026 20:08
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review is ineligible. To be eligible to request a review, you need a paid Copilot license, or your organization must enable Copilot code review.

@remotesynth
Copy link
Copy Markdown
Collaborator

Committed some accuracy updates:

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

@remotesynth remotesynth merged commit 4c228e7 into main May 8, 2026
1 check 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.

3 participants