We encountered an issue with the azure Plugin we configured an azure.cloud connection and set the proxy in azure.cloud to authenticate against azure.
But when we tried to creatre some resources we got an RequestDisallowedByPolicy Error.
The reason is that modifing azure ressources in our organisation is only allowed through a private ip connection. But the azure plugin only uses the proxy connection.
Manually we login to azure with the proxy settings and set a no_proxy for address for the azure ressources.

Would it be possible to enable a no_proxy variable for the azure plugin proxy settings.

Regards

Comments