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: azure-sql/database/service-tier-hyperscale-replicas.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
@@ -80,23 +80,23 @@ The following example creates a named replica `WideWorldImporters_NamedReplica`
80
80
1. In the [Azure portal](https://portal.azure.com), browse to the database for which you want to create the named replica.
81
81
2. On the SQL Database page, select your database, scroll to **Data management**, select **Replicas**, and then select **Create replica**.
82
82
83
-
:::image type="content" source="./media/named-replicasconfigure-portal\azure-create-named-replicas.png" alt-text="Create named replica":::
83
+
:::image type="content" source="./media/named-replicas-configure-portal\azure-create-named-replicas.png" alt-text="Screenshot that shows create named replica step.":::
84
84
3. Choose Named replica under Replica configuration, select or create the server for the named replica, enter named replica database name and configure the **Compute + storage** options if necessary.
85
85
86
-
:::image type="content" source="./media/named-replicasconfigure-portal/azure-choose-named-replica.png" alt-text="Configure named replica":::
86
+
:::image type="content" source="./media/named-replicas-configure-portal/azure-choose-named-replica.png" alt-text="Screenshot that shows configuration of named replica.":::
87
87
88
88
4. Click **Review + create**, review the information, and then click **Create**.
:::image type="content" source="./media/named-replicas-configure-portal/azure-deployment-named-replica.png" alt-text="Screenshot that shows named replica deployment status.":::
92
92
93
93
6. When the deployment is complete, the named replica displays its status.
94
94
95
-
:::image type="content" source="./media/named-replicasconfigure-portal/azure-deploymentcomplete-named-replica.png" alt-text="Screenshot showing named replica status after deployment.":::
95
+
:::image type="content" source="./media/named-replicas-configure-portal/azure-deployment-complete-named-replica.png" alt-text="Screenshot that shows named replica status after deployment.":::
96
96
97
97
7. Return to the primary database page, and then select **Replicas**. Your named replica is listed under **Named replicas**.
98
98
99
-
:::image type="content" source="./media/named-replicasconfigure-portal/azure-named-replicas.png" alt-text="Screenshot that shows the SQL database primary and named replica.":::
99
+
:::image type="content" source="./media/named-replicas-configure-portal/azure-named-replicas.png" alt-text="Screenshot that shows the SQL database primary and named replica.":::
100
100
101
101
# [T-SQL](#tab/tsql)
102
102
```sql
@@ -134,7 +134,7 @@ You can define the service level objective of a named replica when you create it
134
134
135
135
Open named replica database page, and then select **Compute + storage**. Update the vCores.
136
136
137
-
:::image type="content" source="./media/named-replicasconfigure-portal/azure-update-named-replica.png" alt-text="screenshot that shows updating named replica slo":::
137
+
:::image type="content" source="./media/named-replicas-configure-portal/azure-update-named-replica.png" alt-text="Screenshot that shows named replica service level objective update.":::
138
138
139
139
# [T-SQL](#tab/tsql)
140
140
```sql
@@ -159,7 +159,7 @@ To remove a named replica, you drop it just like you would a regular database.
159
159
160
160
Open named replica database page, and choose `Delete` option.
161
161
162
-
:::image type="content" source="./media/named-replicasconfigure-portal/azure-delete-named-replicas.png" alt-text="screenshot that shows deletion of named replica":::
162
+
:::image type="content" source="./media/named-replicas-configure-portal/azure-delete-named-replicas.png" alt-text="Screenshot that shows deletion of named replica.":::
163
163
164
164
# [T-SQL](#tab/tsql)
165
165
Make sure you are connected to the `master` database of the server with the named replica you want to drop, and then use the following command:
0 commit comments