How to make sql database global.

Esat TEMEL 25 Reputation points
2023-09-14T06:58:40.29+00:00

Hello, firstly sorry for my english. I want to connect my azure sql server but it wants to add ip to firewall, but i will share my project with my friends and teachers. So I don't want to add everyone,The person making the request should be able to access the values ​​directly. How can i do that ? Basically i want to disable network firewall. User's image

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. SSingh-MSFT 16,371 Reputation points Moderator
    2023-09-15T04:48:16.7633333+00:00

    Hi
    Esat TEMEL
    •,

    Welcome to Microsoft Q&A forum and thanks for using Azure Services.

    As I understand, you want to make Azure SQL DB globally accessible.

    Could you please check the Network settings of the SQL Server of the Azure SQL Database:

    User's image

    Try below setting so that it accessible by all Azure Services:

    User's image

    When Allow Azure services and resources to access this server is enabled, your server allows communications from all resources inside the Azure boundary, that may or may not be part of your subscription.

    For more details refer: https://learn.microsoft.com/en-us/azure/azure-sql/database/firewall-configure?view=azuresql

    Let us know if this helps in your case. If not let us know what the requirement is with more details.

    Thanks

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.