Skip to content

Commit 5ff2ef3

Browse files
authored
Update sql-database-security-tutorial.md
additional edits
1 parent 92acbab commit 5ff2ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sql-database/sql-database-security-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ For all steps in the tutorial, sign in to [Azure portal](https://portal.azure.co
5252

5353
## Create firewall rules
5454

55-
SQL databases are protected by firewalls in Azure. By default, all connections to the server and database are rejected, except for connections from other Azure services. To learn more, see [Azure SQL Database server-level and database-level firewall rules](sql-database-firewall-configure.md).
55+
SQL databases are protected by firewalls in Azure. By default, all connections to the server and database are rejected. To learn more, see [Azure SQL Database server-level and database-level firewall rules](sql-database-firewall-configure.md).
5656

5757
Set **Allow access to Azure services** to **OFF** for the most secure configuration. Then, create a [reserved IP (classic deployment)](../virtual-network/virtual-networks-reserved-public-ip.md) for the resource that needs to connect, such as an Azure VM or cloud service, and only allow that IP address access through the firewall. If you're using the [resource manager](/azure/virtual-network/virtual-network-ip-addresses-overview-arm) deployment model, a dedicated public IP address is required for each resource.
5858

0 commit comments

Comments
 (0)