Skip to content

Azure Docs: Azure Network Interface#585

Merged
remotesynth merged 3 commits intomainfrom
docs/azure-network-interface
May 8, 2026
Merged

Azure Docs: Azure Network Interface#585
remotesynth merged 3 commits intomainfrom
docs/azure-network-interface

Conversation

@paolosalvatori
Copy link
Copy Markdown
Contributor

This pull request adds an article on Azure Network Interface to the Azure emulator documentation.

Fixes DOC-202

@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: f08cc4d
Status: ✅  Deploy successful!
Preview URL: https://1ea75805.localstack-docs.pages.dev
Branch Preview URL: https://docs-azure-network-interface.localstack-docs.pages.dev

View logs

Copilot AI review requested due to automatic review settings May 8, 2026 19:24
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.

1. **`privateIPAddressVersion`** – Azure’s REST and examples use **`"IPv4"`**, not `"IPV4"` ([e.g. Network Interfaces REST examples](https://learn.microsoft.com/en-us/rest/api/virtualnetwork/network-interfaces/get?view=rest-virtualnetwork-2024-05-01)). All three snippets were updated to `"IPv4"`.

2. **`az network nic show` for a dynamic NIC** – After create, Azure exposes an allocated **`privateIPAddress`** on the primary configuration. The snippet omitted it while still showing `Dynamic` allocation; **`"privateIPAddress": "10.0.1.4"`** was added so the excerpt matches real Azure behavior (the exact address remains illustrative; on Azure Cloud it can differ).

3. **Samples link** – The Cosmos sample URL was not a valid GitHub browse path. It now points to
   `https://github.com/localstack/localstack-azure-samples/tree/main/samples/web-app-cosmosdb-mongodb-api/python`.
@remotesynth
Copy link
Copy Markdown
Collaborator

Committed some minor accuracy fixes:

  1. privateIPAddressVersion – Azure’s REST and examples use "IPv4", not "IPV4" (e.g. Network Interfaces REST examples). All three snippets were updated to "IPv4".

  2. az network nic show for a dynamic NIC – After create, Azure exposes an allocated privateIPAddress on the primary configuration. The snippet omitted it while still showing Dynamic allocation; "privateIPAddress": "10.0.1.4" was added so the excerpt matches real Azure behavior (the exact address remains illustrative; on Azure Cloud it can differ).

  3. Samples link – The Cosmos sample URL was not a valid GitHub browse path. It now points to
    https://github.com/localstack/localstack-azure-samples/tree/main/samples/web-app-cosmosdb-mongodb-api/python.

@remotesynth remotesynth merged commit 9683d61 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