Skip to content

Commit 940b475

Browse files
committed
trying to fix stuff
1 parent 28c742e commit 940b475

File tree

7 files changed

+20
-8
lines changed

7 files changed

+20
-8
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- name: Azure
2+
tocHref: /sql/
3+
topicHref: /azure/index
4+
items:
5+
- name: SQL Machine Learning
6+
tocHref: /sql/machine-learning/
7+
topicHref: /azure/azure-sql/database/machine-learning-services-overview

articles/azure-sql/database/connectivity-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The connectivity settings are accessible from the **Firewalls and virtual networ
3030

3131
In the Azure portal, when the **Deny public network access** setting is set to **Yes**, only connections via private endpoints are allowed. When this setting is set to **No**, clients can connect using the private or public endpoint.
3232

33-
Customers can connect to SQL Database using public endpoints (IP-based firewall rules, VNET based firewall rules) or private endpoints (using Private Link) as outlined in the [network access overview](sql-database-networkaccess-overview.md).
33+
Customers can connect to SQL Database using public endpoints (IP-based firewall rules, VNET based firewall rules) or private endpoints (using Private Link) as outlined in the [network access overview](network-access-controls-overview.md).
3434

3535
When **Deny public network access** setting is set to **Yes**, only connections via private endpoints are allowed and all connections via public endpoints are denied with an error message similar to:
3636

@@ -85,7 +85,7 @@ At present we support TLS 1.0, 1.1 and 1.2. Setting a Minimal TLS Version ensure
8585

8686
For customers with applications that rely on older versions of TLS, we recommend setting the Minimal TLS Version per the requirements of your applications. For customers that rely on applications to connect using an unencrypted connection, we recommend not setting any Minimal TLS Version.
8787

88-
For more information, see [TLS considerations for SQL Database connectivity](sql-database-connect-query.md#tls-considerations-for-sql-database-connectivity).
88+
For more information, see [TLS considerations for SQL Database connectivity](connect-query-content-reference-guide.md#tls-considerations-for-sql-database-connectivity).
8989

9090
After setting the Minimal TLS Version, login attempts from clients that are using a TLS version lower than the Minimal TLS Version of the server will fail with following error:
9191

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### YamlMime:ContextObject
2+
brand: azure
3+
uhfHeaderId: azure
4+
breadcrumb_path: ../bread/toc.yml
5+
toc_rel: ../toc.yml

articles/data-factory/how-to-use-sql-managed-instance-with-ir.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ You can now move your SQL Server Integration Services (SSIS) projects, packages,
2323
- [Execute SSIS packages by Azure SQL Managed Instance Agent job](how-to-invoke-ssis-package-managed-instance-agent.md)
2424
- [Clean up SSISDB logs by Azure SQL Managed Instance Agent job](#clean-up-ssisdb-logs)
2525
- [Azure-SSIS IR failover with Azure SQL Database Managed Instance](configure-bcdr-azure-ssis-integration-runtime.md#azure-ssis-ir-failover-with-a-sql-database-managed-instance)
26-
- [Migrate on-premises SSIS workloads to SSIS in ADF with Azure SQL Database managed instance as database workload destination](scenario-ssis-migration-overview.md#azure-sql-database-managed-instance-as-database-workload-destination)
26+
- [Migrate on-premises SSIS workloads to SSIS in ADF with Azure SQL Database managed instance as database workload destination](scenario-ssis-migration-overview.md#azure-sql-managed-instance-as-database-workload-destination)
2727

28-
## Provision Azure-SSIS IR with SSISDB hosted by Azure SQL Database managed instance
28+
## Provision Azure-SSIS IR with SSISDB hosted by Azure SQL Managed Instance
2929

3030
### Prerequisites
3131

32-
1. [Enable Azure Active Directory (Azure AD) on Azure SQL Database managed instance](enable-aad-authentication-azure-ssis-ir.md#configure-azure-ad-authentication-for-azure-sql-database-managed-instance), when choosing Azure Active Directory authentication.
32+
1. [Enable Azure Active Directory (Azure AD) on Azure SQL Database managed instance](enable-aad-authentication-azure-ssis-ir.md#configure-azure-ad-authentication-for-azure-sql-managed-instance), when choosing Azure Active Directory authentication.
3333

3434
1. Choose how to connect SQL managed instance, over private endpoint or over public endpoint:
3535

@@ -142,7 +142,7 @@ You can now move your SQL Server Integration Services (SSIS) projects, packages,
142142

143143
![catalog-public-endpoint](./media/how-to-use-sql-managed-instance-with-ir/catalog-aad.png)
144144

145-
For more info about how to enable Azure AD authentication, see [Enable Azure AD on Azure SQL Database managed instance](enable-aad-authentication-azure-ssis-ir.md#configure-azure-ad-authentication-for-azure-sql-database-managed-instance).
145+
For more info about how to enable Azure AD authentication, see [Enable Azure AD on Azure SQL Database managed instance](enable-aad-authentication-azure-ssis-ir.md#configure-azure-ad-authentication-for-azure-sql-managed-instance).
146146

147147
1. Join Azure-SSIS IR to the virtual network when applies.
148148

articles/data-factory/v1/data-factory-data-processing-using-batch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ With the Batch service, you define Azure compute resources to execute your appli
3434
If you aren't familiar with Batch, the following articles help you understand the architecture/implementation of the solution described in this article:
3535

3636
* [Basics of Batch](../../azure-sql/database/sql-database-paas-overview.md)
37-
* [Batch feature overview](../../batch/batch-api-basics.md)
37+
* [Batch feature overview](../../batch/batch-service-workflow-features.md)
3838

3939
Optionally, to learn more about Batch, see [the Batch documentation](https://docs.microsoft.com/azure/batch/).
4040

@@ -969,7 +969,7 @@ After you process data, you can consume it with online tools such as Power BI. H
969969
* [Azure Batch](https://azure.microsoft.com/documentation/services/batch/)
970970

971971
* [Basics of Batch](../../azure-sql/database/sql-database-paas-overview.md)
972-
* [Overview of Batch features](../../batch/batch-api-basics.md)
972+
* [Overview of Batch features](../../batch/batch-service-workflow-features.md))
973973
* [Create and manage a Batch account in the Azure portal](../../batch/batch-account-create-portal.md)
974974
* [Get started with the Batch client library for .NET](../../batch/quick-run-dotnet.md)
975975

0 commit comments

Comments
 (0)