How to Bulk-Add Azure endpoints?
问题 I've got an FTP server running on Azure. I had to manually add in 20 endpoints for the 'data' connection. It was painful. Surely there's a better way to bulk add endpoints to an Azure VM, somehow? If so, could someone list some instructions? I'm open to anything. eg. I would love to create TCP public port 61020 - private port 61020 to TCP public port 61100 - private port 61100 hmmm.... 回答1: You can do this with PowerShell. A just tested script: Add-AzureAccount Select-AzureSubscription