Operations on Server-Level Firewall Rules
The Windows Azure SQL Database Management API includes operations for managing the server-level firewall rules for SQL Database servers. You cannot manage the database-level firewall rules using the Windows Azure SQL Database Management API; they can only be managed by running the Transact-SQL statements against the master or individual user databases. For more information, see How to: Configure the Database-Level Firewall Settings (Windows Azure SQL Database).
In This Section
| Topic | Description |
|---|---|
|
A technical reference that describes how to add server-level firewall rules for a SQL Database server provisioned for a Windows Azure subscription. This technical reference includes example code. |
|
|
Creating Server-Level Firewall Rules for Servers with IP Detect |
A technical reference that describes how to add server-level firewall rules for a SQL Database server provisioned for a Windows Azure subscription, with the IP address of the client automatically added to the firewall rule. This technical reference includes example code. |
|
A technical reference that describes how to list all server-level firewall rules for a SQL Database server provisioned for a Windows Azure subscription. This technical reference includes example code. |
|
|
A technical reference that describes how to remove server-level firewall rules from a SQL Database server provisioned for a Windows Azure subscription. This technical reference includes example code. |
See Also