Skip to content

Commit 8edd5d3

Browse files
committed
Made bug changes
1 parent 7d6d02e commit 8edd5d3

File tree

2 files changed

+11
-83
lines changed

2 files changed

+11
-83
lines changed

articles/redis/how-to-import-export-data.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ This section contains frequently asked questions about the Import/Export feature
123123
- [Can I automate Import/Export using PowerShell, CLI, or other management clients?](#can-i-automate-importexport-using-powershell-cli-or-other-management-clients)
124124
- [I received a timeout error during my Import/Export operation. What does it mean?](#i-received-a-timeout-error-during-my-importexport-operation-what-does-it-mean)
125125
- [I got an error when exporting my data to Azure Blob Storage. What happened?](#i-got-an-error-when-exporting-my-data-to-azure-blob-storage-what-happened)
126-
- [What if I have firewall enabled on my storage account?](#what-if-i-have-firewall-enabled-on-my-storage-account)
126+
- [Are storage accounts that enable firewalls or private links supported?](#are-storage-accounts-that-enable-firewalls-or-private-links-supported)
127+
<!-- - [What if I have firewall enabled on my storage account?](#what-if-i-have-firewall-enabled-on-my-storage-account) -->
127128
- [Can I import or export data from a storage account in a different subscription than my cache?](#can-i-import-or-export-data-from-a-storage-account-in-a-different-subscription-than-my-cache)
128129
- [Which permissions need to be granted to the storage account container shared access signature (SAS) token to allow export?](#which-permissions-need-to-be-granted-to-the-storage-account-container-shared-access-signature-sas-token-to-allow-export)
129130

@@ -185,11 +186,15 @@ To resolve this error, start the import or export operation before 15 minutes ha
185186

186187
Export works only with RDB files stored as block blobs. Other blob types aren't currently supported. For more information, see [Azure storage account overview](/azure/storage/common/storage-account-overview). If you're using an access key to authenticate a storage account, having firewall exceptions on the storage account tends to cause the import/export process to fail.
187188

188-
### What if I have firewall enabled on my storage account?
189+
### Are storage accounts that enable firewalls or private links supported?
190+
191+
No, these settings on storage accounts are not supported.
192+
193+
<!-- ### What if I have firewall enabled on my storage account?
189194
190195
You need to check “Allow Azure services on the trusted services list to access this storage account” in your storage account settings. Then, use managed identity (System or User assigned) and provision Storage Blob Data Contributor RBAC role for that object ID.
191196
192-
For more information, see [managed identity for storage accounts - Azure Cache for Redis](managed-identity)
197+
For more information, see [managed identity for storage accounts - Azure Cache for Redis](managed-identity) -->
193198

194199
### Can I import or export data from a storage account in a different subscription than my cache?
195200

articles/redis/reserved-pricing.md

Lines changed: 3 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -13,87 +13,10 @@ appliesto:
1313

1414
# Prepay for Azure Managed Redis compute resources with reservations
1515

16-
Azure Managed Redis can help you save money by prepaying for compute resources compared to pay-as-you-go prices. With reservations, you make an upfront commitment on a cache for one or three years to get a significant discount on the compute costs. To purchase Azure Managed Redis reservations, you need to specify the Azure region, service tier, and term.
16+
Azure Managed Redis does not support reservations at this time.
1717

18-
You don't need to assign the reservation to specific Azure Managed Redis instances. If you have a cache already running or new ones that are being deployed, they automatically get the benefit of reserved pricing, up to the reserved cache size. By purchasing a reservation, you're pre-paying for the compute costs for one or three years. As soon as you buy a reservation, the compute charges that match the reservation attributes are no longer charged at the pay-as-you go rates. A reservation doesn't cover networking or storage charges associated with the cache. At the end of the reservation term, the billing benefit expires and the cache is billed at the pay-as-you go price. Reservations don't auto-renew. For pricing information, see the [Azure Cache for Redis pricing page](https://azure.microsoft.com/pricing/details/cache).
19-
20-
You can buy a reservation in the [Azure portal](https://portal.azure.com/). To buy the reservations:
21-
22-
- To buy a reservation, you must have owner role or reservation purchaser role on an Azure subscription.
23-
- For Enterprise subscriptions, **Add Reserved Instances** must be enabled in the [EA portal](https://ea.azure.com/). Or, if that setting is disabled, you must be an EA Admin on the subscription.
24-
- For Cloud Solution Provider (CSP) program, only the admin agents or sales agents can purchase Azure Managed Redis reservations.
25-
26-
For the details on how enterprise customers and Pay-As-You-Go customers are charged for reservation purchases, see [understand Azure reservation usage for your Enterprise enrollment](/azure/cost-management-billing/reservations/understand-reserved-instance-usage-ea) and [understand Azure reservation usage for your Pay-As-You-Go subscription](/azure/cost-management-billing/reservations/understand-reserved-instance-usage).
27-
(/azure/cost-management-billing/reservations/understand-reserved-instance-usages)
28-
29-
## Determine the right cache size before purchase
30-
31-
### Supported Tiers for reservations
32-
33-
| Feature | Basic and Standard | Premium | Enterprise and Enterprise Flash |
34-
|-- |:-: | :-: |:-:|
35-
|**Reservation Support** | No |Yes | Yes |
36-
37-
The size of reservation should be based on the total amount of memory size that is used by the existing or soon-to-be-deployed cache within a specific region, and using the same service tier.
38-
39-
For example, let's suppose that you're running two caches - one at 13 GB and the other at 26 GB. You'll need both for at least one year. Further, let's suppose that you plan to scale the existing 13 GB cache to 26 GB for a month to meet your seasonal demand, and then scale back.
40-
41-
In this case, you could purchase either one P2-cache and one P3-cache or three P2-caches on a one-year reservation to maximize savings. You'll receive a discount on the total amount of cache memory you reserve, independent of how that amount is allocated across your caches.
42-
43-
### Reservation increments
44-
45-
Reservations are sold in increments of nodes. For the Premium tier and Enterprise tier, each instance contains two nodes by default. So, to buy reservations for an instance, you buy two reservation units.
46-
47-
The Enterprise Flash tier is slightly different. It contains three nodes by default. So, for the Enterprise Flash tier, you would need to buy three reservation units.
48-
49-
For the number of nodes calculation, see "View Cost Calculation" on [Pricing calculator](https://azure.microsoft.com/pricing/calculator/).
50-
51-
For an explanation of the architecture of a cache, see [A quick summary of cache architecture](failover.md#a-quick-summary-of-cache-architecture).
52-
53-
## Buy Azure Managed Redis reservations
54-
55-
You can buy reservations in the [Azure portal](https://portal.azure.com/#blade/Microsoft_Azure_Reservations/CreateBlade/). Pay for the reservation [up front or with monthly payments](../cost-management-billing/reservations/prepare-buy-reservation.md).
56-
57-
1. Sign in to the [Azure portal](https://portal.azure.com/).
58-
2. Select **All services** > **Reservations**.
59-
3. Select **Add** and then in the Purchase reservations pane, select **Azure Managed Redis** to purchase a new reservation for your caches.
60-
4. Fill in the required fields. Existing or new databases that match the attributes you select qualify to get the reservation discount. The actual number of your instances that get the discount depend on the scope and quantity selected.
61-
62-
:::image type="content" source="media/reserved-pricing/managed-redis-reserved-price.png" alt-text="Screenshot showing an overview of reserved pricing.":::
63-
64-
The following table describes required fields.
65-
66-
|- Field name -|- Descriptions -|
67-
| :------------ | :------- |
68-
| Subscription | The subscription used to pay for the Azure Managed Redis reservation. The payment method on the subscription is charged the upfront costs for the reservation. The subscription type must be an enterprise agreement (offer numbers: MS-AZR-0017P or MS-AZR-0148P) or an individual agreement with pay-as-you-go pricing (offer numbers: MS-AZR-0003P or MS-AZR-0023P). For an enterprise subscription, the charges are deducted from the enrollment's Azure Prepayment (previously called monetary commitment) balance or charged as overage. For an individual subscription with pay-as-you-go pricing, the charges are billed to the credit card or invoice payment method on the subscription. |
69-
| Scope | The reservation’s scope can cover one subscription or multiple subscriptions (shared scope). If you select: </br></br> **Shared**, the reservation discount is applied to Azure Managed Redis instances running in any subscriptions within your billing context. For enterprise customers, the shared scope is the enrollment and includes all subscriptions within the enrollment. For Pay-As-You-Go customers, the shared scope is all Pay-As-You-Go subscriptions created by the account administrator.</br></br> **Single subscription**, the reservation discount is applied to Azure Managed Redis instances in this subscription. </br></br> **Single resource group**, the reservation discount is applied to instances in the selected subscription and the selected resource group within that subscription.</br></br>**Management group**, the reservation discount is applied to the matching resource in the list of subscriptions that are a part of both the management group and billing scope. |
70-
| Region | The Azure region that’s covered by the reservation. |
71-
| Pricing tier | The service tier for the instances. |
72-
| Term | One year or three years |
73-
| Quantity | The amount of compute resources being purchased within the reservation. The quantity is the number of nodes in the selected Azure region and service tier that is being reserved, and will get the billing discount. For example, if you're running or planning to run an instance in the Premium tier with the total cache capacity of 26 GB in the East US region, then you would specify a quantity that gives you the equivalent of 26 GB to maximize the benefit for all caches. |
74-
75-
## Cancel, exchange, or refund reservations
76-
77-
You can cancel, exchange, or refund reservations with certain limitations. For more information, see [Self-service exchanges and refunds for Azure Reservations](/azure/cost-management-billing/reservations/exchange-and-refund-azure-reservations).
78-
79-
## Cache size flexibility
80-
81-
Cache size flexibility helps you scale up or down within a service tier and region, without losing the reservation benefit.
82-
83-
## Need help? Contact us
84-
85-
If you have questions or need help, [create a support request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest).
18+
If you want to know about reservations for Azure Cache for Redis, see [Prepay for Azure Cache for Redis compute resources with reservations](/azure/azure-cache-for-redis/cache-reserved-pricing).
8619

8720
## Related content
8821

89-
The reservation discount is applied automatically to the Azure Managed Redis instances that match the reservation scope and attributes. You can update the scope of the reservation through the Azure portal, PowerShell, Azure CLI, or the API.
90-
91-
- To learn how reservation discounts are applied to Azure Managed Redis, see [Understand the Azure reservation discount](../cost-management-billing/reservations/understand-azure-cache-for-redis-reservation-charges.md)
92-
93-
- To learn more about Azure Reservations, see the following articles:
94-
- [What are Azure Reservations?](../cost-management-billing/reservations/save-compute-costs-reservations.md)
95-
- [Manage Azure Reservations](../cost-management-billing/reservations/manage-reserved-vm-instance.md)
96-
- [Understand Azure Reservations discount](../cost-management-billing/reservations/understand-reservation-charges.md)
97-
- [Understand reservation usage for your Pay-As-You-Go subscription](../cost-management-billing/reservations/understand-reservation-charges-mysql.md)
98-
- [Understand reservation usage for your Enterprise enrollment](../cost-management-billing/reservations/understand-reserved-instance-usage-ea.md)
99-
- [Azure Reservations in Partner Center Cloud Solution Provider (CSP) program](/partner-center/azure-reservations)
22+
- [Prepay for Azure Cache for Redis compute resources with reservations](/azure/azure-cache-for-redis/cache-reserved-pricing

0 commit comments

Comments
 (0)