This blog explains an error that occurs when whitelisting IPs on a storage account using an Azure CLI script. The script attempts to pass the IPs as a space-separated string and apply them through the CLI. However, it fails with an error indicating that the IP format is incorrect. This post explains the issue and provides the steps to fix it.
Pre-requites:
- Azure Storage account
- The $ipList parameter accepts a semicolon-separated list of IP addresses