Skip to content

New-AzContainerGroup private Network #15179

Answered by BethanyZhou
arueger8222 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @arueger8222 , please upgrade Az.ContainerInstance to its latest version since Az.ContainerInstance <2.0.0 only supports Public VNet:

[Parameter(
Mandatory = false,
HelpMessage = "The IP address type.")]
[ValidateNotNullOrEmpty]
[ValidateSet(
"Public",
IgnoreCase = true)]
public string IpAddressType { get; set; }

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dingmeng-xue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants