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/sql-database/replication-with-sql-database-managed-instance.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,8 @@ You can also use transactional replication to push changes made in an instance d
25
25
Transactional replication is in public preview on [Azure SQL Database managed instance](sql-database-managed-instance.md). A managed instance can host publisher, distributor, and subscriber databases. See [transactional replication configurations](sql-database-managed-instance-transactional-replication.md#common-configurations) for available configurations.
26
26
27
27
> [!NOTE]
28
-
> This article is intended to guide a user in configuring replication with an Azure Database managed instance from end to end, starting with creating the resource group. If you already have managed instances deployed, skip ahead to [Step 4](#4---create-a-publisher-database) to create your publisher database, or [Step 6](#6---configure-distribution) if you already have a publisher and subscriber database, and are ready to start configuring replication.
28
+
> - This article is intended to guide a user in configuring replication with an Azure Database managed instance from end to end, starting with creating the resource group. If you already have managed instances deployed, skip ahead to [Step 4](#4---create-a-publisher-database) to create your publisher database, or [Step 6](#6---configure-distribution) if you already have a publisher and subscriber database, and are ready to start configuring replication.
29
+
> - This article configures your publisher and distributor on the same managed instance. To place the distributor on a separate manged instance, see the tutorial [Configure replication between an MI publisher and an MI distributor](sql-database-managed-instance-configure-replication-tutorial.md).
29
30
30
31
## Requirements
31
32
@@ -75,10 +76,15 @@ You will also need to [Configure an Azure VM to connect](sql-database-managed-in
@storage_connection_string = N'$(file_storage_key)'; -- Remove this parameter for on-premises publishers
171
178
```
172
179
180
+
> [!NOTE]
181
+
> Be sure to use only backslashes (`\`) for the file_storage parameter. Using a forward slash (`/`) can cause an error when connecting to the file share.
182
+
173
183
This script configures a local publisher on the managed instance, adds a linked server, and creates a set of jobs for the SQL Server Agent.
174
184
175
185
## 8 - Create publication and subscriber
@@ -324,4 +334,5 @@ You can clean up your Azure resources by [deleting the managed instance resource
-[Tutorial: Configure transactional replication between an MI publisher and an MI subscriber](sql-database-managed-instance-configure-replication-tutorial.md)
327
338
-[What is a Managed Instance?](sql-database-managed-instance.md)
Copy file name to clipboardExpand all lines: articles/sql-database/sql-database-managed-instance-failover-group-tutorial.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
@@ -1069,7 +1069,7 @@ Clean up resources by first deleting the managed instance, then the virtual clus
1069
1069
1070
1070
# [Portal](#tab/azure-portal)
1071
1071
1. Navigate to your resource group in the [Azure portal](https://portal.azure.com).
1072
-
1. Select the managed instance(s) and then select **Delete**. Type `yes` in the text box to confirm you want to delete the resource and then select **Delete**. This process may take some time to complete in the background, and until it"s done, you will not be able to delete the *Virtual cluster* or any other dependent resources. Monitor the delete in the Activity tab to confirm your managed instance has been deleted.
1072
+
1. Select the managed instance(s) and then select **Delete**. Type `yes` in the text box to confirm you want to delete the resource and then select **Delete**. This process may take some time to complete in the background, and until it's done, you will not be able to delete the *Virtual cluster* or any other dependent resources. Monitor the delete in the Activity tab to confirm your managed instance has been deleted.
1073
1073
1. Once the managed instance is deleted, delete the *Virtual cluster* by selecting it in your resource group, and then choosing **Delete**. Type `yes` in the text box to confirm you want to delete the resource and then select **Delete**.
1074
1074
1. Delete any remaining resources. Type `yes` in the text box to confirm you want to delete the resource and then select **Delete**.
1075
1075
1. Delete the resource group by selecting **Delete resource group**, typing in the name of the resource group, `myResourceGroup`, and then selecting **Delete**.
0 commit comments