Skip to content

Commit d051bd3

Browse files
authored
Merge pull request #35775 from rwestMSFT/rw-1106-fix-alt-text
[SCOPED] Fix alt-text for SSMS references
2 parents 653396b + 74ce4ca commit d051bd3

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

azure-sql/database/high-cpu-diagnose-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Select **Configure** in the top right of the pane to select a different time per
294294

295295
Select a bar in the chart to drill in and see queries running in a specific time period. The **Top Resource Consuming Queries** pane will open. Alternately, you can open **Top Resource Consuming Queries** from the Query Store node under your database in Object Explorer directly.
296296

297-
:::image type="content" source="media/high-cpu-diagnose-troubleshoot/ssms-query-store-top-resource-consuming-queries.png" alt-text="Screenshot shows the Top Resource Consuming Queries pane for Query Store in S S M S." lightbox="media/high-cpu-diagnose-troubleshoot/ssms-query-store-top-resource-consuming-queries.png":::
297+
:::image type="content" source="media/high-cpu-diagnose-troubleshoot/ssms-query-store-top-resource-consuming-queries.png" alt-text="Screenshot shows the Top Resource Consuming Queries pane for Query Store in SSMS." lightbox="media/high-cpu-diagnose-troubleshoot/ssms-query-store-top-resource-consuming-queries.png":::
298298

299299
In the default view, the **Top Resource Consuming Queries** pane shows queries by **Duration (ms)**. Duration might sometimes be lower than CPU time: queries using parallelism might use much more CPU time than their overall duration. Duration might also be higher than CPU time if wait times are significant. To see queries by CPU time, select the **Metric** dropdown list at the top left of the pane and select **CPU Time(ms)**.
300300

azure-sql/includes/sql-managed-instance/azure-sql-managed-instance-link-check-network.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To test network connectivity between SQL Server and SQL Managed Instance in SSMS
2626
1. Connect to the instance that will be the primary replica in SSMS.
2727
1. In **Object Explorer**, expand databases, and right-click the database you intend to link with the secondary. Select **Tasks** > **Azure SQL Managed Instance link** > **Test Connection** to open the **Network Checker** wizard:
2828

29-
:::image type="content" source="../../managed-instance/media/managed-instance-link-preparation/test-connection-in-ssms.png" alt-text="Screenshot of object explorer in S S M S, with test connection selected in the database link right-click menu.":::
29+
:::image type="content" source="../../managed-instance/media/managed-instance-link-preparation/test-connection-in-ssms.png" alt-text="Screenshot of object explorer in SSMS, with test connection selected in the database link right-click menu.":::
3030

3131
1. Select **Next** on the **Introduction** page of the **Network Checker** wizard.
3232
1. If all requirements are met on the **Prerequisites** page, select **Next**. Otherwise resolve any unmet prerequisites, and then select **Re-run Validation**.
@@ -189,7 +189,7 @@ Use SQL Server Agent on SQL Server to run connectivity tests from SQL Server to
189189
190190
1. Run the script and check the results. You should see results such as the following example:
191191
192-
:::image type="content" source="../../managed-instance/media/managed-instance-link-preparation/test-connectivity-results.png" alt-text="Screenshot that shows the output with the test results in S S M S.":::
192+
:::image type="content" source="../../managed-instance/media/managed-instance-link-preparation/test-connectivity-results.png" alt-text="Screenshot that shows the output with the test results in SSMS.":::
193193
194194
1. Verify the results:
195195

azure-sql/managed-instance/managed-instance-link-configure-how-to-ssms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ After the link is created, your database is replicated to the secondary replica.
123123

124124
On either replica, use **Object Explorer** in SSMS to view the **Synchronized** state of the replicated database.
125125

126-
:::image type="content" source="./media/managed-instance-link-configure-how-to-ssms/check-replicated-database-on-sql-server.png" alt-text="Screenshot that shows the state of the SQL Server database and distributed availability group in S S M S.":::
126+
:::image type="content" source="./media/managed-instance-link-configure-how-to-ssms/check-replicated-database-on-sql-server.png" alt-text="Screenshot that shows the state of the SQL Server database and distributed availability group in SSMS.":::
127127

128128
Expand **Always On High Availability** and **Availability Groups** to view the distributed availability group created for each link.
129129

azure-sql/managed-instance/managed-instance-link-preparation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ DBCC TRACESTATUS;
198198

199199
Your SQL Server version should be one of the supported versions applied with the appropriate service updates, the Always On availability groups feature should be enabled, and you should have the trace flags `-T1800` and `-T9567` enabled. The following screenshot is an example of the expected outcome for a properly configured SQL Server instance:
200200

201-
:::image type="content" source="media/managed-instance-link-preparation/ssms-results-expected-outcome.png" alt-text="Screenshot that shows the expected outcome in S S M S.":::
201+
:::image type="content" source="media/managed-instance-link-preparation/ssms-results-expected-outcome.png" alt-text="Screenshot that shows the expected outcome in SSMS.":::
202202

203203
## Configure network connectivity
204204

docs/relational-databases/security/sql-data-discovery-and-classification.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The classification includes two metadata attributes:
4242

4343
2. In the SSMS **Object Explorer**, select the database that you would like to classify and choose **Tasks** > **Data Discovery and Classification** > **Classify Data...**.
4444

45-
![Screenshot showing the S S M S Object Explorer with Tasks > Data Discovery and Classification > Classify Data... selected.][0]
45+
![Screenshot showing the SSMS Object Explorer with Tasks > Data Discovery and Classification > Classify Data... selected.][0]
4646

4747
3. The classification engine scans your database for columns (based on column names only) containing potentially sensitive data and provides a list of **recommended column classifications**:
4848

