Virtual Network1233211412001
Virtual Network1233211412001
A subnet is created within the VNet with the address range 10.0.0.0/24.
This subnet will
A Network Interface (NIC) is created for the VM. The NIC connects the VM
to the subnet we
3. Network Profile: The NIC created earlier is associated with the VM,
which means the
Key Points:
*/
// It provides external access to Azure resources like VMs over the internet.
// Assigned to resources (e.g., VMs) to make them reachable via SSH, RDP,
or HTTP.
// Allows you to define rules (e.g., open port 22 for SSH or 3389 for RDP) to
control
access.
// Private Link Service (PLS) with Backend Resources: If you are exposing a
service (e.g.,
an internal
behind it requires
services), then you don't need to use the Private Endpoint resource at all.
// The VM itself can be configured with either a public IP or private IP, and
the endpointType
*/