Skip to content

Commit 72dd7c4

Browse files
committed
Fix redirection issues
1 parent c37d10d commit 72dd7c4

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.openpublishing.redirection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7941,7 +7941,7 @@
79417941
},
79427942
{
79437943
"source_path": "articles/storage/container-storage/container-storage-aks-quickstart.md",
7944-
"redirect_url": "/azure/storage/container-storage/install-container-storage-aks.md",
7944+
"redirect_url": "/azure/storage/container-storage/install-container-storage-aks",
79457945
"redirect_document_id": false
79467946
}
79477947
]

articles/storage/container-storage/container-storage-introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: references_regions
1414

1515
Azure Container Storage is a cloud-based volume management, deployment, and orchestration service built natively for containers. It integrates with Kubernetes, allowing you to dynamically and automatically provision persistent volumes to store data for stateful applications running on Kubernetes clusters.
1616

17-
To get started using Azure Container Storage, see [Use Azure Container Storage with Azure Kubernetes Service](container-storage-aks-quickstart.md).
17+
To get started using Azure Container Storage, see [Install Azure Container Storage for use with Azure Kubernetes Service](install-container-storage-aks.md).
1818

1919
> [!IMPORTANT]
2020
> This article covers features and capabilities available in Azure Container Storage (version 2.x.x), which currently only supports local NVMe disk as backing storage. For details about earlier versions, see [Azure Container Storage (version 1.x.x) documentation](container-storage-introduction-version-1.md).
@@ -35,7 +35,7 @@ Azure Container Storage works with Azure Kubernetes Service and self-managed Kub
3535

3636
- **Kubernetes-native volume orchestration:** Seamlessly create storage classes and persistent volumes, manage the full lifecycle of volumes—including provisioning, expansion, deletion, and perform operations such as capturing snapshots, all using familiar `kubectl` commands. This unified approach eliminates the need to switch between different tools or interfaces, streamlining storage management within your Kubernetes environment.
3737

38-
- **Open source and community-driven:** Azure Container Storage is developed as an open-source project. It can be installed either through an AKS extension, as described in the [quickstart guides](container-storage-aks-quickstart.md), or via Helm using the [local-csi-driver](https://github.com/Azure/local-csi-driver) repository. This open approach enables users to contribute, customize, and integrate with existing Kubernetes workflows and patterns.
38+
- **Open source and community-driven:** Azure Container Storage is developed as an open-source project. It can be installed either through an AKS extension, as described in the [tutorial](install-container-storage-aks.md), or via Helm using the [local-csi-driver](https://github.com/Azure/local-csi-driver) repository. This open approach enables users to contribute, customize, and integrate with existing Kubernetes workflows and patterns.
3939

4040
## Supported storage types
4141

@@ -113,7 +113,7 @@ To better navigate Azure Container Storage and Kubernetes concepts, familiarize
113113

114114
## Next steps
115115

116-
- [Install Azure Container Storage for use with AKS](container-storage-aks-quickstart.md)
116+
- [Install Azure Container Storage for use with AKS](install-container-storage-aks.md)
117117
- [Azure Container Storage pricing](https://aka.ms/AzureContainerStoragePricingPage)
118118
- [Azure Container Storage (version 1.x.x)](container-storage-introduction-version-1.md)
119119
- [Overview of deploying a highly available PostgreSQL database on Azure Kubernetes Service (AKS)](/azure/aks/postgresql-ha-overview#storage-considerations)

articles/storage/container-storage/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ landingContent:
2929
# Card (optional)
3030
- title: Get started
3131
linkLists:
32-
- linkListType: quickstart
32+
- linkListType: tutorial
3333
links:
34-
- text: Use Azure Container Storage with Azure Kubernetes Service (AKS)
35-
url: container-storage-aks-quickstart.md
34+
- text: Install Azure Container Storage for use with Azure Kubernetes Service
35+
url: install-container-storage-aks.md
3636

3737
# Card (optional)
3838
- title: How-to

0 commit comments

Comments
 (0)