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
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/cache-how-to-premium-vnet.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
1
1
---
2
2
title: Configure a virtual network - Premium-tier Azure Cache for Redis instance
3
3
description: Learn how to create and manage virtual network support for your Premium-tier Azure Cache for Redis instance
4
+
4
5
author: flang-msft
5
6
ms.author: franlanglois
6
7
ms.service: cache
7
8
ms.topic: conceptual
8
-
ms.date: 05/06/2022
9
+
ms.date: 07/22/2022
9
10
10
11
---
11
12
@@ -14,7 +15,7 @@ ms.date: 05/06/2022
14
15
[Azure Virtual Network](https://azure.microsoft.com/services/virtual-network/) deployment provides enhanced security and isolation along with: subnets, access control policies, and other features to restrict access further. When an Azure Cache for Redis instance is configured with a virtual network, it isn't publicly addressable. Instead, the instance can only be accessed from virtual machines and applications within the virtual network. This article describes how to configure virtual network support for a Premium-tier Azure Cache for Redis instance.
15
16
16
17
> [!NOTE]
17
-
>Azure Cache for Redis supports both classic deployment model and Azure Resource Manager virtual networks.
18
+
>Classic deployment model is retiring in August 2024. For more information, see [Cloud Services (classic) deployment model is retiring on 31 August 2024](https://azure.microsoft.com/updates/cloud-services-retirement-announcement/).
Copy file name to clipboardExpand all lines: articles/azure-web-pubsub/concept-billing-model.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,9 @@ The unit is an abstract concept of the capability of Azure Web PubSub service. E
26
26
27
27
The units are counted based on the number of units and the usage time (seconds) of the units, and billed daily.
28
28
29
-
For example, imagine you have one Azure Web PubSub service instance with 5 units, scale up to 10 units from 10:00 AM to 16:00 PM and then scale back to 5 units after 16:00 PM. It turns out 5 units for 18 hours and 10 units for 6 hours in a specific day.
29
+
For example, imagine you have one Azure Web PubSub service instance with five units, scale up to 10 units from 10:00 AM to 16:00 PM and then scale back to five units after 16:00 PM. Total usage for the day is 5 units for 18 hours and 10 units for 6 hours.
30
30
31
-
> Usage of the units for billing = (5 units * 18 hours + 10 units * 6 hours) / 24 hours = 6.25 Unit/Day
31
+
> Total units are used for billing = (5 units * 18 hours + 10 units * 6 hours) / 24 hours = 6.25 Unit/Day
32
32
33
33
## How outbound traffic is counted with billing model
34
34
@@ -38,7 +38,7 @@ The outbound traffic is the messages sent out of Azure Web PubSub service. You c
38
38
39
39
- The messages broadcasted from service to receivers.
40
40
- The messages sent from the service to the upstream webhooks.
41
-
- The resource logs with [live trace tool](./howto-troubleshoot-resource-logs.md#capture-resource-logs-with-live-trace-tool).
41
+
- The resource logs with [live trace tool](./howto-troubleshoot-resource-logs.md#capture-resource-logs-by-using-the-live-trace-tool).
42
42
43
43
The inbound traffic is the messages sent to the Azure Web PubSub service.
44
44
@@ -51,21 +51,21 @@ The message count for billing purpose is an abstract concept and defined as the
51
51
52
52
### How traffic is counted with billing model
53
53
54
-
For billing, only the outbound traffic is counted.
54
+
Only the outbound traffic is counted for billing.
55
55
56
-
For example, imagine you have an application with Azure Web PubSub service and Azure Functions. One user broadcast 4 KB data to 10 connections in a group. It turns out 4 KB for upstream from service to function and 40 KB from service broadcast to 10 connections.
56
+
For example, imagine you have an application with Azure Web PubSub service and Azure Functions. One user broadcast 4 KB of data to 10 connections in a group. Total data is 4 KB for upstream from service to function and 40 KB from the service broadcast to 10 connections * 4 KB each.
The Azure Web PubSub service also offers daily free quota of outbound traffic (message count) based on the usage of the units. The outbound traffic (message count) beyond the free quota is the additional outbound traffic (additional messages). Taking standard tier as example, the free quota is 2,000,000-KB outbound traffic (1,000,000 messages) per unit/day.
62
+
The Azure Web PubSub service also offers a daily free quota of outbound traffic (message count) based on the usage of the units. The outbound traffic (message count) beyond the free quota is the extra outbound traffic not included in the base quota. Consider standard tier as example, the free quota is 2,000,000-KB outbound traffic (1,000,000 messages) per unit/day.
63
63
64
-
Using the previous unit usage example, the application use 6.25 units per day that ensures the daily free quota as 12,500,000-KB outbound traffic (6.25 million messages). Imaging the daily outbound traffic is 30,000,000 KB (15 million messages), the additional messages will be 17,500,000-KB outbound traffic (8.75 million messages). As a result, you'll be billed with 6.25 standard units and 8.75 additional message units for the day.
64
+
In the previous unit usage example, the application uses 6.25 units per day that ensures the daily free quota as 12,500,000-KB outbound traffic (6.25 million messages). Assuming the daily outbound traffic is 30,000,000 KB (15 million messages), the extra messages will be 17,500,000-KB outbound traffic (8.75 million messages). As a result, you'll be billed with 6.25 standard units and 8.75 additional message units for the day.
65
65
66
66
## Pricing
67
67
68
-
The Azure Web PubSub service offers multiple tiers with different pricing. Once you understand how the number of units and size of outbound traffic (message count) are counted with billing model, you could learn more pricing details from[Azure Web PubSub service pricing](https://azure.microsoft.com/pricing/details/web-pubsub).
68
+
The Azure Web PubSub service offers multiple tiers with different pricing. For more information about Web PubSub pricing, see[Azure Web PubSub service pricing](https://azure.microsoft.com/pricing/details/web-pubsub).
0 commit comments