Azure Load Balancer

Azure Load Balancer

4.141 Lượt nghe
Azure Load Balancer
00:00:00 Introduction 00:03:19 What is Azure load balancer 00:08:17 Create a public load balancer 00:17:13 Create an internal load balancer 00:28:07 Important note 00:29:34 load balancer core 00:30:22 Create multiple VMs inbound NAT rules 00:41:23 Load balance VMs in specific zone 00:49:12 Load balance VMs with multiple availablity zones 00:55:34 Create cross region load balancer 01:00:09 Create a gateway load balancer 01:03:17 Integrate NAT GW with load balancer 01:05:27 Using DDos protection for load balancer 01:07:11 Load balancer components 01:07:46 Basics & SKUs 01:10:48 Frontend IP configuration 01:14:52 Backend pools 01:17:13 Inbound rule - load balancing rule 01:21:33 Inbound rules - inbound NAT rule 01:24:57 Outbound rules 01:28:16 Zone redundancy 01:34:00 Global load balancer 01:38:51 Gateway load balancer 01:40:20 Inbound connectivity 01:40:52 Inbound NAT rule 01:45:46 High availablity ports 01:48:16 Multiple frontend & Floating IP 01:56:38 TCP reset 01:58:46 Outbound connectivity 01:59:20 Outbound connections 02:09:45 Outbound-only load balancer - egress only 02:20:11 Monitoring 02:20:52 Insights 02:23:34 Diagnostic Settings 02:25:26 Metrics 02:26:33 Alerts 02:29:49 Log analytics 02:30:42 Thank you! Set-AzVMExtension -ResourceGroupName -ExtensionName IIS -VMName -Publisher Microsoft.Compute -ExtensionType CustomScriptExtension -TypeHandlerVersion 1.4 -SettingString '{"commandToExecute":"powershell Add-WindowsFeature Web-Server; powershell Add-Content -Path \"C:\inetpub\wwwroot\Default.htm\" -Value $($env:computername)"}' -Location "Australia East"