Skip to content

Commit 2ad80ad

Browse files
committed
On branch galia-main Remove localization from docs.microsoft.com urls. This allows localized content to be served, where available.
modified: documentation/3.3/content/samples/azure-kubernetes-service/includes/create-aks-cluster-storage.txt Signed-off-by: Ed Burns <edburns@microsoft.com>
1 parent c0e201d commit 2ad80ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

documentation/3.3/content/samples/azure-kubernetes-service/includes/create-aks-cluster-storage.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Our usage pattern for the operator involves creating Kubernetes "persistent volu
44

55
You will create an external data volume to access and persist data. There are several options for data sharing as described in [Storage options for applications in Azure Kubernetes Service (AKS)](https://docs.microsoft.com/azure/aks/concepts-storage).
66

7-
You will dynamically create and use a persistent volume with Azure Files NFS share. For details about this full featured cloud storage solution, see the [Azure Files Documentation](https://docs.microsoft.com/en-us/azure/aks/azure-files-dynamic-pv).
7+
You will dynamically create and use a persistent volume with Azure Files NFS share. For details about this full featured cloud storage solution, see the [Azure Files Documentation](https://docs.microsoft.com/azure/aks/azure-files-dynamic-pv).
88

99
##### Create an Azure Storage account and NFS share
1010

@@ -15,7 +15,7 @@ You will dynamically create and use a persistent volume with Azure Files NFS sha
1515
| Option name | Value | Notes |
1616
|-------------------|---------------|-------|
1717
| `name` | `$AKS_PERS_STORAGE_ACCOUNT_NAME` | The storage account name can contain only lowercase letters and numbers, and must be between 3 and 24 characters in length. |
18-
| `sku` | `Premium_LRS` | Only `Premium_LRS` and `Premium_ZRS` work for NFS share, see the [Azure Files NFS Share Documentation](https://docs.microsoft.com/en-us/azure/storage/files/storage-files-how-to-create-nfs-shares?tabs=azure-portal#applies-to).|
18+
| `sku` | `Premium_LRS` | Only `Premium_LRS` and `Premium_ZRS` work for NFS share, see the [Azure Files NFS Share Documentation](https://docs.microsoft.com/azure/storage/files/storage-files-how-to-create-nfs-shares?tabs=azure-portal#applies-to)|
1919
| `https-only` | `false` | You can't mount an NFS file share unless you disable secure transfer. |
2020
| `default-action` | `Deny` | For security, we suggest that you deny access by default and choose to allow access from the AKS cluster network. |
2121

@@ -165,7 +165,7 @@ The following files were generated:
165165
Completed
166166
```
167167

168-
**Note:** Beyond the required and default configurations generated by the command, you can modify the generated YAML files to further customize your deployment. For further information about customizing your deployment, consult the operator documentation, [AKS documentation](https://docs.microsoft.com/en-us/azure/aks/), and Kubernetes references.
168+
**Note:** Beyond the required and default configurations generated by the command, you can modify the generated YAML files to further customize your deployment. For further information about customizing your deployment, consult the operator documentation, [AKS documentation](https://docs.microsoft.com/azure/aks/), and Kubernetes references.
169169

170170
##### Apply generated configuration files
171171

@@ -174,7 +174,7 @@ In order to define how an Azure file NFS share is created, we have provided a co
174174
The following command displays the YAML content of your current settings. This should be the same with content in `azure-csi-nfs.yaml`; use value `${AKS_PERS_RESOURCE_GROUP}` as "resourceGroup", `${AKS_PERS_STORAGE_ACCOUNT_NAME}` as "storageAccount",
175175
`${AKS_PERS_SHARE_NAME}` as "shareName", and the Storage Class name is `azurefile-csi-nfs`.
176176

177-
This sample uses Azure Files Container Storage Interface (CSI) drivers to manage the NFS file share, provisioner is `file.csi.azure.com`, see the [Azure Files CSI drivers documentation](https://docs.microsoft.com/en-us/azure/aks/azure-files-csi).
177+
This sample uses Azure Files Container Storage Interface (CSI) drivers to manage the NFS file share, provisioner is `file.csi.azure.com`, see the [Azure Files CSI drivers documentation](https://docs.microsoft.com/azure/aks/azure-files-csi).
178178

179179
```shell
180180
cat <<EOF

0 commit comments

Comments
 (0)