You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-sql/database/replication-to-sql-database.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ You can configure an Azure SQL Database as the push subscriber in a one-way tran
22
22
## Supported Configurations
23
23
24
24
- Azure SQL Database can only be the push subscriber of a SQL Server publisher and distributor.
25
-
- The SQL Server acting as publisher and/or distributor can be an instance of [SQL Server running on-premises](https://www.microsoft.com/sql-server/sql-server-downloads), an [Azure SQL Managed Instance](../azure-sql/managed-instance/instance-create-quickstart.md), or an instance of [SQL Server running on an Azure virtual machine in the cloud](../virtual-machines/windows/sql-vm-create-portal-quickstart.md).
25
+
- The SQL Server acting as publisher and/or distributor can be an instance of [SQL Server running on-premises](https://www.microsoft.com/sql-server/sql-server-downloads), an [Azure SQL Managed Instance](../managed-instance/instance-create-quickstart.md), or an instance of [SQL Server running on an Azure virtual machine in the cloud](../virtual-machines/windows/sql-vm-create-portal-quickstart.md).
26
26
- The distribution database and the replication agents cannot be placed on an Azure SQL database.
27
27
-[Snapshot](/sql/relational-databases/replication/snapshot-replication) and [one-way transactional](/sql/relational-databases/replication/transactional/transactional-replication) replication are supported. Peer-to-peer transactional replication and merge replication are not supported.
Copy file name to clipboardExpand all lines: articles/azure-sql/virtual-machines/windows/doc-changes-updates-release-notes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Azure allows you to deploy a virtual machine (VM) with an image of SQL Server bu
31
31
|Changes | Details |
32
32
--- | --- |
33
33
|**Free DR replica in Azure**| You can host a [free passive instance](business-continuity-high-availability-disaster-recovery-hadr-overview.md#free-dr-replica-in-azure) for disaster recovery in Azure for your on-premises SQL Server instance if you have [Software Assurance](https://www.microsoft.com/licensing/licensing-programs/software-assurance-default?rtc=1&activetab=software-assurance-default-pivot:primaryr3). |
34
-
|**Bulk resource provider registration**| You can now [bulk register](sql-vm-resource-provider-register-bulk.md) SQL virtual machines with the resource provider. |
34
+
|**Bulk resource provider registration**| You can now [bulk register](sql-vm-resource-provider-bulk-register.md) SQL virtual machines with the resource provider. |
35
35
|**Performance Optimized Storage Configuration**| You can now [fully customize your storage configuration](storage-configuration.md#new-vms) when creating a new SQL Server VM. |
36
36
|**Premium file share for FCI** | You can now create a failover cluster instance using a [Premium File Share](failover-cluster-instance-premium-file-share-manually-configure.md) instead of the original method of [Storage Spaces Direct](failover-cluster-instance-storage-spaces-direct-manually-configure.md).
37
37
|**Azure dedicated host**| You can run your SQL Server VM on an [Azure Dedicated Host](dedicated-host.md). |
Copy file name to clipboardExpand all lines: articles/azure-sql/virtual-machines/windows/sql-vm-resource-provider-bulk-register.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,13 @@ The `Register-SqlVMs` cmdlet can be used to register all virtual machines in a g
23
23
24
24
The registration process carries no risk, has no downtime, and will not restart SQL Server or the virtual machine.
25
25
26
-
For more information about the resource provider, see [SQL VM resource provider](sql-resource-provider-register.md).
26
+
For more information about the resource provider, see [SQL VM resource provider](sql-vm-resource-provider-register.md).
27
27
28
28
## Prerequisites
29
29
30
30
To register your SQL Server VM with the resource provider, you'll need the following:
31
31
32
-
- An [Azure subscription](https://azure.microsoft.com/free/) that has been [registered with the resource provider](sql-resource-provider-register.md#register-subscription-with-rp) and contains unregistered SQL Server virtual machines.
32
+
- An [Azure subscription](https://azure.microsoft.com/free/) that has been [registered with the resource provider](sql-vm-resource-provider-register.md#register-subscription-with-rp) and contains unregistered SQL Server virtual machines.
33
33
- The client credentials used to register the virtual machines exist in any of the following RBAC roles: **Virtual Machine contributor**, **Contributor**, or **Owner**.
34
34
- The latest version of [Az PowerShell](/powershell/azure/new-azureps-module-az).
35
35
- The latest version of [Az.SqlVirtualMachine](https://www.powershellgallery.com/packages/Az.SqlVirtualMachine/0.1.0).
@@ -217,7 +217,7 @@ Errors are logged in the log file named `VMsNotRegisteredDueToError<Timestamp>.l
217
217
218
218
When you register SQL Server VMs with the resource provider using the provided script, consider the following:
219
219
220
-
- Registration with the resource provider requires a guest agent running on the SQL Server VM. Windows Server 2008 images do not have a guest agent, so these virtual machines will fail and must be registered manually using the [NoAgent management mode](sql-resource-provider-register.md#management-modes).
220
+
- Registration with the resource provider requires a guest agent running on the SQL Server VM. Windows Server 2008 images do not have a guest agent, so these virtual machines will fail and must be registered manually using the [NoAgent management mode](sql-vm-resource-provider-register.md#management-modes).
221
221
- There is retry logic built-in to overcome transparent errors. If the virtual machine is successfully registered, then it is a rapid operation. However, if the registration fails, then each virtual machine will be retried. As such, you should allow significant time to complete the registration process - though actual time requirement is dependent on the type and number of errors.
Copy file name to clipboardExpand all lines: articles/azure-sql/virtual-machines/windows/sql-vm-resource-provider-register.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ To register your SQL Server VM with the SQL VM resource provider, you must first
94
94
1. Enter **sql** in the filter to bring up the SQL-related resource providers.
95
95
1. Select **Register**, **Re-register**, or **Unregister** for the **Microsoft.SqlVirtualMachine** provider, depending on your desired action.
96
96
97
-

97
+

98
98
99
99
100
100
### Command line
@@ -245,11 +245,11 @@ To upgrade the agent mode to full:
245
245
1. Select your SQL Server virtual machine, and select **Overview**.
246
246
1. For SQL Server VMs with the NoAgent or lightweight IaaS mode, select the **Only license type and edition updates are available with the SQL IaaS extension** message.
247
247
248
-

248
+

249
249
250
250
1. Select the **I agree to restart the SQL Server service on the virtual machine** check box, and then select **Confirm** to upgrade your IaaS mode to full.
251
251
252
-

252
+

253
253
254
254
### Command line
255
255
@@ -286,7 +286,7 @@ You can verify if your SQL Server VM has already been registered with the SQL VM
286
286
1. Select your SQL Server VM from the list. If your SQL Server VM is not listed here, it likely hasn't been registered with the SQL VM resource provider.
287
287
1. View the value under **Status**. If **Status** is **Succeeded**, then the SQL Server VM has been registered with the SQL VM resource provider successfully.
288
288
289
-

289
+

290
290
291
291
### Command line
292
292
@@ -323,15 +323,15 @@ To unregister your SQL Server VM with the resource provider using the Azure port
323
323
1. Sign into the [Azure portal](https://portal.azure.com).

330
+

331
331
332
332
1. Type the name of the SQL virtual machine and **clear the checkbox next to the virtual machine**.
333
333
334
-

334
+

335
335
336
336
>[!WARNING]
337
337
> Failure to clear the checkbox next to the virtual machine name will *delete* the virtual machine entirely. Clear the checkbox to unregister the SQL Server VM from the resource provider but *not delete the actual virtual machine*.
0 commit comments