Skip to content

Commit 58ca05d

Browse files
authored
Adding firewall prerequisite information (#13385)
While trying to follow the example in this page I was getting GatewayTimeout errors. After updating the firewall to allow Azure services the examples work fine. This is important information to the success of the reader executing the example code. As this is essential information required for user success it has been highlighted as Important.
1 parent 9733f5e commit 58ca05d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Sql/Sql/help/New-AzSqlDatabaseExport.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ The **New-AzSqlDatabaseExport** cmdlet exports an Azure SQL Database as a .bacpa
2727
The get export database status request may be sent to retrieve status information for this request.
2828
This cmdlet is also supported by the SQL Server Stretch Database service on Azure.
2929

30+
> [!IMPORTANT]
31+
> In order to make use of this cmdlet the firewall on the Azure SQL Server will need to be configured to "Allow Azure services and resources to access this server". If this is not configured then GatewayTimeout errors will be experienced.
32+
3033
## EXAMPLES
3134

3235
### Example 1: Create an export request for a database

0 commit comments

Comments
 (0)