I'm making a distributed crawling system and deploy it in azure.
And I'm using Azure Service Plan as my crawler container.
This need every Service Plan have a unique static outbound IP address.
But when I start a Service Plan, it most likely the new Service Plan's outbound IP address same with another.
I tried to find out a solution through Azure Document, but unfortunately I can't find a suitable solution.
Any one have solution?