I am trying to import my local SQL server database into Azure & I have all the requirements (storage, bacpac file, etc). When I try to import the db, I am getting the error below.
The Azure SQL Server firewall did not allow the operation to connect. To resolve this, please select the "Allow All Azure" checkbox in the Sql Server's configuration blade.
I have already checked yes on the Allow Azure services and resources to access this server option in the firewall settings. Is there something behind the scenes preventing it from allowing access? I am running my SQL server on a Docker container. My Client IP is in my firewall settings along with an IP that is from 0.0.0.0 to 255.255.255.255 and the database still will not import.
Imported bacpac file
Import Operation Azure 
Import Error
Firewall Settings