Skip to content

Commit f4c67f9

Browse files
Merge branch 'main' of https://github.com/MicrosoftDocs/sql-docs-pr into 20250213-seo
2 parents f37245c + 16e164b commit f4c67f9

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

docs/sql-server/azure-arc/troubleshoot-extension.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,26 @@ ms.topic: troubleshooting-general
1111

1212
[!INCLUDE [sqlserver](../../includes/applies-to-version/sqlserver.md)]
1313

14-
Use Azure Resource Graph to identify the state the Azure extension for SQL Server on your Azure Arc-enabled servers. This article demonstrates queries that identify unhealthy extensions.
15-
16-
> [!TIP]
17-
> If you're not already familiar, learn about Azure Resource Graph:
18-
>
19-
> - [What is Azure Resource Graph](/azure/governance/resource-graph/overview)
20-
> - [Quickstart: Run Resource Graph query using Azure portal](/azure/governance/resource-graph/first-query-portal)
14+
This article describes ways to identify unhealthy extensions that are not installed correctly, running properly, or not connected to Azure.
2115

2216
## Identify unhealthy extensions
2317

24-
You can create a dashboard in Azure portal to show the health for all deployed Azure extensions for SQL Server.
18+
### Use the built-in extension health dashboard in the Azure portal
19+
20+
You can use the [built-in extension health dashboard](https://ms.portal.azure.com/#view/Microsoft_Azure_ArcCenterUX/ArcCenterMenuBlade/~/sqlServerHealthDashboard) in the Azure portal to show the health for all deployed Azure extensions for SQL Server.
2521

2622
> [!TIP]
27-
> Create your own dashboard with this file from the sql-server-samples GitHub repository: [Arc-enabled SQL Server Health.json](https://github.com/microsoft/sql-server-samples/blob/master/samples/features/azure-arc/dashboard/Arc-enabled%20SQL%20Server%20Health.json).
23+
> Create your own custom dashboard with this file from the sql-server-samples GitHub repository: [Arc-enabled SQL Server Health.json](https://github.com/microsoft/sql-server-samples/blob/master/samples/features/azure-arc/dashboard/Arc-enabled%20SQL%20Server%20Health.json).
2824
29-
### Query unhealthy extensions
25+
### Query unhealthy extensions using Azure Resource Graph
26+
27+
Use Azure Resource Graph to identify the state the Azure extension for SQL Server on your Azure Arc-enabled servers.
28+
29+
> [!TIP]
30+
> If you're not already familiar, learn about Azure Resource Graph:
31+
>
32+
> - [What is Azure Resource Graph](/azure/governance/resource-graph/overview)
33+
> - [Quickstart: Run Resource Graph query using Azure portal](/azure/governance/resource-graph/first-query-portal)
3034
3135
This query returns instances of SQL Server on servers with extensions installed, but not healthy.
3236

docs/ssms/ssms-21/roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Extensibility in [!INCLUDE [ssms-21-md](../includes/ssms-21-md.md)] starts with
2929

3030
## Git tooling
3131

32-
Git integration returns to SSMS, allowing administrators and database developers to manage script repositories. This integration supports common Git operations such as cloning, committing, pushing, and pulling changes directly from SSMS. You can create GitHub internal repos with better guardrails to ensure security, providing a seamless and secure way to manage your codebase.
32+
Git integration returns to SSMS, allowing administrators and database developers to manage script repositories. This integration supports common Git operations such as cloning, committing, pushing, and pulling changes directly from SSMS. You can create internal GitHub repos with better guardrails to ensure security, providing a seamless and secure way to manage your codebase.
3333

3434
## Performance and productivity
3535

0 commit comments

Comments
 (0)