I am experiencing some problems when trying to create secundaries ip configurations for a network interface. I need to configure secundaries ip configurations with public accesible ip but, despite configuring the ips, they are not accessible most of the time. Only when I update the ip configuration, the configuration seems to be applied(For example, change the public ip to another and then change it back to the same).
I have tried to do it through the azure portal gui (selecting my network interface/settings/Ip configurations) and through the az command line and in both cases I get the same issue.
Example command:
az network nic ip-config create --name configuration-ip-name --nic-name nic-name --private-ip-address 10.0.1.11 -ID -g group-name