Description Usage Arguments See Also Examples
Virtual network configuration
1 2 3 4 5 | vnet_config(address_space = "10.0.0.0/16", subnets = list(subnet_config()),
...)
subnet_config(name = "subnet", addresses = "10.0.0.0/16",
nsg = "[variables('nsgId')]", ...)
|
address_space |
For |
subnets |
For |
... |
Other named arguments that will be treated as resource properties. |
name |
For |
addresses |
For |
nsg |
The network security group associated with this subnet. Defaults to the NSG created as part of this VM deployment. |
create_vm, vm_config, vmss_config
1 2 3 4 5 | vnet_config()
vnet_config(address_space="10.1.0.0/16")
vnet_config(subnets=list(
subnet_config("subnet", "10.0.0.0/24")
))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.