Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit dce0956

Browse files
authored
Merge branch 'main' into alexbuckgit/docutune-autopr-docs-link-absolute-20220912-194103-0788764
2 parents 8b3e885 + 4ee8cfb commit dce0956

1,525 files changed

Lines changed: 8033 additions & 9141 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openpublishing.redirection.azure-sql.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,16 @@
539539
"source_path_from_root": "/azure-sql/database/predictive-model-build-compare-tutorial.md",
540540
"redirect_url": "/sql/machine-learning/tutorials/r-predictive-model-train?context=/azure/azure-sql/managed-instance/context/ml-context&view=azuresqldb-mi-current",
541541
"redirect_document_id": false
542+
},
543+
{
544+
"source_path_from_root": "/azure-sql/managed-instance/custom-dns-configure.md",
545+
"redirect_url": "/azure/azure-sql/managed-instance/resolve-private-domain-names",
546+
"redirect_document_id": false
547+
},
548+
{
549+
"source_path_from_root": "/azure-sql/managed-instance/synchronize-vnet-dns-servers-setting-on-virtual-cluster.md",
550+
"redirect_url": "/azure/azure-sql/managed-instance/resolve-private-domain-names",
551+
"redirect_document_id": false
542552
}
543553
]
544554
}

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59454,6 +59454,16 @@
5945459454
"source_path": "docs/tools/sqlpackage/troubleshooting-import-export-sqlpackage.md",
5945559455
"redirect_url": "/sql/tools/sqlpackage/troubleshooting-issues-and-performance-with-sqlpackage",
5945659456
"redirect_document_id": false
59457+
},
59458+
{
59459+
"source_path": "docs/sql-server/partner-big-data-cluster.md",
59460+
"redirect_url": "/sql/big-data-cluster/partner-big-data-cluster",
59461+
"redirect_document_id": false
59462+
},
59463+
{
59464+
"source_path": "azure-sql/database/ledger-digest-management-and-database-verification.md",
59465+
"redirect_url": "/sql/relational-databases/security/ledger/ledger-digest-management",
59466+
"redirect_document_id": false
5945759467
}
5945859468
]
5945959469
}

