JeffBow / AzurePowerShell

Collection of various Azure ARM PowerShell scripts for managing v2 IaaS resources. Not to be confused with https://github.com/Azure/azure-powershell
MIT License
44 stars 65 forks source link

complete load balancer config in copy-azureRMresourcegroup.ps1 #1

Open JeffBow opened 7 years ago

JeffBow commented 7 years ago

current load balancer copy only does basic FE IP config, BE address pools and inbound NAT rules. Need to complete LB Rules, LB Inbound NAT pool and Probes.

JeffBow commented 7 years ago

currently assigned to @itjesus Please fork the repository and do a pull request when your testing is complete.