feat (docs): [secure-hybrid-network] add validation steps to README#263
Draft
ferantivero wants to merge 2 commits into
Draft
feat (docs): [secure-hybrid-network] add validation steps to README#263ferantivero wants to merge 2 commits into
ferantivero wants to merge 2 commits into
Conversation
6999314 to
f1f0576
Compare
Document how to verify the deployment end-to-end from the mock on-premises VM through the VPN tunnel and firewall DNAT: - Option 1: Bastion RDP + browser to firewall private IP - Option 2: CLI using az vm run-command from on-prem VM Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Azure validates DNAT destinationAddresses against the firewall's assigned IP during resource creation, but the IP isn't available yet on fresh deploys. Extract DNAT into a separate deployment step (v2) that runs after the base infrastructure is provisioned. - Add azure-network-azuredeploy-v2.bicep/json using existing resources - Remove inline DNAT and firewallPrivateIp variable from base template - Update README with v2 deployment step and parameter table Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
f1f0576 to
40dd11d
Compare
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.
Why
The README has deploy and cleanup steps but no way to verify the deployment actually works. Users should be able to confirm IIS is serving after deployment.
What
Test