Skip to content

Commit 9bb6a26

Browse files
authored
Merge pull request #17641 from john-par/1783001-fix-validation-suggestion
Message fixes: Bulk update fixed duplicated alt-text validation issues.
2 parents 54b5400 + 45478f7 commit 9bb6a26

22 files changed

Lines changed: 71 additions & 71 deletions

docs/azure-data-studio/quickstart-sql-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Use Azure Data Studio to establish a connection to your Azure SQL Database serve
3333

3434
1. The first time you run Azure Data Studio the **Welcome** page should open. If you don't see the **Welcome** page, select **Help** > **Welcome**. Select **New Connection** to open the **Connection** pane:
3535

36-
![New Connection Icon](media/quickstart-sql-database/new-connection-icon.png)
36+
![Screenshot showing the Welcome Azure Delta Studio dialog box with the Next connection option called out.](media/quickstart-sql-database/new-connection-icon.png)
3737

3838
2. This article uses SQL sign-in, but also supports Windows authentication. Fill in the following fields using the server name, user name, and password for your Azure SQL server:
3939

@@ -47,7 +47,7 @@ Use Azure Data Studio to establish a connection to your Azure SQL Database serve
4747
| **Database name** | *leave blank* | You're only connecting to the server here. |
4848
| **Server Group** | Select <Default> | You can set this field to a specific server group you created. |
4949

50-
![New Connection Icon](media/quickstart-sql-database/new-connection-screen.png)
50+
![Screenshot of the Azure Data Studio - Connection page.](media/quickstart-sql-database/new-connection-screen.png)
5151

5252
3. Select **Connect**.
5353

docs/azure-data-studio/quickstart-sql-dw.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Use Azure Data Studio to establish a connection to your Azure Synapse Analytics
3131

3232
1. The first time you run Azure Data Studio the **Connection** page should open. If you don't see the **Connection** page, select **Add Connection**, or the **New Connection** icon in the **SERVERS** sidebar:
3333

34-
![New Connection Icon](media/quickstart-sql-dw/new-connection-icon.png)
34+
![Screenshot of the Connection page with the New Connection icon called out.](media/quickstart-sql-dw/new-connection-icon.png)
3535

3636
2. This article uses *SQL Login*, but *Windows Authentication* is also supported. Fill in the fields as follows using the server name, user name, and password for *your* Azure SQL server:
3737

docs/azure-data-studio/tutorial-table-space-sql-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Azure Data Studio has a built-in sample widget to monitor the space used by tabl
3939

4040
4. To customize the **dashboard.database.widgets** settings, you need to edit the **dashboard.database.widgets** entry in the **USER SETTINGS** section.
4141

42-
![Search settings](media/tutorial-table-space-sql-server/search-settings.png)
42+
![Screenshot showing the USER SETTINGS section with the Dashboard > Database Widgets section called out.](media/tutorial-table-space-sql-server/search-settings.png)
4343

4444
If there is no **dashboard.database.widgets** in the **USER SETTINGS** section, hover over the **dashboard.database.widgets** text in the DEFAULT SETTINGS column and click the *gear* icon that appears to the left of the text and click **Copy as Setting JSON**. If the pop-up says **Replace in Settings**, don't click it! Go to the **USER SETTINGS** column to the right and locate the **dashboard.database.widgets** section and advance to the next step.
4545

@@ -60,7 +60,7 @@ Azure Data Studio has a built-in sample widget to monitor the space used by tabl
6060

6161
The **dashboard.database.widgets** section should look similar to the following image:
6262

63-
![Search settings](./media/tutorial-table-space-sql-server/insight-table-space.png)
63+
![Screenshot of the settings.json file with the first object of the dashboard.database.widgets array.](./media/tutorial-table-space-sql-server/insight-table-space.png)
6464

6565
6. Press **Ctrl+S** to save the settings.
6666

docs/connect/ado-net/step-1-configure-development-environment-ado-net-development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Our current code example uses ADO.NET of the .NET Framework, for Windows. The .N
2424

