hey there - i'm creating an appservice with a sql database and I ran into issues adding the firewall rules to the sql server
I'm having to run Apply on the OutputIpAddresses property to get access to the comma delimited string of ip addresses, then iterating over them to create the rules
all of that happens inside the Apply block, which the docs say not to do
it works but is there a more correct way to do this? have I missed something blindingly obvious as this doesn't feel like a rare scenario
this is all using the C# SDK