You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: src/Sql/Sql/help/New-AzSqlDatabaseExport.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,9 @@ The **New-AzSqlDatabaseExport** cmdlet exports an Azure SQL Database as a .bacpa
27
27
The get export database status request may be sent to retrieve status information for this request.
28
28
This cmdlet is also supported by the SQL Server Stretch Database service on Azure.
29
29
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
+
30
33
## EXAMPLES
31
34
32
35
### Example 1: Create an export request for a database
0 commit comments