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-persistence.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,9 @@ Persistence writes Redis data into an Azure Storage account that you own and man
62
62
|**Storage Key**| Drop-down and choose either the **Primary key** or **Secondary key** to use. | If the storage key for your persistence account is regenerated, you must reconfigure the desired key from the **Storage Key** drop-down. |
63
63
64
64
The first backup is initiated once the backup frequency interval elapses.
65
+
66
+
> [!NOTE]
67
+
> When RDB files are backed up to storage, they are stored in the form of page blobs.
65
68
66
69
9. To enable AOF persistence, click **AOF** and configure the settings.
67
70
@@ -92,7 +95,7 @@ The following list contains answers to commonly asked questions about Azure Cach
92
95
*[Which persistence model should I choose?](#which-persistence-model-should-i-choose)
93
96
*[What happens if I have scaled to a different size and a backup is restored that was made before the scaling operation?](#what-happens-if-i-have-scaled-to-a-different-size-and-a-backup-is-restored-that-was-made-before-the-scaling-operation)
94
97
*[Can I use the same storage account for persistence across two different caches?](#can-i-use-the-same-storage-account-for-persistence-across-two-different-caches)
95
-
98
+
*[Will I be charged for the storage being used in Data Persistence](#will-i-be-charged-for-the-storage-being-used-in-data-persistence)
96
99
97
100
### RDB persistence
98
101
*[Can I change the RDB backup frequency after I create the cache?](#can-i-change-the-rdb-backup-frequency-after-i-create-the-cache)
@@ -182,6 +185,10 @@ When clustering is enabled, each shard in the cache has its own set of page blob
182
185
183
186
After a rewrite, two sets of AOF files exist in storage. Rewrites occur in the background and append to the first set of files, while set operations that are sent to the cache during the rewrite append to the second set. A backup is temporarily stored during rewrites in case of failure, but is promptly deleted after a rewrite finishes.
184
187
188
+
### Will I be charged for the storage being used in Data Persistence?
189
+
190
+
Yes, you will be charged for the storage being used as per the pricing model of the storage account being used.
191
+
185
192
186
193
## Next steps
187
194
Learn more about Azure Cache for Redis features.
@@ -198,4 +205,4 @@ Learn more about Azure Cache for Redis features.
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/managed-applications/request-just-in-time-access.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.author: evanhi
8
8
---
9
9
# Enable and request just-in-time access for Azure Managed Applications
10
10
11
-
Consumers of your managed application may be reluctant to grant you permanent access to the managed resource group. As a publisher of a manager application, you might prefer that consumers know exactly when you need to access the managed resources. To give consumers greater control over granting access to managed resources, Azure Managed Applications provides a feature called just-in-time (JIT) access. This feature is currently in preview.
11
+
Consumers of your managed application may be reluctant to grant you permanent access to the managed resource group. As a publisher of a managed application, you might prefer that consumers know exactly when you need to access the managed resources. To give consumers greater control over granting access to managed resources, Azure Managed Applications provides a feature called just-in-time (JIT) access. This feature is currently in preview.
12
12
13
13
JIT access enables you to request elevated access to a managed application's resources for troubleshooting or maintenance. You always have read-only access to the resources, but for a specific time period you can have greater access.
Copy file name to clipboardExpand all lines: articles/postgresql/overview-single-server.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ In addition to native authentication, the single server service supports Azure A
63
63
64
64
[Audit logging]() (in preview) is available to track all database level activity.
65
65
66
-
The single server service is complaint with all the industry-leading certifications like FedRAMP, HIPAA, PCI DSS. Visit the [Azure Trust Center]() for information about Azure's platform security.
66
+
The single server service is compliant with all the industry-leading certifications like FedRAMP, HIPAA, PCI DSS. Visit the [Azure Trust Center]() for information about Azure's platform security.
67
67
68
68
For more information about Azure Database for PostgreSQL security features, see the [security overview]().
0 commit comments