simon7
3
Maybe this post will help: Settings parameters for SQL
In short, Bubble does not use a static ip, so you cant use whitelisting. Another, but more complex option is to create you own api in Azure that you then connect with the api connector in bubble. I’m not familiar with Azure, but from my knowledge you could create your api endpoints with Azure Functions, and give you Azure Functions access to your db through the security settings.
I run a similar setup, but in the AWS universe. It makes it possible for me to run heavy duty workflows outside bubble, and also access my own database securely.
1 Like