Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Doc update: attach route table to VNET #1627

Merged
merged 2 commits into from
Oct 20, 2017

Conversation

jackfrancis
Copy link
Member

What this PR does / why we need it: In our custom VNET docs it doesn't mention the need to attach the created cluster's route table to the custom VNET

Release note:

NONE


```
#!/bin/bash
rt=$(az network route-table list -g acs-custom-vnet | jq -r '.[].name')
Copy link
Contributor

Choose a reason for hiding this comment

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

.name only works if they are in the same resource group. . .[].id should work even if the vnet is in a different resource group.

Copy link
Contributor

@JackQuincy JackQuincy left a comment

Choose a reason for hiding this comment

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

LGTM

@jackfrancis jackfrancis merged commit 0a87736 into Azure:master Oct 20, 2017
@ghost ghost removed the in progress label Oct 20, 2017
@jackfrancis jackfrancis deleted the custom-vnet-post-dep-doc branch October 20, 2017 16:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants