Skip to content

Commit af63fe5

Browse files
committed
moving files2
1 parent e2f0bfd commit af63fe5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

articles/synapse-analytics/sql-data-warehouse/maintenance-scheduling.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ By default, all newly created data warehouse instances have an eight-hour primar
4949

5050
To view the maintenance schedule that has been applied to your Synapse SQL pool, complete the following steps:
5151

52-
1. Sign in to the [Azure portal](https://portal.azure.com/).
53-
2. Select the Synapse SQL pool that you want to view.
54-
3. The selected Synapse SQL pool opens on the overview blade. The maintenance schedule that's applied to the data warehouse appears below **Maintenance schedule**.
52+
1. Sign in to the [Azure portal](https://portal.azure.com/).
53+
2. Select the Synapse SQL pool that you want to view.
54+
3. The selected Synapse SQL pool opens on the overview blade. The maintenance schedule that's applied to the data warehouse appears below **Maintenance schedule**.
5555

5656
![Overview blade](./media/maintenance-scheduling/clear-overview-blade.PNG)
5757

@@ -64,9 +64,9 @@ A maintenance schedule can be updated or changed at any time. If the selected in
6464
The primary and secondary windows must have separate day ranges. An example is a primary window of Tuesday–Thursday and a secondary of window of Saturday–Sunday.
6565

6666
To change the maintenance schedule for your Synapse SQL pool, complete the following steps:
67-
1. Sign in to the [Azure portal](https://portal.azure.com/).
68-
2. Select the Synapse SQL pool that you want to update. The page opens on the overview blade.
69-
3. Open the page for maintenance schedule settings by selecting the **Maintenance Schedule summary** link on the overview blade. Or, select the **Maintenance Schedule** option on the left-side resource menu.
67+
1. Sign in to the [Azure portal](https://portal.azure.com/).
68+
2. Select the Synapse SQL pool that you want to update. The page opens on the overview blade.
69+
3. Open the page for maintenance schedule settings by selecting the **Maintenance Schedule summary** link on the overview blade. Or, select the **Maintenance Schedule** option on the left-side resource menu.
7070

7171
![Overview blade options](./media/maintenance-scheduling/maintenance-change-option.png)
7272

@@ -89,7 +89,7 @@ During preview, some regions might not yet support the full set of available **D
8989
![Message about region availability](./media/maintenance-scheduling/maintenance-not-active-toast.png)
9090

9191
## Next steps
92-
- [Learn more](../monitoring-and-diagnostics/monitor-alerts-unified-usage.md) about creating, viewing, and managing alerts by using Azure Monitor.
93-
- [Learn more](../monitoring-and-diagnostics/monitor-alerts-unified-log-webhook.md) about webhook actions for log alert rules.
94-
- [Learn more](../monitoring-and-diagnostics/monitoring-action-groups.md) Creating and managing Action Groups.
92+
- [Learn more](../../azure-monitor/platform/alerts-metric.md) about creating, viewing, and managing alerts by using Azure Monitor.
93+
- [Learn more](../..//azure-monitor/platform/alerts-log-webhook.md) about webhook actions for log alert rules.
94+
- [Learn more](../..//azure-monitor/platform/action-groups.md) Creating and managing Action Groups.
9595
- [Learn more](../../service-health/service-health-overview.md) about Azure Service Health.

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This article lists common troubleshooting question.
2222
| Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. (Microsoft SQL Server, Error: 18456) | This error occurs when an AAD user tries to connect to the master database, but does not have a user in master. To correct this issue, either specify the SQL pool you wish to connect to at connection time or add the user to the master database. See [Security overview](sql-data-warehouse-overview-manage-security.md) article for more details. |
2323
| The server principal "MyUserName" is not able to access the database "master" under the current security context. Cannot open user default database. Login failed. Login failed for user 'MyUserName'. (Microsoft SQL Server, Error: 916) | This error occurs when an AAD user tries to connect to the master database, but does not have a user in master. To correct this issue, either specify the SQL pool you wish to connect to at connection time or add the user to the master database. See [Security overview](sql-data-warehouse-overview-manage-security.md) article for more details. |
2424
| CTAIP error | This error can occur when a login has been created on the SQL server master database, but not in the SQL database. If you encounter this error, take a look at the [Security overview](sql-data-warehouse-overview-manage-security.md) article. This article explains how to create a login and user on master, and then how to create a user in the SQL database. |
25-
| Blocked by Firewall | SQL pools are protected by firewalls to ensure only known IP addresses have access to a database. The firewalls are secure by default, which means that you must explicitly enable and IP address or range of addresses before you can connect. To configure your firewall for access, follow the steps in [Configure server firewall access for your client IP](sql-data-warehouse-get-started-provision.md) in the [Provisioning instructions](sql-data-warehouse-get-started-provision.md). |
25+
| Blocked by Firewall | SQL pools are protected by firewalls to ensure only known IP addresses have access to a database. The firewalls are secure by default, which means that you must explicitly enable and IP address or range of addresses before you can connect. To configure your firewall for access, follow the steps in [Configure server firewall access for your client IP](sql-data-warehouse-get-started-provision.md) in the [Provisioning instructions](create-data-warehouse-portal.md). |
2626
| Cannot connect with tool or driver | SQL Analytics recommends using [SSMS](https://docs.microsoft.com/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver15), [SSDT for Visual Studio](../synapse-analytics/sql-data-warehouse/sql-data-warehouse-install-visual-studio.md), or [sqlcmd](sql-data-warehouse-get-started-connect-sqlcmd.md) to query your data. For more information on drivers and connecting to Azure Synapse, see [Drivers for Azure Synapse](../../sql-data-warehouse/sql-data-warehouse-connection-strings.md) and [Connect to Azure Synapse](../../sql-data-warehouse/sql-data-warehouse-connect-overview.md) articles. |
2727

2828
## Tools

0 commit comments

Comments
 (0)