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

Commit 949e9f2

Browse files
committed
Merge branch 'main' into release-dallas
2 parents 0b214ad + 6008311 commit 949e9f2

28 files changed

Lines changed: 114 additions & 155 deletions

.github/workflows/stale.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,17 @@ jobs:
2020
exempt-pr-labels: keep-open
2121
stale-pr-message: >
2222
This pull request has been inactive for 14 days.
23-
If you are finished with your changes, don't forget to sign off. See the [contributor guide](https://review.docs.microsoft.com/en-us/help/contribute/contribute-how-to-write-pull-request-automation) for instructions.
23+
If you are finished with your changes, don't forget to sign off. See the [contributor guide](https://review.docs.microsoft.com/help/contribute/contribute-how-to-write-pull-request-automation?branch=main) for instructions.
2424
If this PR is inactive for 14 more days, it will be closed automatically. Thank you!
2525
26-
SQL Docs Team
26+
SQL Docs Team: [Contact Us](mailto:rogue1@microsoft.com)
2727
28-
[Contact Us](mailto:rogue1@microsoft.com)
29-
30-
[Contributor Guide](https://review.docs.microsoft.com/en-us/help/contribute/sql-server-docs-contribute?branch=master)
28+
[Contributor Guide](https://review.docs.microsoft.com/en-us/help/contribute/sql-server-docs-contribute?branch=main)
3129
close-pr-message: >
3230
This pull request has been inactive for 28 days. At this time, we are closing the PR.
3331
If you decide to continue working on your change, you can reopen the PR and continue working. Thank you!
3432
35-
SQL Docs Team
36-
37-
[Contact Us](mailto:rogue1@microsoft.com)
33+
SQL Docs Team: [Contact Us](mailto:rogue1@microsoft.com)
3834
39-
[Contributor Guide](https://review.docs.microsoft.com/en-us/help/contribute/sql-server-docs-contribute?branch=master)
35+
[Contributor Guide](https://review.docs.microsoft.com/en-us/help/contribute/sql-server-docs-contribute?branch=main)
4036
113 KB
Loading

azure-sql/database/sql-vulnerability-assessment.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Take the following steps to configure the vulnerability assessment:
7373

7474
1. From the resource's **Defender for Cloud** page, select **View additional findings in Vulnerability Assessment** to access the scan results from previous scans.
7575

76-
:::image type="content" source="media/sql-vulnerability-assessment/view-additional-findings-link.png" alt-text="Opening the scan results and manual scan options":::
76+
:::image type="content" source="media/sql-vulnerability-assessment/view-additional-findings-link.png" alt-text="Opening the scan results and manual scan options.":::
7777

7878
1. To run an on-demand scan to scan your database for vulnerabilities, select **Scan** from the toolbar:
7979

@@ -88,7 +88,7 @@ Take the following steps to configure the vulnerability assessment:
8888
When a vulnerability scan completes, the report is displayed in the Azure portal. The report presents:
8989

9090
- An overview of your security state
91-
- The number of issues that were found, and
91+
- The number of issues that were found
9292
- A summary by severity of the risks
9393
- A list of the findings for further investigations
9494

@@ -125,7 +125,8 @@ Select **Scan History** in the vulnerability assessment pane to view a history o
125125

126126
If you have an organizational need to ignore a finding, rather than remediate it, you can optionally disable it. Disabled findings don't impact your secure score or generate unwanted noise.
127127

128-
When a finding matches the criteria you've defined in your disable rules, it won't appear in the list of findings. Typical scenarios include:
128+
When a finding matches the criteria you've defined in your disable rules, it won't appear in the list of findings.
129+
Typical scenarios may include:
129130

130131
- Disable findings with severity below medium
131132
- Disable findings that are non-patchable

azure-sql/managed-instance/machine-learning-services-differences.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The initial versions of Python and R are different in SQL Managed Instance and S
3131
| SQL Server 2017 | 3.5.2 and 3.7.2 (CU22 and later) | 3.3.3 and 3.5.2 (CU22 and later) |
3232
| SQL Server 2016 | Not available | 3.2.2 and 3.5.2 (SP2 CU14 and later) |
3333

34-
\* Beginning with SQL Server 2022, runtimes for R, Python, and Java, are no longer shipped or installed within SQL Setup. Instead, install your desired R and/or Python custom runtime(s) and packages. For more information, see [Install SQL Server 2022 Machine Learning Services (Python and R) on Windows](/sql/machine-learning/install/sql-machine-learning-services-windows-install-sql-2022.md).
34+
\* Beginning with SQL Server 2022, runtimes for R, Python, and Java, are no longer shipped or installed within SQL Setup. Instead, install your desired R and/or Python custom runtime(s) and packages. For more information, see [Install SQL Server 2022 Machine Learning Services (Python and R) on Windows](/sql/machine-learning/install/sql-machine-learning-services-windows-install-sql-2022).
3535

3636
## Python and R Packages
3737

@@ -44,7 +44,7 @@ For more information about managing Python and R packages, see:
4444

4545
### Manage packages via sqlmlutils
4646

47-
You can install binary packages with `sqlmlutils`, if you can build locally to produce a binary package as output. For examples, see [Install R packages with sqlmlutils](/sql/machine-learning/package-management/install-additional-r-packages-on-sql-server.md) or [Install Python packages with sqlmlutils](/sql/machine-learning/package-management/install-additional-python-packages-on-sql-server.md).
47+
You can install binary packages with `sqlmlutils`, if you can build locally to produce a binary package as output. For examples, see [Install R packages with sqlmlutils](/sql/machine-learning/package-management/install-additional-r-packages-on-sql-server) or [Install Python packages with sqlmlutils](/sql/machine-learning/package-management/install-additional-python-packages-on-sql-server).
4848

4949

5050
## Resource governance

azure-sql/managed-instance/virtual-network-subnet-create-arm-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Azure SQL Managed Instance must be deployed within an Azure [virtual network](/a
3333
> After a managed instance is created, moving the managed instance or virtual network to another resource group or subscription is not supported.
3434
3535
> [!IMPORTANT]
36-
> You can [move the instance to another subnet inside the Vnet](vnet-subnet-move-instance.md).
36+
> You can [move the instance to another subnet inside the Vnet](vnet-subnet-move-instance.md). Moving a managed instance from one subnet to another within the same VNET is allowed and supported. Moving a managed instance across VNET is not supported.
3737
3838
## Create a virtual network
3939

docs/database-engine/availability-groups/windows/filestream-and-filetable-with-always-on-availability-groups-sql-server.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ monikerRange: ">=sql-server-2016"
2929
## <a name="Prerequisites"></a> Prerequisites
3030

3131
- Before adding a database that uses FILESTREAM, with or without FileTable, to an availability group, ensure that FILESTREAM is enabled on every server instance that hosts an availability replica for the availability group. For more information, see [Enable and Configure FILESTREAM](../../../relational-databases/blob/enable-and-configure-filestream.md).
32+
- On a Windows Server 2012-based failover cluster, you should apply hotfix discussed in [Can't access VNN FILESTREAM share when you use the FILESTREAM and FileTable features on a Windows Server 2012-based failover cluster](https://support.microsoft.com/topic/can-t-access-vnn-filestream-share-when-you-use-the-filestream-and-filetable-features-on-a-windows-server-2012-based-failover-cluster-55e0d990-33ec-5097-5e95-4afa145a1bfa) to access file share using Virtual Network Name (VNN). This hotfix is also available at [Microsoft Update Catalog](https://catalog.update.microsoft.com/search.aspx?q=2835620)
3233

3334
## <a name="vnn"></a> Using Virtual Network Names (VNNs) for FILESTREAM and FileTable Access
3435
When you enable FILESTREAM on an instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)], an instance-level share is created to provide access to the FILESTREAM data. You access this share by using the computer name in the following format:

docs/includes/applies-to-version/sql-migration-end-of-support.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
author: rwestMSFT
33
ms.service: sql
44
ms.topic: include
5-
ms.date: 04/08/2022
5+
ms.date: 08/12/2022
66
ms.author: randolphwest
77
# SQL on Azure VM version support (currently 2008, 2008 R2, 2012)
88
---
9-
10-
[!INCLUDE [Applies to](../../includes/applies-md.md)] ![yes](../media/yes-icon.png) [!INCLUDE [SQL Server 2008](../../includes/sskatmai-md.md)] ![yes](../media/yes-icon.png) [!INCLUDE [SQL Server 2008 R2](../../includes/sskilimanjaro-md.md)] ![yes](../media/yes-icon.png) [!INCLUDE [SQL Server 2012](../../includes/sssql11-md.md)]
9+
[!INCLUDE [Applies to](../../includes/applies-md.md)]  :::image type="icon" source="../media/yes-icon.svg" border="false"::: [!INCLUDE [sql2008](../sql2008-md.md)]  :::image type="icon" source="../media/yes-icon.svg" border="false"::: [!INCLUDE [sql2008r2](../sql2008r2-md.md)]  :::image type="icon" source="../media/yes-icon.svg" border="false"::: [!INCLUDE [sssql11-md](../sssql11-md.md)]

docs/includes/media/azure-vm.png

-845 Bytes
Binary file not shown.

docs/includes/media/azure-vm.svg

Lines changed: 20 additions & 0 deletions
Loading

docs/includes/media/download.svg

Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)