@@ -68,7 +68,7 @@ The classification includes two metadata attributes:
6868
6969
4. To display the classified columns, select appropriate **schema** and corresponding **table** from the drop-down, then select **Load Columns**.
7070

71-
:::image type="content" source="media/sql-data-discovery-and-classification/data-classification-load-columns.png" alt-text="screenshot of S S M S data classification loading classified columns.":::
71+
:::image type="content" source="media/sql-data-discovery-and-classification/data-classification-load-columns.png" alt-text="screenshot of SSMS data classification loading classified columns.":::
7272

7373
5. You can also **manually classify** columns as an alternative, or in addition, to the recommendation-based classification:
7474

@@ -82,7 +82,7 @@ The classification includes two metadata attributes:
8282

8383
- If you want to add classification for all the unclassified columns for a specific table in a single attempt, then select **All Unclassified** in the **Column** drop down of **Add Classification** page.
8484

85-
:::image type="content" source="media/sql-data-discovery-and-classification/data-classification-all-unclassified-column-selection.png" alt-text="screenshot of S S M S data classification selecting all unclassified columns":::
85+
:::image type="content" source="media/sql-data-discovery-and-classification/data-classification-all-unclassified-column-selection.png" alt-text="screenshot of SSMS data classification selecting all unclassified columns":::
8686

8787
6. To complete your classification and persistently label (tag) the database columns with the new classification metadata, select the **Save** button on the top menu of the window.
8888

@@ -111,29 +111,29 @@ Power BI datasets or reports that connect to sensitivity-labeled data in support
111111
1. In SQL Server Management Studio (SSMS), connect to the SQL Server.
112112
1. In the SSMS Object Explorer, select the database that you would like to classify and select **Tasks** > **Data Discovery and Classification** > **Set Microsoft Information Protection Policy**
113113

114-
:::image type="content" source="media/sql-data-discovery-and-classification/data-classification-set-microsoft-information-protection-policy.png" alt-text="Screenshot to sset Microsoft Information Protection Policy in S S M S":::
114+
:::image type="content" source="media/sql-data-discovery-and-classification/data-classification-set-microsoft-information-protection-policy.png" alt-text="Screenshot to sset Microsoft Information Protection Policy in SSMS":::
115115

116116
1. An authentication window for Microsoft 365 to set the Microsoft Information Protection Policy will show. Select **Sign In** and enter or select a valid user credential to authenticate to your Microsoft 365 tenant.
117117

118118
:::image type="content" source="media/sql-data-discovery-and-classification/data-classification-authenticate-microsoft-information-protection-policy.png" alt-text="Screenshot of authenticating to set Microsoft Information Protection Policy":::
119119

120120
1. If the authentication is successful, you'll see a pop-up window with status as **Success**.
121121

122-
:::image type="content" source="media/sql-data-discovery-and-classification/successfully-setting-microsoft-information-protection-policy.png" alt-text="Screenshot of successfully setting Microsoft Information Protection Policy in S S M S":::
122+
:::image type="content" source="media/sql-data-discovery-and-classification/successfully-setting-microsoft-information-protection-policy.png" alt-text="Screenshot of successfully setting Microsoft Information Protection Policy in SSMS":::
123123

124124
1. Optional - If you want to sign into any of the Microsoft sovereign cloud to authenticate to Microsoft 365, go to SSMS > **Tools** > **Options** > **Azure Services** > **Azure Cloud**, and change the **Name** to the relevant Microsoft sovereign cloud.
125125

126-
:::image type="content" source="media/sql-data-discovery-and-classification/select-sovereign-cloud.png" alt-text="Screenshot of selecting type of Azure cloud in S S M S":::
126+
:::image type="content" source="media/sql-data-discovery-and-classification/select-sovereign-cloud.png" alt-text="Screenshot of selecting type of Azure cloud in SSMS":::
127127

128128
1. In the SSMS **Object Explorer** window, right-click on the database that you would like to classify and choose **Tasks** > **Data Discovery and Classification** > **Classify Data**. You can now add new classification using MIP sensitivity labels defined in your Microsoft 365 tenant and use those labels to classify columns in SQL Server.
129129

130-
:::image type="content" source="media/sql-data-discovery-and-classification/choose-microsoft-information-protection-policy-sensitivity-labels.png" alt-text="Choosing Microsoft Information Protection Policy sensitivity labels in S S M S":::
130+
:::image type="content" source="media/sql-data-discovery-and-classification/choose-microsoft-information-protection-policy-sensitivity-labels.png" alt-text="Choosing Microsoft Information Protection Policy sensitivity labels in SSMS":::
131131

132132
Automatic data discovery and recommendation is disabled while in Microsoft Information Protection Policy mode. It's currently available only in SQL Information Protection Policy mode.
133133

134134
To reset the Information Protection Policy to default or SQL Information Protection, go to the SSMS **Object Explorer**, right-click on the database and choose **Tasks** > **Data Discovery and Classification** > **Reset Information Protection Policy to Default**. This will apply the default or SQL Information Protection policy and you can classify the data using SQL sensitivity labels instead of MIP labels.
135135

136-
:::image type="content" source="media/sql-data-discovery-and-classification/reset-information-protection-policy-to-default.png" alt-text="Screenshot of resetting Information Protection Policy in S S M S":::
136+
:::image type="content" source="media/sql-data-discovery-and-classification/reset-information-protection-policy-to-default.png" alt-text="Screenshot of resetting Information Protection Policy in SSMS":::
137137

138138
To enable Information Protection Policy from a custom JSON file, go to the SSMS **Object Explorer**, right-click on the database and choose **Tasks** > **Data Discovery and Classification** > **Set Information Protection Policy File**.
139139

0 commit comments

Comments
 (0)