Skip to content

Commit 7497248

Browse files
Merge pull request #293500 from vac0224/vc-troubleshooting-updates-2025-01-31
Update troubleshooting-info.md
2 parents 7dd3e36 + 2b79bea commit 7497248

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

articles/communication-services/concepts/troubleshooting-info.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,24 @@ ms.service: azure-communication-services
1616

1717
This article helps you troubleshoot issues that you might experience within your Azure Communication Services solution. If you're troubleshooting SMS, you can [enable delivery reporting with Azure Event Grid](../quickstarts/sms/handle-sms-events.md) to capture SMS delivery details.
1818

19+
## Check Azure Communication Services health status
20+
21+
You can view the health of your Azure Communication Services solution on the [Azure Service Health portal](https://portal.azure.com/#view/Microsoft_Azure_Health/AzureHealthBrowseBlade/%7E/serviceIssues). If you experience problems with your Azure Communication Services solution, check the Service Health portal first. Then you can determine whether there's a known issue with a resolution in progress before calling support or spending time troubleshooting.
22+
23+
[Azure Service Health portal](/azure/service-health/service-health-overview) provides a personalized view of the health of the Azure services and regions you're using. The Service Health portal is the best place to look for outages, planned maintenance activities, and other health advisories. Once you sign in, the authenticated Service Health experience knows which services and resources you currently use.
24+
25+
The best way to use Service Health is to set up [Service Health alerts](/azure/service-health/service-health-overview#configure-service-health-alerts) to notify you via your preferred communication channel. You receive notices for service issues, planned maintenance, or other changes that affect your Azure services and regions.
26+
27+
If you're unable to sign in to your Service Health Portal, you can use the public facing **[Azure Status page](https://azure.status.microsoft)** to check for known issues. [Azure status overview](/azure/service-health/azure-status-overview) provides a global view of Azure services and regions from **[Azure status](https://azure.status.microsoft)**.
28+
29+
The status page is a good reference for widespread incidents. We recommend that current Azure users view the authenticated Azure Service Health portal to stay informed about Azure incidents and maintenance. The authenticated Azure Service Health experience knows which services and resources you currently use.
30+
31+
When Azure Communication Services has an outage that impacts metrics used in the service level agreement (SLA), the service generates a notification in your Azure Service Health portal and the Azure Status. For more information on the Azure Communication Services SLA, see [Service Level Agreements](https://azure.microsoft.com/support/legal/sla/).
32+
33+
Typically, an outage occurs when any Azure Communication Services API returns non-retriable errors for more than 3% of received API calls for a sustained period of time.
34+
35+
We recommend learning how to implement a disaster recovery plan and high availability strategy. For more information, see [Disaster recovery and high availability for Azure applications](/azure/well-architected/reliability/disaster-recovery).
36+
1937
## Get help
2038

2139
We encourage developers to submit questions, suggest features, and report problems as issues. For more information, see the [dedicated support and help options page](../support.md).
@@ -181,9 +199,9 @@ Learn how to enable and access call logs.
181199

182200
### JavaScript
183201

184-
The Azure Communication Services Calling SDK relies internally on the [@azure/logger](https://www.npmjs.com/package/@azure/logger) library to control logging.
202+
To control logging, the Calling SDK relies internally on the [@azure/logger](https://www.npmjs.com/package/@azure/logger) library.
185203

186-
Use the `setLogLevel` method from the `@azure/logger` package to configure the log output level. Create a logger and pass it into the `CallClient` constructor.
204+
To configure the log output level, use the `setLogLevel` method from the `@azure/logger` package. Create a logger and pass it into the `CallClient` constructor.
187205

188206
```javascript
189207
import { setLogLevel, createClientLogger, AzureLogger } from '@azure/logger';

0 commit comments

Comments
 (0)