Skip to content

Commit c503c5b

Browse files
committed
Update the document
1 parent b839db4 commit c503c5b

File tree

1 file changed

+2
-10
lines changed
  • articles/azure-app-configuration

1 file changed

+2
-10
lines changed

articles/azure-app-configuration/faq.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -105,18 +105,10 @@ sections:
105105
answer: |
106106
You can upgrade an App Configuration store at any time, for example, from the Free tier to the Standard or Premium tier, or from the Standard tier to the Premium tier.
107107
108-
You can downgrade an App Configuration store from the Premium tier to the Standard tier. For other tiers, you can create a new store in the desired tier and then [import configuration data into that store](howto-import-export-data.md).
108+
You can downgrade an App Configuration store to a production-purpose tier, for example, from the Premium tier to the Standard tier. However, downgrading to a non-production purpose tier is not supported. You can create a new store in the desired tier and then [import configuration data into that store](howto-import-export-data.md).
109109
110-
- question: What can I do if fail to downgrade an App Configuration store?
111-
answer: |
112-
You can view the error message in the response for details about the downgrade failure.
113-
114-
- **The target SKU does not support downgrade.**: The target SKU is not eligible for downgrade.
115-
116-
- **The total key-value storage size exceeds the limit of the target SKU.**: The total key-value storage size has exceeded the allocated limit for the target SKU. To free up space, consider deleting any unnecessary key-value entries. You can monitor your current key-value storage usage through the Azure Metrics dashboard.
110+
Before downgrading to a production-purpose tier, ensure that your key-value and snapshot storage usage is below the maximum allowance for the target SKU. You can verify your current usage easily through the Azure monitoring metrics dashboard.
117111
118-
- **The total snapshot storage size exceeds the limit of the target SKU.**: The total snapshot storage size has exceeded the allocated limit for the target SKU. To free up space, consider deleting any unnecessary snapshot entries. You can monitor your current snapshot storage usage through the Azure Metrics dashboard.
119-
120112
- question: Where does data stored in App Configuration reside?
121113
answer: |
122114
Customer data stored in App Configuration reside in the region where the customer's App Configuration store was created. Customer data is replicated to another region only if the customer enables [geo-replication](./concept-geo-replication.md) for that region. This applies to all available regions. Customers may move, copy, or access their data from any location globally.

0 commit comments

Comments
 (0)