Skip to content

Commit 9be11b6

Browse files
committed
fixing things
1 parent 351eee2 commit 9be11b6

10 files changed

+13
-15
lines changed

articles/azure-sql/database/connect-query-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In this quickstart, you use Java to connect to an Azure SQL Database and use T-S
4242
> [!NOTE]
4343
> You can optionally choose to use an Azure SQL Managed Instance.
4444
>
45-
> To create and configure, use the [Azure Portal](../managed-instance/instance-create-quickstart.md), [PowerShell](../managed-instance/scripts/create-configure-managed-instance-powershell.md), or [CLI](https://medium.com/azure-sqldb-managed-instance/working-with-sql-managed-instance-using-azure-cli-611795fe0b44), then setup [on-site](../managed-instance/point-to-site-p2s-configure.md) or [VM](../managed-instance/connect-vm-instance-configure.md) connectivity.
45+
> To create and configure, use the [Azure portal](../managed-instance/instance-create-quickstart.md), [PowerShell](../managed-instance/scripts/create-configure-managed-instance-powershell.md), or [CLI](https://medium.com/azure-sqldb-managed-instance/working-with-sql-managed-instance-using-azure-cli-611795fe0b44), then setup [on-site](../managed-instance/point-to-site-p2s-configure.md) or [VM](../managed-instance/connect-vm-instance-configure.md) connectivity.
4646
>
4747
> To load data, see [restore with BACPAC](database-import.md) with the [Adventure Works](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/adventure-works) file, or see [restore the Wide World Importers database](../managed-instance/restore-sample-database-quickstart.md).
4848

articles/azure-sql/database/connect-query-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In this quickstart, you use Node.js to connect to an Azure SQL Database and use
4242
> [!NOTE]
4343
> You can optionally choose to use an Azure SQL Managed Instance.
4444
>
45-
> To create and configure, use the [Azure Portal](../managed-instance/instance-create-quickstart.md), [PowerShell](../managed-instance/scripts/create-configure-managed-instance-powershell.md), or [CLI](https://medium.com/azure-sqldb-managed-instance/working-with-sql-managed-instance-using-azure-cli-611795fe0b44), then setup [on-site](../managed-instance/point-to-site-p2s-configure.md) or [VM](../managed-instance/connect-vm-instance-configure.md) connectivity.
45+
> To create and configure, use the [Azure portal](../managed-instance/instance-create-quickstart.md), [PowerShell](../managed-instance/scripts/create-configure-managed-instance-powershell.md), or [CLI](https://medium.com/azure-sqldb-managed-instance/working-with-sql-managed-instance-using-azure-cli-611795fe0b44), then setup [on-site](../managed-instance/point-to-site-p2s-configure.md) or [VM](../managed-instance/connect-vm-instance-configure.md) connectivity.
4646
>
4747
> To load data, see [restore with BACPAC](database-import.md) with the [Adventure Works](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/adventure-works) file, or see [restore the Wide World Importers database](../managed-instance/restore-sample-database-quickstart.md).
4848

articles/azure-sql/database/connect-query-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ In this quickstart, you use Python to connect to an Azure SQL Database and use T
5050
> [!NOTE]
5151
> You can optionally choose to use an Azure SQL Managed Instance.
5252
>
53-
> To create and configure, use the [Azure Portal](../managed-instance/instance-create-quickstart.md), [PowerShell](../managed-instance/scripts/create-configure-managed-instance-powershell.md), or [CLI](https://medium.com/azure-sqldb-managed-instance/working-with-sql-managed-instance-using-azure-cli-611795fe0b44), then setup [on-site](../managed-instance/point-to-site-p2s-configure.md) or [VM](../managed-instance/connect-vm-instance-configure.md) connectivity.
53+
> To create and configure, use the [Azure portal](../managed-instance/instance-create-quickstart.md), [PowerShell](../managed-instance/scripts/create-configure-managed-instance-powershell.md), or [CLI](https://medium.com/azure-sqldb-managed-instance/working-with-sql-managed-instance-using-azure-cli-611795fe0b44), then setup [on-site](../managed-instance/point-to-site-p2s-configure.md) or [VM](../managed-instance/connect-vm-instance-configure.md) connectivity.
5454
>
5555
> To load data, see [restore with BACPAC](database-import.md) with the [Adventure Works](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/adventure-works) file, or see [restore the Wide World Importers database](../managed-instance/restore-sample-database-quickstart.md).
5656

articles/azure-sql/database/database-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ When you need to export a database for archiving or for moving to another platfo
3333
3434
## Azure portal
3535

36-
Exporting a BACPAC of a database from an [Azure SQL Managed Instance](../managed-instance/sql-managed-instance-paas-overview.md) using the Azure Portal is not currently supported. Use SQL Server Management Studio or SQLPackage instead.
36+
Exporting a BACPAC of a database from an [Azure SQL Managed Instance](../managed-instance/sql-managed-instance-paas-overview.md) using the Azure portal is not currently supported. Use SQL Server Management Studio or SQLPackage instead.
3737

3838
> [!NOTE]
3939
> Machines processing import/export requests submitted through the Azure portal or PowerShell need to store the BACPAC file as well as temporary files generated by the Data-Tier Application Framework (DacFX). The disk space required varies significantly among databases with the same size and can require disk space up to 3 times the size of the database. Machines running the import/export request only have 450GB local disk space. As a result, some requests may fail with the error `There is not enough space on the disk`. In this case, the workaround is to run sqlpackage.exe on a machine with enough local disk space. We encourage using [SqlPackage](#sqlpackage-utility) to import/export databases larger than 150GB to avoid this issue.

articles/azure-sql/database/long-term-backup-retention-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Azure SQL Database: Manage long-term backup retention"
3-
description: "Learn how to store and restore automated backups for an Azure SQL Database single or pooled database in Azure storage (for up to 10 years) using the Azure Portal and PowerShell"
3+
description: "Learn how to store and restore automated backups for an Azure SQL Database single or pooled database in Azure storage (for up to 10 years) using the Azure portal and PowerShell"
44
services: sql-database
55
ms.service: sql-database
66
ms.subservice: backup-restore

articles/azure-sql/database/long-term-retention-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ To request enrollment, create an [Azure support ticket](https://azure.microsoft.
8282

8383
## Configure long-term backup retention
8484

85-
You can configure long-term backup retention using the Azure Portal and PowerShell for an Azure SQL Database, and PowerShell for an Azure SQL Managed Instance. To restore a database from the LTR storage, you can select a specific backup based on its timestamp. The database can be restored to any existing server or managed instance under the same subscription as the original database.
85+
You can configure long-term backup retention using the Azure portal and PowerShell for an Azure SQL Database, and PowerShell for an Azure SQL Managed Instance. To restore a database from the LTR storage, you can select a specific backup based on its timestamp. The database can be restored to any existing server or managed instance under the same subscription as the original database.
8686

87-
To learn how to configure long-term retention or restore a database from backup for an Azure SQL Database using the Azure Portal or PowerShell, see [Manage Azure SQL Database long-term backup retention](long-term-backup-retention-configure.md)
87+
To learn how to configure long-term retention or restore a database from backup for an Azure SQL Database using the Azure portal or PowerShell, see [Manage Azure SQL Database long-term backup retention](long-term-backup-retention-configure.md)
8888

8989
To learn how to configure long-term retention or restore a database from backup for an Azure SQL Managed Instance using PowerShell, see [Manage Azure SQL Managed Instance long-term backup retention](../managed-instance/long-term-backup-retention-configure.md).
9090

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,8 @@ The Azure SQL family of services let you parse and query data represented in Jav
6666

6767
JSON is a popular data format used for exchanging data in modern web and mobile applications. JSON is also used for storing semi-structured data in log files or in NoSQL databases like [Azure Cosmos DB](https://azure.microsoft.com/services/cosmos-db/). Many REST web services return results formatted as JSON text or accept data formatted as JSON. Most Azure services such as [Azure Cognitive Search](https://azure.microsoft.com/services/search/), [Azure Storage](https://azure.microsoft.com/services/storage/), and [Azure Cosmos DB](https://azure.microsoft.com/services/cosmos-db/) have REST endpoints that return or consume JSON.
6868

69-
The Azure SQL family of services let you parse and query data represented in JavaScript Object Notation [(JSON)](https://www.json.org/) format, and export your relational data as JSON text.
70-
let you work with JSON data easily and integrate your database with modern services. the Azure SQL family of services let you parse and query data represented in JavaScript Object Notation [(JSON)](https://www.json.org/) format, and export your relational data as JSON text.
71-
The Azure SQL family of services let you parse and query data represented in JavaScript Object Notation [(JSON)](https://www.json.org/) format, and export your relational data as JSON text.
72-
provide the following functions for working with JSON data:
69+
70+
The Azure SQL family of services let you work with JSON data easily and integrate your database with modern services, and provides the following functions for working with JSON data:
7371

7472
![JSON Functions](./media/multi-model-features/image_1.png)
7573

@@ -97,7 +95,7 @@ The Azure SQL family of services let you parse and query data represented in Jav
9795
- The geometry type represents data in a Euclidean (flat) coordinate system.
9896
- The geography type represents data in a round-earth coordinate system.
9997

100-
There area number of Spatial objects that can be used in the Azure SQL family of services let you parse and query data represented in JavaScript Object Notation [(JSON)](https://www.json.org/) format, and export your relational data as JSON text.
98+
There are a number of Spatial objects that can be used in the Azure SQL family of services let you parse and query data represented in JavaScript Object Notation [(JSON)](https://www.json.org/) format, and export your relational data as JSON text.
10199
such as [Point](/sql/relational-databases/spatial/point), [LineString](/sql/relational-databases/spatial/linestring),
102100
[Polygon](/sql/relational-databases/spatial/polygon), and so on.
103101

articles/azure-sql/database/sql-data-sync-monitor-sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ For more info about creating a runbook, see [My first PowerShell runbook](https:
9595

9696
2. Sync Group information.
9797

98-
3. Azure Monitor logs information. Find this information in Azure Portal | Settings | Connected Sources. For more information about sending data to Azure Monitor logs, see [Send data to Azure Monitor logs with the HTTP Data Collector API (preview)](../../azure-monitor/platform/data-collector-api.md).
98+
3. Azure Monitor logs information. Find this information in Azure portal | Settings | Connected Sources. For more information about sending data to Azure Monitor logs, see [Send data to Azure Monitor logs with the HTTP Data Collector API (preview)](../../azure-monitor/platform/data-collector-api.md).
9999

100100
11. Run the runbook in the Test pane. Check to make sure it was successful.
101101

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Although most of the changes associated with the rebrand are superficial, there
6666

6767
Currently, when you deploy an Azure SQL Managed Instance, the billing statement will still reflect Azure SQL Database managed instance.
6868

69-
### Azure Portal
69+
### Azure portal
7070

7171
There are places in the Azure portal where the name is still inconsistent.
7272

articles/azure-sql/virtual-machines/windows/create-sql-vm-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ $OSDiskName = $VMName + "OSDisk"
9898

9999
Use the following variables to define the SQL Server image to use for the virtual machine.
100100

101-
1. First, list out all of the SQL Server image offerings with the `Get-AzVMImageOffer` command. This command lists current images that are available in the Azure Portal and also older images that can only be installed with PowerShell:
101+
1. First, list out all of the SQL Server image offerings with the `Get-AzVMImageOffer` command. This command lists current images that are available in the Azure portal and also older images that can only be installed with PowerShell:
102102

103103
```powershell
104104
Get-AzVMImageOffer -Location $Location -Publisher 'MicrosoftSQLServer'

0 commit comments

Comments
 (0)