• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Connection Guide: Microsoft Azure SQL Database

Pabbly Connect: Azure SQL Database Access Setup

Pabbly Connect allows applications to securely access your Azure SQL Database by whitelisting specific client IPs and retrieving the required database connection details. Follow the steps below to configure access safely.

Note: Ensure only trusted IPs are whitelisted. Incorrect configuration may block your application from connecting.

PART 1: Whitelisting a Specific Client IP for Azure SQL Database Access
PART 2: Obtaining Connection Details for Azure SQL Database Access




PART 1

Step-by-Step: Whitelisting a Specific Client IP for Azure SQL Database Access

Follow these steps to whitelist the IP address 157.180.81.74 for the Azure SQL server by adding it to the firewall rule IP range in the Azure portal. This will allow the application to access the database

1. Sign in to Azure Portal:
  • https://portal.azure.com

    1759134102260.png
2. Find your SQL server resource:
  • Go to "SQL servers" or search for your SQL server name.

    1759134126277.png
3. Open your SQL server:
  • Click on the actual SQL server resource (not just the individual database).

    1759134147825.png
4. Firewall settings:
  • In the left menu, click on "Networking" or "Firewalls and virtual networks".​
5. Add your client IP:
  • Under "Firewall rules", you’ll see an option like “Add client IP” or fields to specify “Start IP” and “End IP”.​
  • Click “Add client IP” to automatically fill in your current public IP, or manually enter your IP/range.​
6. Save your changes:
  • Click “Save” to apply the rule.

    1759134221863.png


PART 2
Step-by-Step: Obtaining Connection Details for Azure SQL Database Access
Follow these steps to obtain the details required for your application to connect to the Azure SQL database, including the server name, database name, username, and port.

Step 1: Access Services
  • Go to the Azure Home Screen and click the Azure SQL Database icon.

1759140543201.png


Step 2: Select Database

  • Find and click your database name (for example: pabbly_db) in the SQL databases list.​
1759142254598.png


Step 3: Get Server Name

  • On the Database Overview page, copy the Server name.

    1759142294532.png
Step 4: Find Connection Strings
  • In the left menu, go to Settings and select Connection strings.

    1759140597042.png
Step 5: Get Database Name, Username, and Port
In the ADO.NET connection string box, copy:

  • The Database Name (shown as Initial Catalog=...)
  • The Username (shown as User ID=...)
  • The Port (typically at the end of the server address, e.g., 1433)

    1759142208189.png

 

Attachments

  • 1759140583459.png
    1759140583459.png
    228.8 KB · Views: 8
Last edited:
Top