Skip to content

Commit 7fece85

Browse files
committed
Updating powershell instructions.
1 parent fcde098 commit 7fece85

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to connect to an Azure Elastic SAN (preview) volume an Az
44
author: roygara
55
ms.service: storage
66
ms.topic: how-to
7-
ms.date: 03/07/2023
7+
ms.date: 03/08/2023
88
ms.author: rogarana
99
ms.subservice: elastic-san
1010
---
@@ -30,8 +30,8 @@ The iSCSI CSI driver for Kubernetes is [licensed under the Apache 2.0 license](h
3030
## Pre-requisites
3131

3232
- Have an [Azure Elastic SAN](elastic-san-create.md) with volumes
33-
- Either the [latest Azure CLI](/cli/azure/install-azure-cli) or use the following command to install the Azure PowerShell preview module: `Install-Module -Name Az.ElasticSan -Scope CurrentUser -Repository PSGallery -Force -RequiredVersion 0.1.0`
34-
- Meet the [compatibility requirements](https://github.com/kubernetes-csi/csi-driver-iscsi/blob/master/README.md#container-images--kubernetes-compatibility) for the iSCSI CSI driver.
33+
- Either the [latest Azure CLI](/cli/azure/install-azure-cli) or install the [latest Azure PowerShell module](/powershell/azure/install-az-ps)
34+
- Meet the [compatibility requirements](https://github.com/kubernetes-csi/csi-driver-iscsi/blob/master/README.md#container-images--kubernetes-compatibility) for the iSCSI CSI driver
3535

3636
## Limitations
3737

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to deploy an Azure Elastic SAN (preview) with the Azure p
44
author: roygara
55
ms.service: storage
66
ms.topic: how-to
7-
ms.date: 02/22/2023
7+
ms.date: 03/08/2023
88
ms.author: rogarana
99
ms.subservice: elastic-san
1010
ms.custom: references_regions, ignite-2022
@@ -16,8 +16,8 @@ This article explains how to deploy and configure an elastic storage area networ
1616

1717
## Prerequisites
1818

19-
- If you're using Azure PowerShell, use `Install-Module -Name Az.ElasticSan -Scope CurrentUser -Repository PSGallery -Force -RequiredVersion 0.1.0` to install the preview module.
20-
- If you're using Azure CLI, install the latest version. For installation instructions, see [How to install the Azure CLI](/cli/azure/install-azure-cli).
19+
- If you're using Azure PowerShell, install the [latest Azure PowerShell module](/powershell/azure/install-az-ps).
20+
- If you're using Azure CLI, install the [latest version](/cli/azure/install-azure-cli).
2121
- Once you've installed the latest version, run `az extension add -n elastic-san` to install the extension for Elastic SAN.
2222

2323
## Limitations

0 commit comments

Comments
 (0)