Skip to content

Commit c83e8cd

Browse files
authored
Merge pull request #125450 from aminpashna/aminpashna_01022025
NOTE added to the doc.
2 parents 5b62f39 + e23150c commit c83e8cd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/synapse-analytics/security/synapse-workspace-ip-firewall.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,15 @@ Make sure that the firewall on your network and local computer allows outgoing c
4242

4343
To connect using tools such as SSMS and Power BI, you must allow outgoing communication on TCP port 1433. The 1433 port used by SSMS (Desktop Application).
4444

45-
## Manage the Azure Synapse workspace firewall
45+
> [!NOTE]
46+
> Azure Policy operates at a level above other Azure services by applying policy rules against PUT requests and GET responses of resource types exchanged between Azure Resource Manager and the owning resource provider (RP). However, updates to Synapse workspace firewall settings in the Azure Portal are made using POST calls, such as the replaceAllIpFirewallRules operation.\
47+
> Due to this design, Azure Policy definitions cannot block changes to networking settings made via POST operations. As a result, modifications to firewall rules through the Azure Portal may bypass Azure Policy, even if restrictive policies are in place.
48+
49+
## Manage the Azure Synapse workspace firewall
4650

4751
For more information on managing the firewall, see [the Azure SQL documentation to manage server-level firewalls](/azure/azure-sql/database/firewall-configure#create-and-manage-ip-firewall-rules). Azure Synapse only supports server-level IP firewall rules. It doesn't support database-level IP firewall rules.
4852

49-
For more information on the methods to manage the firewall programmatically, see:
53+
For more information on the methods to manage the firewall programmatically, see:
5054
- [API](/rest/api/synapse/ip-firewall-rules)
5155
- [PowerShell](/powershell/module/az.synapse/new-azsynapsefirewallrule)
5256
- [Azure CLI](/cli/azure/sql/server/firewall-rule)

0 commit comments

Comments
 (0)