Skip to content

Commit 6574730

Browse files
Merge pull request #295806 from fhryo-msft/patch-50
Update container-storage-faq.md
2 parents 1a73330 + 5547224 commit 6574730

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

articles/storage/container-storage/container-storage-faq.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: references_regions
1616
## General questions
1717

1818
* <a id="azure-container-storage-vs-csi-drivers"></a>
19-
**What's the difference between Azure Container Storage and Azure CSI drivers?**
19+
**What's the difference between Azure Container Storage and Azure CSI (Container Storage Interface) drivers?**
2020
Azure Container Storage is built natively for containers and provides a storage solution that's optimized for creating and managing volumes for running production-scale stateful container applications. Other Azure CSI drivers provide a standard storage solution that can be used with different container orchestrators and support the specific type of storage solution per CSI driver definition.
2121

2222
* <a id="azure-container-storage-regions"></a>
@@ -25,15 +25,15 @@ ms.custom: references_regions
2525

2626
* <a id="azure-container-storage-update"></a>
2727
**If I already have Azure Container Storage preview installed on my AKS cluster, how can I update to the latest GA version?**
28-
If you have auto-upgrade turned on, Azure Container Storage will update to the latest version automatically. If you don't have auto-upgrade turned on, we recommend updating to the latest generally available (GA) version by running the following command. Remember to replace `<cluster-name>` and `<resource-group>` with your own values.
28+
If you have autoupgrade turned on, Azure Container Storage updates to the latest version automatically. If you don't have autoupgrade turned on, we recommend updating to the latest generally available (GA) version by running the following command. Remember to replace `<cluster-name>` and `<resource-group>` with your own values.
2929

3030
```azurecli-interactive
3131
az k8s-extension update --cluster-type managedClusters --cluster-name <cluster-name> --resource-group <resource-group> --name azurecontainerstorage --version 1.1.0 --auto-upgrade false --release-train stable
3232
```
3333

3434
* <a id="azure-container-storage-autoupgrade"></a>
3535
**Is there any performance impact when upgrading to a new version of Azure Container Storage?**
36-
If you leave auto-upgrade turned on (recommended), you might experience temporary I/O latency during the upgrade process. If you turn off auto-upgrade and install the new version manually, there won't be any impact; however, you won't get the benefit of automatic upgrades and instant access to new features.
36+
If you leave autoupgrade turned on (recommended), you might experience temporary I/O latency during the upgrade process. If you turn off autoupgrade and install the new version manually, there isn't any impact; however, you don't get the benefit of automatic upgrades and instant access to new features.
3737

3838
* <a id="storage-pool-parameters"></a>
3939
**What parameters can I specify for the storage pool that's created when Azure Container Storage is installed with the `az aks create` command?**
@@ -60,8 +60,8 @@ ms.custom: references_regions
6060
No, Azure Container Storage only discovers and uses the capacity from ephemeral data disks for ephemeral disk storage pool.
6161

6262
* <a id="azure-container-storage-arm"></a>
63-
**Does Azure Container Storage support ARM nodepools?**
64-
Currently, Azure Container Storage does not support ARM nodepools. Our supported architectures are AMD64/x86-64.
63+
**Does Azure Container Storage support ARM node pools?**
64+
Currently, Azure Container Storage doesn't support ARM node pools. Our supported architectures are AMD64/x86-64.
6565

6666
* <a id="azure-container-storage-endpoints"></a>
6767
**What endpoints need to be allowlisted in the Azure Firewall for Azure Container Storage to work?**
@@ -84,7 +84,12 @@ ms.custom: references_regions
8484
`eastus2.dp.kubernetesconfiguration.azure.com`,
8585
`mcr.microsoft.com`.
8686

87-
For additional details, refer to the [Outbound network and FQDN rules for Azure Kubernetes Service (AKS) clusters](/azure/aks/outbound-rules-control-egress) documentation and [Azure Arc-enabled Kubernetes network requirements.](/azure/azure-arc/kubernetes/network-requirements?tabs=azure-cloud)
87+
For more information, see [Outbound network and FQDN rules for Azure Kubernetes Service (AKS) clusters](/azure/aks/outbound-rules-control-egress) and [Azure Arc-enabled Kubernetes network requirements](/azure/azure-arc/kubernetes/network-requirements?tabs=azure-cloud).
88+
89+
* <a id="azure-container-storage-sla"></a>
90+
**Is there a service-level agreement (SLA) for Azure Container Storage?**
91+
92+
Azure Container Storage is an orchestration solution of underlying storage options including Ephemeral Disks, Azure Elastic SAN, and Azure Disks. Azure Container Storage doesn't provide an SLA. However an SLA is offered for each storage option. See [Microsoft Service Level Agreements for Online Services](https://www.microsoft.com/licensing/docs/view/Service-Level-Agreements-SLA-for-Online-Services).
8893

8994
## See also
9095

0 commit comments

Comments
 (0)