In order to create a new NIC using the Azure portal, we must use the following steps:
- In the Azure portal, select Create a resource and choose Network interface under Networking services (or search for network interface in the search bar).
- In the creation blade, we need to provide information relating to the Name, Virtual network, and Subnet that the NIC will be associated with. Other information to be provided includes the IP address assignment type (Dynamic or Static), whether we want the NIC to be associated with a Network security group type, and whether we want to use IPv6. All Azure resources require information on Subscription, Resource group, and Location, and NIC is no exception. The information needed to create ...