Azure Networking Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 4: Line 4:
=Virtual Network=
=Virtual Network=
==Virtual Network Operations==
==Virtual Network Operations==
===Create Virtual Network===
* [[Azure_Networking_Operations#Create_Virtual_Network|Create Virtual Network]]
<syntaxhighlight lang='bash'>
=Load Balancer=
az network vnet create --resource-group <rg-name> --name <vnet-name> --address-prefixes 10.0.0.0/16
=Network Interface=
</syntaxhighlight>
=Network Security Group=
{{External|https://docs.microsoft.com/en-us/azure/virtual-network/network-security-groups-overview}}
 
=Private DNS Zone=
=Private Link Service=
=Public IP Address=

Latest revision as of 23:08, 18 August 2021