You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -25,15 +25,14 @@ TLS versions 1.0 and 1.1 also don't support the modern encryption methods and ci
25
25
As a part of this effort, you can expect the following changes to Azure Cache for Redis:
26
26
27
27
-_Phase 1_: Azure Cache for Redis stops offering TLS 1.0/1.1 as an option for _MinimumTLSVersion_ setting for new cache creates. Existing cache instances won't be updated at this point. You can't set the _MinimumTLSVersion_ to 1.0 or 1.1 for your existing cache.
28
-
-_Phase 2_: Azure Cache for Redis stops supporting TLS 1.1 and TLS 1.0 starting March 1, 2025. After this change, your application must use TLS 1.2 or later to communicate with your cache. The Azure Cache for Redis service remains available while we update the _MinimumTLSVersion_ for all caches to 1.2.
29
-
28
+
-_Phase 2_: Azure Cache for Redis stops supporting TLS 1.1 and TLS 1.0 starting April 1, 2025. After this change, your application must use TLS 1.2 or later to communicate with your cache. The Azure Cache for Redis service remains available while we update the _MinimumTLSVersion_ for all caches to 1.2.
30
29
31
30
| Date | Description |
32
31
|--|--|
33
32
| September 2023 | TLS 1.0/1.1 retirement announcement |
34
-
| March 1, 2024 | Beginning March 1, 2024, you can't create new caches with the Minimum TLS version set to 1.0 or 1.1 and you can't set the _MinimumTLSVersion_ to 1.0 or 1.1 for your existing cache. The minimum TLS version aren't updated automatically for existing caches at this point. |
33
+
| March 1, 2024 | Beginning March 1, 2024, you can't create new caches with the Minimum TLS version set to 1.0 or 1.1 and you can't set the _MinimumTLSVersion_ to 1.0 or 1.1 for your existing cache. The minimum TLS versions aren't updated automatically for existing caches at this point. |
35
34
| March 31, 2025 | Ensure that all your applications are connecting to Azure Cache for Redis using TLS 1.2 and Minimum TLS version on your cache settings is set to 1.2. |
36
-
| Starting April 1, 2025 | Minimum TLS version for all cache instances is updated to 1.2. This means Azure Cache for Redis instances *reject* connections using TLS 1.0 or 1.1 at this point. |
35
+
| Starting April 1, 2025 | Minimum TLS version for all cache instances is updated to 1.2. This means Azure Cache for Redis instances reject connections using TLS 1.0 or 1.1 at this point. |
37
36
38
37
As part of this change, Azure Cache for Redis removes support for older cipher suites that aren't secure. Supported cipher suites are restricted to the following suites when the cache is configured with a minimum of TLS 1.2:
39
38
@@ -44,9 +43,9 @@ The following sections provide guidance about how to detect dependencies on thes
44
43
45
44
## Check TLS versions supported by your Azure Cache for Redis
46
45
47
-
You can verify that **Minimum TLS version** value is set to TLS 1.2 in the [Advanced settings](cache-configure.md#advanced-settings) of your cache in the Azure portal. If it is any value other than TLS 1.2, then ensure you follow the instructions to[Configure your Azure Cache for Redis to use TLS 1.2](#configure-your-azure-cache-for-redis-to-use-tls-12). If the value is TLS 1.2, and your client application is able to connect without any errors, then no action is needed.
46
+
You can verify that **Minimum TLS version** value is set to TLS 1.2 in the [Advanced settings](cache-configure.md#advanced-settings) of your cache in the Azure portal. If it is any value other than TLS 1.2, then ensure you follow the instructions in section[Configure your Azure Cache for Redis to use TLS 1.2](#configure-your-azure-cache-for-redis-to-use-tls-12). If the value is TLS 1.2, and your client application is able to connect without any errors, then no action is needed.
48
47
49
-
You can also use this PowerShell script to verify the minimum TLS version supported by your Azure Cache for Redis endpoint. If your Redis instance is virtual network (VNet) injected, you have to run this script from a Virtual Machine in your VNet that has access to the Azure Cache for Redis endpoint. If the result shows `Tls Enabled` and/or `Tls 11 Enabled`, then ensure you follow the instructions to[Configure your Azure Cache for Redis to use TLS 1.2](#configure-your-azure-cache-for-redis-to-use-tls-12). If the result shows only `Tls12 Enabled` and your client application is able to connect without any errors, then no action is needed.
48
+
You can also use this PowerShell script to verify the minimum TLS version supported by your Azure Cache for Redis endpoint. If your Redis instance is virtual network (VNet) injected, you have to run this script from a Virtual Machine in your VNet that has access to the Azure Cache for Redis endpoint. If the result shows `Tls Enabled` and/or `Tls 11 Enabled`, then ensure you follow the instructions in section[Configure your Azure Cache for Redis to use TLS 1.2](#configure-your-azure-cache-for-redis-to-use-tls-12). If the result shows only `Tls12 Enabled` and your client application is able to connect without any errors, then no action is needed.
50
49
51
50
```powershell
52
51
param(
@@ -106,8 +105,6 @@ You can configure TLS 1.2 on the cache by setting the **Minimum TLS version** va
106
105
107
106
1. Select **1.2** in the **Minimum TLS version** in the working pane. Then, select **Save**.
108
107
109
-
:::image type="content" source="media/cache-remove-tls-10-11/change-redis-tls-version.png" alt-text="Screenshot showing the Set TLS 1.2 for cache on Azure portal":::
110
-
111
108
You can also do the same using PowerShell. You need the Az.RedisCache module already installed before running the command.
Copy file name to clipboardExpand all lines: articles/azure-government/compare-azure-government-global-azure.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -333,11 +333,7 @@ Application Insights (part of Azure Monitor) enables the same features in both A
333
333
>[!NOTE]
334
334
>Although these addresses are static, it's possible that we'll need to change them from time to time. All Application Insights traffic represents outbound traffic except for availability monitoring and webhooks, which require inbound firewall rules.
335
335
336
-
You need to open some **outgoing ports** in your server's firewall to allow the Application Insights SDK and/or Status Monitor to send data to the portal:
To allow the Application Insights SDK/agent to send data to the Application Insights resource, you need to allow access to the regional endpoint defined in your connection string and open the **outgoing port 443** in your firewall. To learn more about the endpoint suffix, see [Connection strings in Application Insights](/azure/azure-monitor/app/connection-strings#connection-string-with-an-endpoint-suffix).
341
337
342
338
### [Cost Management and Billing](../cost-management-billing/index.yml)
title: Services available in Azure Communication Services
3
+
description: Learn about the services provided by Azure Communication Services.
4
+
author: sroons
5
+
ms.author: serooney
6
+
ms.service: azure-communication-services
7
+
ms.topic: conceptual
8
+
ms.date: 01/01/2024
9
+
ms.custom: template-concept
10
+
---
11
+
12
+
# Services
13
+
14
+
Azure Communication Services provides the following cloud-based communication and customer engagement features you can integrate with your applications.
15
+
16
+
-[Identity](./identity-model.md) – The identity-agnostic model maps your existing users to Azure Communication Services identities.
17
+
-[Chat](./chat/concepts.md) – Add real-time text communication to your cross-platform application.
18
+
-[Email](./email/email-overview.md) – Integrate email into your application for high-volume transactional, bulk, and marketing emails.
19
+
-[Short Message Service (SMS)](./sms/concepts.md) – Send and receive SMS text messages using SMS SDKs.
20
+
-[Advanced messaging with WhatsApp](./advanced-messaging/whatsapp/whatsapp-overview.md) – Send and receive WhatsApp messages using the Messaging SDK.
21
+
-[Voice and video calling](./voice-video-calling/calling-sdk-features.md) – Embed voice and video calls into websites and native applications.
22
+
-[Phone calling](./telephony/telephony-concept.md) – Add telephony and Public Switched Telephone Network (PSTN) access to your application.
23
+
-[Call Automation](./call-automation/call-automation.md) – Build personalized customer interaction call workflows and call recording for voice and PSTN channels.
24
+
-[Teams interoperability](./teams-interop.md) – Enable interaction between Microsoft Teams and Azure Communication Services.
25
+
-[Job Router](./router/concepts.md) – Manage and optimize customer interactions between different communication applications.
26
+
-[Artificial Intelligence (AI)](./ai.md) – Add AI features such as voice bots and voice data transformation to your applications.
27
+
-[User Interface (UI) Library](./ui-library/ui-library-overview.md) – Build modern communications user experiences using a library of production-ready UI components.
28
+
29
+
## Related topics
30
+
31
+
-[Common Scenarios including virtual appointments](interop/virtual-visits/overview.md)
32
+
-[Troubleshooting in Azure Communication Services](troubleshooting-info.md)
0 commit comments