Choose a deployment strategy for a Windows Azure web application

You want to be able to communicate directly from your web role to your worker role, and you want to make sure that your worker role stays secure by disallowing public access. What do you do?

Add an InputEndpoint to your worker role in your ServiceConfiguration.cscfg file.
Add an InternalEndPoint to the web role in your ServiceConfiguration.cscfg file.
Add an InternalEndPoint to your worker role in your ServiceConfiguration.cscfg file.
Add an InputEndpoint to the web role in your ServiceConfiguration.cscfg file.