2525
### ADO.NET, for Windows
2626

27-
- ![Circled Download Arrow Framework](../../ssms/media/download-icon.png)[To download and install .NET Framework, including ADO.NET](../sql-connection-libraries.md#anchor-20-drivers-relational-access)
27+
- :::image type="icon" source="../../ssms/media/download-icon.png"::: [To download and install .NET Framework, including ADO.NET](../sql-connection-libraries.md#anchor-20-drivers-relational-access)
2828

2929
- Install Visual Studio Community, or a similar integrated development environment (IDE) for writing and compiling C# source code. Microsoft now provides Visual Studio Community for *free*.
3030
- [Download Visual Studio Community](https://www.visualstudio.com/products/visual-studio-community-vs)
@@ -35,4 +35,4 @@ Our current code example uses ADO.NET of the .NET Framework, for Windows. The .N
3535

3636
Links to download .NET Core, for a variety of operating systems, are available at:
3737

38-
- ![Circled Download Arrow Core](../../ssms/media/download-icon.png)[To download and install .NET Core](../sql-connection-libraries.md#anchor-20-drivers-relational-access)
38+
- :::image type="icon" source="../../ssms/media/download-icon.png"::: [To download and install .NET Core](../sql-connection-libraries.md#anchor-20-drivers-relational-access)

docs/dma/dma-assess-ssis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ The following step-by-step instructions help you perform your first assessment f
5050
1. (Optional) Enter a folder path that contains SSIS packages.
5151
1. (Optional) Enter package encryption password if applicable.
5252
1. Click **Connect** to the source SQL server.
53-
![Add source](media/dma-assess-ssis/dma-assess-ssis-addsource.png)
53+
![Screenshot showing the Connect to a server pane with the Enter a folder path that contains SSIS packages option and Enter package encryption password if applicable option called out.](media/dma-assess-ssis/dma-assess-ssis-addsource.png)
5454

5555
## Add sources to assess
5656

5757
1. Select the SSIS package storage types to assess, and then select **Add**.
58-
![Add source](media/dma-assess-ssis/dma-assess-ssis-addsource-type.png)
58+
![Screenshot showing the Add sources pane.](media/dma-assess-ssis/dma-assess-ssis-addsource-type.png)
5959
1. Select **Add Sources** to open the connection flyout menu, if need assess multiple folders.
6060
1. Click **Start Assessment**.
6161
![Start assessment](media/dma-assess-ssis/dma-assess-ssis-assess.png)

docs/includes/create-workload-group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Creates a Resource Governor workload group and associates the workload group with a Resource Governor resource pool. Resource Governor is not available in every edition of [!INCLUDE[msCoName](msconame-md.md)][!INCLUDE[ssNoVersion](ssnoversion-md.md)]. For a list of features that are supported by the editions of [!INCLUDE[ssNoVersion](ssnoversion-md.md)], see [Features Supported by the Editions of SQL Server 2016](~/sql-server/editions-and-supported-features-for-sql-server-2016.md).
22

3-
![Topic link icon](../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md).
3+
:::image type="icon" source="../database-engine/configure-windows/media/topic-link.gif"::: [Transact-SQL Syntax Conventions](../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md).
44

55
## Syntax
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
![Download-DownArrow-Circled](../ssms/media/download-icon.png)[Download ADO.NET](../connect/sql-connection-libraries.md#anchor-20-drivers-relational-access)
1+
:::image type="icon" source="../ssms/media/download-icon.png"::: [Download ADO.NET](../connect/sql-connection-libraries.md#anchor-20-drivers-relational-access)

docs/includes/drop-workload-group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Drops an existing user-defined Resource Governor workload group.
22

3-
![Topic link icon](../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md).
3+
:::image type="icon" source="../database-engine/configure-windows/media/topic-link.gif"::: [Transact-SQL Syntax Conventions](../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md).
44

55
## Syntax
66

docs/includes/sql-server-ha-story.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ One of the benefits of availability groups is that both high availability and di
148148
Outside of an availability group with a cluster type of none, an availability group requires that all replicas are part of the same underlying cluster whether it is a WSFC or Pacemaker. This means that in the picture above, the WSFC is stretched to work in two different data centers which adds complexity. regardless of the platform (Windows Server or Linux). Stretching clusters across distance adds complexity.
149149
Introduced in SQL Server 2016, a distributed availability group allows an availability group to span availability groups configured on different clusters. This decouples the requirement to have the nodes all participate in the same cluster, which makes configuring disaster recovery much easier. For more information on distributed availability groups, see [Distributed availability groups](../database-engine/availability-groups/windows/distributed-availability-groups.md).
150150

151-
![Distributed Availability Group](media/sql-server-ha-story/image11.png)
151+
![A diagram of a Distributed Availability Group.](media/sql-server-ha-story/image11.png)
152152

153153
### Always on failover cluster instances
154154

@@ -218,7 +218,7 @@ Before covering the cross-platform and interoperability scenarios, two facts nee
218218

219219
Distributed availability groups are designed to span availability group configurations, whether those two underlying clusters underneath the availability groups are two different WSFCs, Linux distributions, or one on a WSFC and the other on Linux. A distributed availability group will be the primary method of having a cross platform solution. A distributed availability group is also the primary solution for migrations such as converting from a Windows Server-based SQL Server infrastructure to a Linux-based one if that is what your company wants to do. As noted above, availability groups, and especially distributed availability groups, would minimize the time that an application would be unavailable for use. An example of a distributed availability group that spans a WSFC and Pacemaker is shown below.
220220

221-
![Distributed Availability Group](media/sql-server-ha-story/image9.png)
221+
![Diagram showing a distributed availability group that spans a WSFC and Pacemaker.](media/sql-server-ha-story/image9.png)
222222

223223
If an availability group is configured with a cluster type of None, it can span Windows Server and Linux as well as multiple Linux distributions. Since this is not a true high availability configuration, it should not be used for mission critical deployments, but for read-scale or migration/upgrade scenarios.
224224

@@ -235,7 +235,7 @@ Since their introduction in SQL Server 2012, secondary replicas have had the abi
235235
236236
Scaling readable copies of a database via availability groups was first introduced with distributed availability groups in SQL Server 2016. This would allow companies to have read-only copies of the database not only locally, but regionally and globally with a minimal amount of configuration and reduce network traffic and latency by having queries executed locally. Each primary replica of an availability group can seed two other availability groups even if it is not the fully read/write copy, so each distributed availability group can support up to 27 copies of the data that are readable.
237237

238-
![Distributed Availability Group](media/sql-server-ha-story/image11.png)
238+
![Diagram showing a Distributed Availability Group related to read-scale.](media/sql-server-ha-story/image11.png)
239239

240240
Starting with SQL Server 2017, It is possible to create a near-real time, read-only solution with availability groups configured with a cluster type of None. If the goal is to use availability groups for readable secondary replicas and not availability, doing this removes the complexity of using a WSFC or Pacemaker, and gives the readable benefits of an availability group in a simpler deployment method.
241241

docs/integration-services/import-export-data/performing-operation-sql-server-import-and-export-wizard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ After you review the choices that you made in the wizard and click **Finish** on
2828
## Screen shot - Operation completed
2929
The following screen shot shows the **Performing Operation** page of the wizard after the operation is complete. Click on an item in the **Message** column to get more info about the corresponding step.
3030

31-
![Performing operation page of the Import and Export Wizard](../../integration-services/import-export-data/media/performing-operation2.png "Performing operation page of the Import and Export Wizard")
31+
![Screenshot of the Success page of the Import and Export Wizard.](../../integration-services/import-export-data/media/performing-operation2.png "Performing operation page of the Import and Export Wizard")
3232

3333
## Watch the progress of the operation
3434
**Action**

0 commit comments

Comments
 (0)