I tried to add a PIP (instance-level Public address) to the HANA VM on Azure - (Get-AzureVM - ServiceName SAP_HANA_123 - Name SAP_HANA | Set-AzurePublicIPName MySAPHANAPublicIP | Update-AzureVM) which works fine, but the Solution won't start after this indicating that Public IP is not supported for the Instance.
How can I assign a static Public IP address for out Instance of HANA on Azure? This is required so that we can configure our corporate firewall.
Regards,
Paul