Skip to content

Commit a19c0c5

Browse files
committed
fixed alt text
1 parent 723aecc commit a19c0c5

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

articles/mysql/flexible-server/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ Azure Database for MySQL flexible server allows configuring high availability wi
7070

7171
- **Zone Redundant High Availability (HA):** This option is preferred for complete isolation and infrastructure redundancy across multiple availability zones. It provides highest level of availability, but it requires you to configure application redundancy across zones. Zone redundant HA is preferred when you want to achieve highest level of availability against any infrastructure failure in the availability zone and where latency across the availability zone is acceptable. Zone redundant HA is available in [subset of Azure regions](overview.md#azure-regions) where the region supports multiple Availability Zones and Zone redundant Premium file shares are available.
7272

73-
:::image type="content" source="media/concepts-high-availability/1-flexible-server-overview-zone-redundant-ha.png" alt-text="Zone redundant HA." lightbox="media/concepts-high-availability/1-flexible-server-overview-zone-redundant-ha.png":::
73+
:::image type="content" source="media/concepts-high-availability/1-flexible-server-overview-zone-redundant-ha.png" alt-text="Screenshot of the zone-redundant HA." lightbox="media/concepts-high-availability/1-flexible-server-overview-zone-redundant-ha.png":::
7474

7575
- **Same-Zone High Availability (HA):** This option is preferred for infrastructure redundancy with lower network latency as both primary and standby server are in the same availability zone. It provides high availability without configuring application redundancy across zones. Same-Zone HA is preferred when you want to achieve highest level of availability within a single Availability zone with the lowest network latency. Same-Zone HA is available in [all Azure regions](overview.md#azure-regions) where you can create Azure Database for MySQL flexible server instances.
7676

77-
:::image type="content" source="media/concepts-high-availability/flexible-server-overview-same-zone-ha.png" alt-text="Zone redundant high availability." lightbox="media/concepts-high-availability/flexible-server-overview-same-zone-ha.png":::
77+
:::image type="content" source="media/concepts-high-availability/flexible-server-overview-same-zone-ha.png" alt-text="Screenshot of the zone-redundant high availability." lightbox="media/concepts-high-availability/flexible-server-overview-same-zone-ha.png":::
7878

7979
For more information, see [high availability concepts](concepts-high-availability.md).
8080

articles/mysql/migrate/concepts-migrate-mydumper-myloader.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ Before you begin migrating your MySQL database, you need to:
4343
4444
1. Install mysql client, do the following steps:
4545

46-
4.
47-
4846
- Update the package index on the Azure VM running Linux by running the following command:
4947

5048
```bash

articles/mysql/migrate/how-to-migrate-single-flexible-minimum-downtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ To configure Data in replication, perform the following steps:
136136
137137
The results should appear as shown in the following image:
138138
139-
:::image type="content" source="media/how-to-migrate-single-flexible-minimum-downtime/metadata.png" alt-text="Continuous sync with the Azure Database Migration Service.":::
139+
:::image type="content" source="media/how-to-migrate-single-flexible-minimum-downtime/metadata.png" alt-text="Screenshot of the continuous sync with the Azure Database Migration Service.":::
140140
141141
Make sure to note the binary file name for use in later steps.
142142

articles/mysql/migrate/mysql-on-premises-azure-db/08-data-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,11 @@ CALL Migration_PerformInventory('reg_app');
249249

250250
- Calling this procedure on the source DB reveals the following (truncated output):
251251

252-
:::image type="content" source="media/08-data-migration/image4.jpg" alt-text="Truncated output." lightbox="media/08-data-migration/image4.jpg":::
252+
:::image type="content" source="media/08-data-migration/image4.jpg" alt-text="Screenshot of truncated output." lightbox="media/08-data-migration/image4.jpg":::
253253

254254
- The target database procedure result should resemble the image below after completing the migration. Notice there are no functions in the DB.Functions were eliminated before the migration.
255255

256-
:::image type="content" source="media/08-data-migration/image5.jpg" alt-text="DB Functions." lightbox="media/08-data-migration/image5.jpg":::
256+
:::image type="content" source="media/08-data-migration/image5.jpg" alt-text="Screenshot of DB Functions." lightbox="media/08-data-migration/image5.jpg":::
257257

258258
## Users and permissions
259259

articles/mysql/migrate/mysql-on-premises-azure-db/09-data-migration-with-mysql-workbench.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To support the migration, set the target MySQL instance parameters to allow for
7070

7171
- `max\_connections` - If using a tool that generates multiple threads to increase throughput, increase the connections to support that tool. Default is `151`, max is `5000`.
7272

73-
> [!NOTE]
73+
> [!NOTE]
7474
> Take care when performing scaling. Some operations can't be undone, such as storage scaling.
7575
7676
These settings can be updated using the Azure PowerShell cmdlets below:
@@ -114,13 +114,13 @@ With the database objects and users from the source system migrated, the migrati
114114

115115
- Also, select the **Include Create Schema** checkbox. Refer to the image below to observe the correct mysqldump configuration.
116116

117-
:::image type="content" source="media/09-data-migration-with-mysql-workbench/image6.jpg" alt-text="Include Create Schema." lightbox="media/09-data-migration-with-mysql-workbench/image6.jpg":::
117+
:::image type="content" source="media/09-data-migration-with-mysql-workbench/image6.jpg" alt-text="Screenshot of the include create schema." lightbox="media/09-data-migration-with-mysql-workbench/image6.jpg":::
118118

119119
**Test**
120120

121121
- If any of these options appear unavailable, they're likely obstructed by the Output pane. Just change the editor layout.
122122

123-
:::image type="content" source="media/09-data-migration-with-mysql-workbench/image7.jpg" alt-text="Editor layout.":::
123+
:::image type="content" source="media/09-data-migration-with-mysql-workbench/image7.jpg" alt-text="Screenshot of the editor layout.":::
124124

125125
**Test**
126126

@@ -132,7 +132,7 @@ With the database objects and users from the source system migrated, the migrati
132132

133133
- Find any `DEFINER` statements and either change to a valid user or remove them completely.
134134

135-
> [!NOTE]
135+
> [!NOTE]
136136
> This can be done by passing the `--skip-definer` in the mysqldump command. This is not an option in the MySQL Workbench; therefore, the lines need to be manually removed in the export commands. Although we point out four items to remove here, there can be other items that could fail when migrating from one MySQL version to another (such as new reserved words).
137137
138138
- Find `SET GLOBAL` statements and either change to a valid user or remove them completely.
@@ -155,7 +155,7 @@ With the database objects and users from the source system migrated, the migrati
155155

156156
- Select **OK**.
157157

158-
:::image type="content" source="media/09-data-migration-with-mysql-workbench/image8.jpg" alt-text="MySQL connection dialog box." lightbox="media/09-data-migration-with-mysql-workbench/image8.jpg":::
158+
:::image type="content" source="media/09-data-migration-with-mysql-workbench/image8.jpg" alt-text="Screenshot of the MySQL connection dialog box." lightbox="media/09-data-migration-with-mysql-workbench/image8.jpg":::
159159

160160
**MySQL connection dialog box is displayed.**
161161

0 commit comments

Comments
 (0)