Skip to content

Commit 1d53716

Browse files
correcting folder/screenshot names with hyphens
1 parent 14cf61b commit 1d53716

8 files changed

Lines changed: 7 additions & 7 deletions

azure-sql/database/media/named-replicasconfigure-portal/azure-choose-named-replica.png renamed to azure-sql/database/media/named-replicas-configure-portal/azure-choose-named-replica.png

File renamed without changes.

azure-sql/database/media/named-replicasconfigure-portal/azure-create-named-replicas.png renamed to azure-sql/database/media/named-replicas-configure-portal/azure-create-named-replicas.png

File renamed without changes.

azure-sql/database/media/named-replicasconfigure-portal/azure-delete-named-replicas.png renamed to azure-sql/database/media/named-replicas-configure-portal/azure-delete-named-replicas.png

File renamed without changes.

azure-sql/database/media/named-replicasconfigure-portal/azure-deploymentcomplete-named-replica.png renamed to azure-sql/database/media/named-replicas-configure-portal/azure-deployment-complete-named-replica.png

File renamed without changes.

azure-sql/database/media/named-replicasconfigure-portal/azure-deployment-named-replica.png renamed to azure-sql/database/media/named-replicas-configure-portal/azure-deployment-named-replica.png

File renamed without changes.

azure-sql/database/media/named-replicasconfigure-portal/azure-named-replicas.png renamed to azure-sql/database/media/named-replicas-configure-portal/azure-named-replicas.png

File renamed without changes.

azure-sql/database/media/named-replicasconfigure-portal/azure-update-named-replica.png renamed to azure-sql/database/media/named-replicas-configure-portal/azure-update-named-replica.png

File renamed without changes.

azure-sql/database/service-tier-hyperscale-replicas.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,23 +80,23 @@ The following example creates a named replica `WideWorldImporters_NamedReplica`
8080
1. In the [Azure portal](https://portal.azure.com), browse to the database for which you want to create the named replica.
8181
2. On the SQL Database page, select your database, scroll to **Data management**, select **Replicas**, and then select **Create replica**.
8282

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.":::
8484
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.
8585

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.":::
8787

8888
4. Click **Review + create**, review the information, and then click **Create**.
8989
5. The named replica deployment process begins.
9090

91-
:::image type="content" source="./media/named-replicasconfigure-portal/azure-deployment-named-replica.png" alt-text="Screenshot showing deployment status.":::
91+
:::image type="content" source="./media/named-replicas-configure-portal/azure-deployment-named-replica.png" alt-text="Screenshot that shows named replica deployment status.":::
9292

9393
6. When the deployment is complete, the named replica displays its status.
9494

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.":::
9696

9797
7. Return to the primary database page, and then select **Replicas**. Your named replica is listed under **Named replicas**.
9898

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.":::
100100

101101
# [T-SQL](#tab/tsql)
102102
```sql
@@ -134,7 +134,7 @@ You can define the service level objective of a named replica when you create it
134134

135135
Open named replica database page, and then select **Compute + storage**. Update the vCores.
136136

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.":::
138138

139139
# [T-SQL](#tab/tsql)
140140
```sql
@@ -159,7 +159,7 @@ To remove a named replica, you drop it just like you would a regular database.
159159

160160
Open named replica database page, and choose `Delete` option.
161161

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.":::
163163

164164
# [T-SQL](#tab/tsql)
165165
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

Comments
 (0)