Skip to content

Commit 4089372

Browse files
committed
fixing things
1 parent 9be11b6 commit 4089372

File tree

4 files changed

+3
-103
lines changed

4 files changed

+3
-103
lines changed

articles/azure-sql/database/multi-model-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Multi-model databases enable you to store and work with data represented in mult
1818

1919
## When to use multi-model capabilities
2020

21-
[Azure SQL family of services](sql-database-paas-vs-sql-server-iaas.md) are designed to work with the relational model that provides the best performance in the most of the cases for a variety of general-purpose applications. However, the Azure SQL family of services are not limited to relational-data only. The Azure SQL family of services enable you to use a variety of non-relational formats that are tightly integrated into the relational model.
21+
[Azure SQL family of services](../azure-sql-iaas-vs-paas-what-is-overview.md) are designed to work with the relational model that provides the best performance in the most of the cases for a variety of general-purpose applications. However, the Azure SQL family of services are not limited to relational-data only. The Azure SQL family of services enable you to use a variety of non-relational formats that are tightly integrated into the relational model.
2222
You should consider using multi-model capabilities of the Azure SQL family of services in the following cases:
2323

2424
- You have some information or structures that are better fit for NoSQL models and you don't want to use separate NoSQL database.

articles/azure-sql/database/sql-data-sync-sql-server-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The tutorial assumes you have at least some prior experience with SQL Database a
2020

2121
For an overview of SQL Data Sync, see [Sync data across cloud and on-premises databases with SQL Data Sync](sql-data-sync-data-sql-server-sql-database.md).
2222

23-
For PowerShell examples on how to configure SQL Data Sync, see [How to sync between databases in SQL Database](scripts/sql-data-sync-sync-data-between-sql-databases.md) or [an Azure SQL Database and a SQL Server on-premises database](sscripts/sql-data-sync-sync-data-between-azure-onprem.md)
23+
For PowerShell examples on how to configure SQL Data Sync, see [How to sync between databases in SQL Database](scripts/sql-data-sync-sync-data-between-sql-databases.md) or [an Azure SQL Database and a SQL Server on-premises database](scripts/sql-data-sync-sync-data-between-azure-onprem.md)
2424

2525
> [!IMPORTANT]
2626
> SQL Data Sync does **not** support Azure SQL Managed Instance at this time.

articles/azure-sql/managed-instance/azure-sql-managed-instance-rebrand.md

Lines changed: 0 additions & 100 deletions
This file was deleted.

articles/azure-sql/managed-instance/instance-create-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ If you don't have an Azure subscription, [create a free account](https://azure.m
7070
| Setting| Suggested value | Description |
7171
| ------ | --------------- | ----------- |
7272
| **Virtual network** | Select either **Create new virtual network** or a valid virtual network and subnet.| If a network or subnet is unavailable, it must be [modified to satisfy the network requirements](vnet-existing-add-subnet.md) before you select it as a target for the new SQL Managed Instance. For information about the requirements for configuring the network environment for a SQL Managed Instance, see [Configure a virtual network for a SQL Managed Instance](connectivity-architecture-overview.md). |
73-
| **Connection type** | Choose between a proxy and a redirect connection type.|For more information about connection types, see [Azure SQL Managed Instance connection type](../database/connectivity-architecture.md#connection-policyd).|
73+
| **Connection type** | Choose between a proxy and a redirect connection type.|For more information about connection types, see [Azure SQL Managed Instance connection type](../database/connectivity-architecture.md#connection-policy).|
7474
| **Public endpoint** | Select **Enable**. | For a SQL Managed Instance to be accessible through the public data endpoint, you need to enable this option. |
7575
| **Allow access from** (if **Public endpoint** is enabled) | Select one of the options. |The portal experience enables configuring a security group with a public endpoint. </br> </br> Based on your scenario, select one of the following options: </br> <ul> <li>**Azure services**: We recommend this option when you're connecting from Power BI or another multitenant service. </li> <li> **Internet**: Use for test purposes when you want to quickly spin up a SQL Managed Instance. We don't recommend it for production environments. </li> <li> **No access**: This option creates a **Deny** security rule. Modify this rule to make a SQL Managed Instance accessible through a public endpoint. </li> </ul> </br> For more information on public endpoint security, see [Using Azure SQL Managed Instance securely with a public endpoint](public-endpoint-overview.md).|
7676

0 commit comments

Comments
 (0)