azure-sql/database/audit-write-storage-account-behind-vnet-firewall.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ For audit to write to a storage account behind a VNet or firewall, the following
3939
> * The storage account must be on the same tenant and at the same location as the [logical SQL server](logical-servers.md) (it's OK to be on different subscriptions).
4040
> * The Azure Storage account requires `Allow trusted Microsoft services to access this storage account`. Set this on the Storage Account **Firewalls and Virtual networks**.
4141
> * You must have `Microsoft.Authorization/roleAssignments/write` permission on the selected storage account. For more information, see [Azure built-in roles](/azure/role-based-access-control/built-in-roles).
42+
> * **User managed identity authentication** type for enabling auditing to storage behind firewall is not currently supported.
4243
4344
> [!NOTE]
4445
> When Auditing to stoarge account is already enabled on a server / db, and if the target storage account is moved behind a firewall, we lose write access to

azure-sql/database/auto-failover-group-configure-sql-db.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ Create your failover group and add your database to it using PowerShell.
107107
Write-host "Successfully added the database to the failover group..."
108108
```
109109

110+
> [!NOTE]
111+
> It's possible to deploy your auto-failover group across subscriptions by using the `-PartnerSubscriptionId` parameter in Azure Powershell starting with [Az.SQL 3.11.0](https://www.powershellgallery.com/packages/Az.Sql/3.11.0). To learn more, review the following [Example](/powershell/module/az.sql/new-azsqldatabasefailovergroup#example-3).
112+
110113
---
111114

112115
## Test failover

azure-sql/database/automated-backups-overview.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,15 +211,12 @@ If you delete a database, the system keeps backups in the same way that it would
211211

212212
For SQL Database, you can configure full LTR backups for up to 10 years in Azure Blob Storage. After the LTR policy is configured, full backups are automatically copied to a different storage container weekly.
213213

214-
To meet various compliance requirements, you can select different retention periods for weekly, monthly, and/or yearly full backups. The frequency depends on the policy. For example, setting `W=0, M=1` would create an LTR copy monthly. For more information about LTR, see [Long-term retention](long-term-retention-overview.md).
214+
To meet various compliance requirements, you can select different retention periods for weekly, monthly, and/or yearly full backups. The frequency depends on the policy. For example, setting `W=0, M=1` would create an LTR copy monthly. For more information about LTR, see [Long-term retention](long-term-retention-overview.md). Databases in the Hyperscale service tier don't currently support long-term retention.
215215

216216
Updating the backup storage redundancy for an existing database applies the change only to subsequent backups taken in the future and not for existing backups. All existing LTR backups for the database will continue to reside in the existing storage blob. New backups will be replicated based on the configured backup storage redundancy.
217217

218218
Storage consumption depends on the selected frequency and retention periods of LTR backups. You can use the [LTR pricing calculator](https://azure.microsoft.com/pricing/calculator/?service=sql-database) to estimate the cost of LTR storage.
219219

220-
> [!NOTE]
221-
> Long-term retention for Hyperscale databases is currently in preview.
222-
223220
## Backup storage costs
224221

225222
The price for backup storage varies and depends on your [purchasing model (DTU or vCore)](purchasing-models.md), chosen backup storage redundancy option, and region. Backup storage is charged based on gigabytes consumed per month, at the same rate for all backups.

azure-sql/database/data-discovery-and-classification-overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Data Discovery & Classification for Azure SQL Database, Azure SQL M
55
author: Madhumitatripathy
66
ms.author: matripathy
77
ms.reviewer: wiassaf, vanto, mathoma
8-
ms.date: 05/02/2022
8+
ms.date: 09/14/2022
99
ms.service: sql-db-mi
1010
ms.subservice: security
1111
ms.topic: conceptual
@@ -116,7 +116,8 @@ Microsoft Information Protection (MIP) labels provide a simple and uniform way f
116116

117117
#### Prerequisites to switch to MIP policy
118118

119-
- The current user has tenant wide security admin permissions to apply policy at the tenant root management group level. For more information, see [Grant tenant-wide permissions to yourself](/azure/defender-for-cloud/tenant-wide-permissions-management#grant-tenant-wide-permissions-to-yourself).
119+
- The current user has tenant wide **Security Admin** permissions to apply policy at the tenant root management group level. For more information, see [Grant tenant-wide permissions to yourself](/azure/defender-for-cloud/tenant-wide-permissions-management#grant-tenant-wide-permissions-to-yourself).
120+
:::image type="content" source="media/data-discovery-and-classification-overview/request-security-admin-permissions.png" alt-text="Screenshot of Azure portal request for tenant level Security Admin permissions.":::
120121
- Your tenant has an active Microsoft 365 subscription and you have labels published for the current user. For more information, see [Create and configure sensitivity labels and their policies](/microsoft-365/compliance/create-sensitivity-labels).
121122

122123
### Classify database in Microsoft Information Protection policy mode

azure-sql/database/dns-alias-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Azure SQL Database has a Domain Name System (DNS) server. PowerShell and REST AP
1818
A *DNS alias* can be used in place of the server name. Client programs can use the alias in their connection strings. The DNS alias provides a translation layer that can redirect your client programs to different servers. This layer spares you the difficulties of having to find and edit all the clients and their connection strings.
1919

2020
> [!NOTE]
21-
> In Azure Synapse Analytics, the Azure SQL logical server DNS alias is only supported for dedicated SQL Pool (formerly DW). For dedicated SQL pools in Azure Synapse workspaces, the DNS alias is not currently supported.
21+
> In Azure Synapse Analytics, the Azure SQL logical server DNS alias is only supported for dedicated SQL Pool (formerly DW). For dedicated SQL pools in Azure Synapse workspaces, the DNS alias is not currently supported. [What's the difference?](https://aka.ms/dedicatedSQLpooldiff)
2222
2323
Common uses for a DNS alias include the following cases:
2424

@@ -114,4 +114,4 @@ Presently, a DNS alias has the following limitations:
114114

115115
## Next steps
116116

117-
- [PowerShell for DNS Alias to Azure SQL Database](dns-alias-powershell-create.md)
117+
- [PowerShell for DNS Alias to Azure SQL Database](dns-alias-powershell-create.md)

azure-sql/database/doc-changes-updates-release-notes-whats-new.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ The following table lists the features of Azure SQL Database that are currently
4242
| [SQL Database emulator](local-dev-experience-sql-database-emulator.md) | The Azure SQL Database emulator provides the ability to locally validate database and query design together with client application code in a simple and frictionless model as part of the application development process. |
4343
| [SQL Database Projects extension](/sql/azure-data-studio/extensions/sql-database-project-extension) | An extension to develop databases for Azure SQL Database with Azure Data Studio and VS Code. A SQL project is a local representation of SQL objects that comprise the schema for a single database, such as tables, stored procedures, or functions. |
4444
| [SQL Insights](/azure/azure-monitor/insights/sql-insights-overview) | SQL Insights (preview) is a comprehensive solution for monitoring any product in the Azure SQL family. SQL Insights (preview) uses dynamic management views to expose the data you need to monitor health, diagnose problems, and tune performance.|
45-
| [Azure SQL Database Hyperscale tier long-term retention](long-term-retention-overview.md) | Long-term retention (LTR) capability for Hyperscale databases is now in preview. |
46-
45+
| [UMI for auditing](auditing-overview.md) | Configure the storage account for your SQL auditing logs by using User Managed Identity (UMI). |
4746

4847
## General availability (GA)
4948

@@ -73,13 +72,16 @@ Learn about significant changes to the Azure SQL Database documentation.
7372

7473
| Changes | Details |
7574
| --- | --- |
76-
| [Azure SQL Database Hyperscale tier long-term retention](long-term-retention-overview.md) | Long-term retention (LTR) capability for Hyperscale databases is now in preview. |
75+
| **Cross-subscription failover group with Azure PowerShell** | It's now possible to deploy your auto-failover group for a single database across subscriptions by using Azure PowerShell. To learn more, review [Configure auto-failover group](auto-failover-group-configure-sql-db.md?view=azuresql&tabs=azure-powershell&pivots=azure-sql-single-db&preserve-view=true#create-failover-group). |
76+
| **UMI support for auditing preview** | It's now possible to configure the storage account used for SQL auditing logs by using User Managed Identity (UMI). This feature is currently in preview. Review [auditing](auditing-overview.md) to learn more. |
77+
7778

7879
### August 2022
7980

8081
| Changes | Details |
8182
| --- | --- |
82-
| **Zone redundant configuration for Hyperscale databases** | The zone redundant configuration feature utilizes [Azure Availability Zones](/azure/availability-zones/az-overview#availability-zones) to replicate databases across multiple physical locations within an Azure region. By selecting [zone redundancy](high-availability-sla.md#hyperscale-service-tier-zone-redundant-availability), you can make your Hyperscale databases resilient to a much larger set of failures, including catastrophic datacenter outages, without any changes to the application logic. This configuration option is now generally available. To learn more, review [Zone redundant configuration for Hyperscale databases](high-availability-sla.md#hyperscale-service-tier-zone-redundant-availability). |
83+
| **Zone redundant configuration for Hyperscale databases GA** | The zone redundant configuration feature utilizes [Azure Availability Zones](/azure/availability-zones/az-overview#availability-zones) to replicate databases across multiple physical locations within an Azure region. By selecting [zone redundancy](high-availability-sla.md#hyperscale-service-tier-zone-redundant-availability), you can make your Hyperscale databases resilient to a much larger set of failures, including catastrophic datacenter outages, without any changes to the application logic. This configuration option is now generally available. To learn more, review [Zone redundant configuration for Hyperscale databases](high-availability-sla.md#hyperscale-service-tier-zone-redundant-availability). |
84+
| **Query Store hints GA** | You can use query hints to optimize your query execution via the OPTION clause. This feature is now generally available for Azure SQL Database. To learn more, review [Query Store hints](/sql/relational-databases/performance/query-store-hints?view=azuresqldb-current&preserve-view=true). |
8385

8486
### June 2022
8587

azure-sql/database/elastic-query-vertical-partitioning.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,10 @@ CREATE EXTERNAL TABLE [dbo].[customer]
109109
[c_lastname] nvarchar(256) NOT NULL,
110110
[street] nvarchar(256) NOT NULL,
111111
[city] nvarchar(256) NOT NULL,
112-
[state] nvarchar(20) NULL,
112+
[state] nvarchar(20) NULL
113+
)
114+
WITH
115+
(
113116
DATA_SOURCE = RemoteReferenceData
114117
);
115118
```

azure-sql/database/hyperscale-automated-backups-overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,10 @@ Creation of new databases by restoring an existing backup or copying the databas
4242

4343
## Backup retention
4444

45-
Default short-term retention of backups for Hyperscale databases is 7 days.
45+
Default short-term retention of backups for Hyperscale databases is 7 days. Long-term retention (LTR) policies aren't currently supported.
4646

4747
> [!NOTE]
4848
> - Short-term retention of backups in the range of 1 to 35 days for Hyperscale databases is now in preview.
49-
> - Long-term retention (LTR) capability for Hyperscale databases is now in preview.
5049
5150
## Backup scheduling
5251

0 commit comments

Comments
 (0)