Hello. I'm trying to use Azure blob storage in a Power App. When I set the azure storage account to allow access from all networks it works fine. I can create the connection and everything works.

But when I set it to only allow selected networks, it gives me this error:

The environment the app is in has USA at it's region and I've added all of the IP addresses from the here:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/limits-and-config
to the whitelist for my azure blob storage. But even then it's still giving me errors. A thing to note is that this power app was originally from another environment that had Canada as it's region and I exported and imported the app to the new Environment with the USA region. Should I add the IP addresses from Canada too? I even tried creating a whole new app in that environment and adding the azure blob storage connection and it still failed.
Is there a way to know the client IP of your power apps? Thank you.