I have an azure web app. Within the app there is a webform that performs a call to an azure sql database. Essentially a lookup table.
My problem is that when the app is published, the app fails because others users are not in the azure sql database firewall ip range.
The app is open on the web. I do not know the IP range of users except that they are UK only.
My question is:
Do I just add the range 0 to 255 in the range or is there a more appropriate method of managing this issue. It must be fairly common. I am very grateful for any advice. Thanks a million. Billson3000