I have a lot of IP addresses to add and remove and doing it via the portal is painful (well, boring).
Can I use the CLI to add/remove IP addresses to/from a web app?
I have a lot of IP addresses to add and remove and doing it via the portal is painful (well, boring).
Can I use the CLI to add/remove IP addresses to/from a web app?
I have a lot of IP addresses to add and remove and doing it via the portal is painful (well, boring).
We could edit the ipSecurityRestrictions with CLI command or azure resource(https://resources.azure.com/). You also could the CLI command from it directly.
az resource update --id /subscriptions/{subscriptionId}/resourceGroups/{resourcegroup}/providers/Microsoft.Web/sites/{websitename}/config/web --api-version 2016-08-01 --set properties.key=value
I did a demo with powershell command before, you could refer to another SO thread.
We don't have any updates to share yet on timeline, but will update the User Voice feature request when there is anything to share.