Skip to content

Commit b9629f0

Browse files
authored
Merge pull request #276890 from roygara/sanSEO
SEO updates for Elastic SAN
2 parents 67a4e52 + cdb2e68 commit b9629f0

20 files changed

+35
-44
lines changed

articles/storage/elastic-san/elastic-san-aks-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ description: Learn about the deployment options you have for using Azure Elastic
44
author: roygara
55
ms.service: azure-elastic-san-storage
66
ms.topic: conceptual
7-
ms.date: 03/19/2024
7+
ms.date: 05/31/2024
88
ms.author: rogarana
99
---
1010

1111

12-
# Use Azure Elastic SAN with Azure Kubernetes Service
12+
# How to use Azure Elastic SAN as storage for Azure Kubernetes Service
1313

1414
There are two ways to use an Azure Elastic SAN as the backing storage for Azure Kubernetes Service (AKS). You can either use [Azure Container Storage](../container-storage/container-storage-introduction.md#why-azure-container-storage-is-useful) Preview, or use the open source Kubernetes iSCSI CSI driver.
1515

articles/storage/elastic-san/elastic-san-batch-create-sample.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Create multiple Azure Elastic SAN volumes in a batch
3-
description: Azure PowerShell Script Sample - Create multiple Elastic SAN volumes in a batch.
3+
description: Azure PowerShell Script Sample - Learn how to create multiple Elastic SAN volumes in a batch.
44
author: roygara
55
ms.service: azure-elastic-san-storage
66
ms.topic: sample
7-
ms.date: 02/13/2024
7+
ms.date: 05/31/2024
88
ms.author: rogarana
99
ms.custom: devx-track-azurepowershell
1010
---

articles/storage/elastic-san/elastic-san-best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Best practices for configuring an Elastic SAN
3-
description: Elastic SAN best practices
3+
description: Learn about the best practices for getting optimal performance when configuring an Azure Elastic SAN.
44
author: roygara
55
ms.service: azure-elastic-san-storage
66
ms.topic: conceptual
7-
ms.date: 02/13/2024
7+
ms.date: 05/31/2024
88
ms.author: rogarana
99
---
1010

articles/storage/elastic-san/elastic-san-configure-customer-managed-keys.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
title: Use customer-managed keys with an Azure Elastic SAN
3-
titleSuffix: Azure Elastic SAN
2+
title: Use customer-managed keys - Azure Elastic SAN
43
description: Learn how to configure Azure Elastic SAN encryption with customer-managed keys for an Elastic SAN volume group by using the Azure PowerShell module or Azure CLI.
54
services: storage
65
author: roygara
76

87
ms.author: rogarana
98
ms.service: azure-elastic-san-storage
109
ms.topic: how-to
11-
ms.date: 02/13/2024
10+
ms.date: 05/31/2024
1211
ms.custom: devx-track-azurepowershell, devx-track-azurecli, references_regions
1312
---
1413

articles/storage/elastic-san/elastic-san-connect-aks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Connect Azure Elastic SAN to Azure Kubernetes over iSCSI
3-
description: Use the Kubernetes iSCSI CSI driver to use Azure Elastic SAN as backing storage for Azure Kubernetes Service clusters.
3+
description: Use the Kubernetes iSCSI CSI driver to configure Azure Elastic SAN as backing storage for Azure Kubernetes Service clusters.
44
author: roygara
55
ms.service: azure-elastic-san-storage
66
ms.topic: how-to
7-
ms.date: 02/13/2024
7+
ms.date: 05/31/2024
88
ms.author: rogarana
99
---
1010

articles/storage/elastic-san/elastic-san-connect-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Connect to an Azure Elastic SAN volume - Linux.
3-
description: Learn how to connect to an Azure Elastic SAN volume from a Linux client.
3+
description: Learn how to connect to an Azure Elastic SAN volume from an individual Linux client using iSCSI and ensure optimal performance.
44
author: roygara
55
ms.service: azure-elastic-san-storage
66
ms.topic: how-to
7-
ms.date: 02/13/2024
7+
ms.date: 05/31/2024
88
ms.author: rogarana
99
ms.custom: references_regions, linux-related-content
1010
---

articles/storage/elastic-san/elastic-san-connect-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Connect to an Azure Elastic SAN volume - Windows
3-
description: Learn how to connect to an Azure Elastic SAN volume from a Windows client.
3+
description: Learn how to connect to an Azure Elastic SAN volume from an individual Windows client using iSCSI and ensure optimal performance.
44
author: roygara
55
ms.service: azure-elastic-san-storage
66
ms.topic: how-to

articles/storage/elastic-san/elastic-san-create.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ This article explains how to deploy and configure an elastic storage area networ
1818
- If you're using Azure PowerShell, install the [latest Azure PowerShell module](/powershell/azure/install-azure-powershell).
1919
- If you're using Azure CLI, install the [latest version](/cli/azure/install-azure-cli).
2020
- Once you've installed the latest version, run `az extension add -n elastic-san` to install the extension for Elastic SAN.
21-
There are no extra registration steps required.
2221

2322
## Limitations
2423

articles/storage/elastic-san/elastic-san-delete.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Delete an Azure Elastic SAN
3-
description: Learn how to delete an Azure Elastic SAN with the Azure portal, Azure PowerShell module, or the Azure CLI.
3+
description: Learn how to delete an Azure Elastic SAN and its resources with the Azure portal, Azure PowerShell module, or the Azure CLI.
44
author: roygara
55
ms.service: azure-elastic-san-storage
66
ms.topic: how-to
7-
ms.date: 02/13/2024
7+
ms.date: 05/31/2024
88
ms.author: rogarana
99
ms.custom: devx-track-azurecli, devx-track-azurepowershell
1010
---

articles/storage/elastic-san/elastic-san-encryption-manage-customer-keys.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
---
2-
title: Manage customer-managed keys for Elastic SAN
3-
titleSuffix: Azure Elastic SAN Storage
4-
description: Learn how to manage customer-managed keys for Azure Elastic SAN
2+
title: Manage customer-managed keys - Azure Elastic SAN
3+
description: Learn how to manage customer-managed keys for Azure Elastic SAN, allowing you to control all aspects of your encryption keys.
54
author: roygara
6-
75
ms.service: azure-elastic-san-storage
86
ms.topic: how-to
9-
ms.date: 02/13/2024
7+
ms.date: 05/31/2024
108
ms.author: rogarana
119
ms.reviewer: jaylansdaal
1210
ms.custom: references_regions

0 commit comments

Comments
 (0)