Skip to content

Commit 36f221f

Browse files
authored
Merge pull request #307565 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents d0c8fe0 + 9338f2e commit 36f221f

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

articles/azure-cache-for-redis/cache-how-to-scale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ az redis update --cluster-name myCache --resource-group myGroup --set "sku.name"
139139
For more information on scaling with Azure CLI, see [Change settings of an existing Azure Cache for Redis](cache-manage-cli.md#scale).
140140

141141
> [!NOTE]
142-
> When you scale a cache up or down programatically (e.g., using PowerShell or Azure CLI), any `maxmemory-reserved` or `maxfragmentationmemory-reserved` are ignored as part of the update request. Only your scaling change is honored. You can update these memory settings after the scaling operation completes.
142+
> When you scale a cache up or down programmatically (e.g., using PowerShell or Azure CLI), any `maxmemory-reserved` or `maxfragmentationmemory-reserved` are ignored as part of the update request. Only your scaling change is honored. You can update these memory settings after the scaling operation completes.
143143
144144
### [Scale out and in - Premium only](#tab/scale-out-and-in---premium-only)
145145

articles/storage/files/files-change-redundancy-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ To track the current migration status of the conversion initiated on your storag
230230
```azurecli-interactive
231231
az storage account migration show \
232232
--account-name <string> \
233-
- g <sting> \
233+
- g <string> \
234234
-n "default"
235235
```
236236

articles/storage/files/storage-files-planning.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ File shares (preview) are a new top-level Azure resource provided by the `Micros
5555

5656
- **Granular configuration**: Networking and security settings are applied at the file share level, giving you precise control of access boundaries and isolation. This makes it easier to enforce security policies for specific apps, teams, or environments.
5757

58-
- **Predictable, flexible billing**: File shares use the provisioned v2 billing model, which enables you to independently provsiion storage, IOPS, and throughput per share. Because billing in Azure is done per top-level Azure resource, using file shares enables you to easily track the costs of each individual share for cost attribution back to the project, team, or customer that is using the file share.
58+
- **Predictable, flexible billing**: File shares use the provisioned v2 billing model, which enables you to independently provision storage, IOPS, and throughput per share. Because billing in Azure is done per top-level Azure resource, using file shares enables you to easily track the costs of each individual share for cost attribution back to the project, team, or customer that is using the file share.
5959

6060
- **Improved scale and performance**: File shares support higher limits and lower deployment times than classic file shares. For more information, see [Azure Files scalability and performance targets](./storage-files-scale-targets.md).
6161

@@ -254,3 +254,4 @@ The [migration overview article](storage-files-migration-overview.md) briefly co
254254

255255

256256

257+

0 commit comments

Comments
 (0)