Skip to content

Commit 0c68d28

Browse files
committed
Correcting usage of preview.
1 parent df796e6 commit 0c68d28

10 files changed

+48
-48
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create multiple Azure Elastic SAN (preview) volumes in a batch
3-
description: Azure PowerShell Script Sample - Create multiple elastic SAN (preview) volumes in a batch.
2+
title: Create multiple Azure Elastic SAN Preview volumes in a batch
3+
description: Azure PowerShell Script Sample - Create multiple elastic SAN Preview volumes in a batch.
44
author: roygara
55
ms.service: storage
66
ms.topic: sample
@@ -10,7 +10,7 @@ ms.subservice: elastic-san
1010
ms.custom: ignite-2022
1111
---
1212

13-
# Create multiple elastic SAN (preview) volumes in a batch
13+
# Create multiple elastic SAN Preview volumes in a batch
1414

1515
To simplify creating multiple volumes as a batch, you can use a .csv with pre-filled values to create as many volumes of varying sizes as you like.
1616

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Connect an Azure Elastic SAN (preview) volume to an AKS cluster.
3-
description: Learn how to connect to an Azure Elastic SAN (preview) volume an Azure Kubernetes Service cluster.
2+
title: Connect an Azure Elastic SAN Preview volume to an AKS cluster.
3+
description: Learn how to connect to an Azure Elastic SAN Preview volume an Azure Kubernetes Service cluster.
44
author: roygara
55
ms.service: storage
66
ms.topic: how-to
@@ -9,9 +9,9 @@ ms.author: rogarana
99
ms.subservice: elastic-san
1010
---
1111

12-
# Connect Azure Elastic SAN (preview) volumes to an Azure Kubernetes Service cluster
12+
# Connect Azure Elastic SAN Preview volumes to an Azure Kubernetes Service cluster
1313

14-
This article explains how to connect an Azure Elastic storage area network (preview) volume from an Azure Kubernetes Service (AKS) cluster. To make this connection, enable the [Kubernetes iSCSI CSI driver](https://github.com/kubernetes-csi/csi-driver-iscsi) on your cluster. With this driver, you can access volumes on your Elastic storage area network (SAN) by creating persistent volumes on your AKS cluster, and then attaching the Elastic SAN volumes to the persistent volumes.
14+
This article explains how to connect an Azure Elastic storage area network (SAN) Preview volume from an Azure Kubernetes Service (AKS) cluster. To make this connection, enable the [Kubernetes iSCSI CSI driver](https://github.com/kubernetes-csi/csi-driver-iscsi) on your cluster. With this driver, you can access volumes on your Elastic SAN by creating persistent volumes on your AKS cluster, and then attaching the Elastic SAN volumes to the persistent volumes.
1515

1616
## About the driver
1717

@@ -237,4 +237,4 @@ You've now successfully connected an Elastic SAN volume to your AKS cluster.
237237

238238
## Next steps
239239

240-
[Plan for deploying an Elastic SAN (preview)](elastic-san-planning.md)
240+
[Plan for deploying an Elastic SAN Preview](elastic-san-planning.md)

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Connect to an Azure Elastic SAN (preview) volume - Linux.
3-
description: Learn how to connect to an Azure Elastic SAN (preview) volume from a Linux client.
2+
title: Connect to an Azure Elastic SAN Preview volume - Linux.
3+
description: Learn how to connect to an Azure Elastic SAN Preview volume from a Linux client.
44
author: roygara
55
ms.service: storage
66
ms.topic: how-to
@@ -10,15 +10,15 @@ ms.subservice: elastic-san
1010
ms.custom: references_regions, ignite-2022
1111
---
1212

13-
# Connect to Elastic SAN (preview) volumes - Linux
13+
# Connect to Elastic SAN Preview volumes - Linux
1414

15-
This article explains how to connect to an Elastic storage area network (SAN) volume from a Linux client. For details on connecting from a Windows client, see [Connect to Elastic SAN (preview) volumes - Windows](elastic-san-connect-windows.md).
15+
This article explains how to connect to an Elastic storage area network (SAN) volume from a Linux client. For details on connecting from a Windows client, see [Connect to Elastic SAN Preview volumes - Windows](elastic-san-connect-windows.md).
1616

1717
In this article, you'll add the Storage service endpoint to an Azure virtual network's subnet, then you'll configure your volume group to allow connections from your subnet. Finally, you'll configure your client environment to connect to an Elastic SAN volume and establish a connection.
1818

1919
## Prerequisites
2020

21-
- Complete [Deploy an Elastic SAN (preview)](elastic-san-create.md)
21+
- Complete [Deploy an Elastic SAN Preview](elastic-san-create.md)
2222
- An Azure Virtual Network, which you'll need to establish a connection from compute clients in Azure to your Elastic SAN volumes.
2323

2424
## Limitations
@@ -206,4 +206,4 @@ iscsiadm -m node --targetname yourTargetIQN -p yourTargetPortalHostName:yourTarg
206206

207207
## Next steps
208208

209-
[Configure Elastic SAN networking (preview)](elastic-san-networking.md)
209+
[Configure Elastic SAN networking Preview](elastic-san-networking.md)

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Connect to an Azure Elastic SAN (preview) volume - Windows
3-
description: Learn how to connect to an Azure Elastic SAN (preview) volume from a Windows client.
2+
title: Connect to an Azure Elastic SAN Preview volume - Windows
3+
description: Learn how to connect to an Azure Elastic SAN Preview volume from a Windows client.
44
author: roygara
55
ms.service: storage
66
ms.topic: how-to
@@ -10,15 +10,15 @@ ms.subservice: elastic-san
1010
ms.custom: references_regions, ignite-2022
1111
---
1212

13-
# Connect to Elastic SAN (preview) volumes - Windows
13+
# Connect to Elastic SAN Preview volumes - Windows
1414

15-
This article explains how to connect to an Elastic storage area network (SAN) volume from a Windows client. For details on connecting from a Linux client, see [Connect to Elastic SAN (preview) volumes - Linux](elastic-san-connect-linux.md).
15+
This article explains how to connect to an Elastic storage area network (SAN) volume from a Windows client. For details on connecting from a Linux client, see [Connect to Elastic SAN Preview volumes - Linux](elastic-san-connect-linux.md).
1616

1717
In this article, you'll add the Storage service endpoint to an Azure virtual network's subnet, then you'll configure your volume group to allow connections from your subnet. Finally, you'll configure your client environment to connect to an Elastic SAN volume and establish a connection.
1818

1919
## Prerequisites
2020

21-
- Complete [Deploy an Elastic SAN (preview)](elastic-san-create.md)
21+
- Complete [Deploy an Elastic SAN Preview](elastic-san-create.md)
2222
- An Azure Virtual Network, which you'll need to establish a connection from compute clients in Azure to your Elastic SAN volumes.
2323

2424
## Limitations
@@ -248,4 +248,4 @@ iscsicli PersistentLoginTarget yourStorageTargetIQN t yourStorageTargetPortalHos
248248

249249
## Next steps
250250

251-
[Configure Elastic SAN networking (preview)](elastic-san-networking.md)
251+
[Configure Elastic SAN networking Preview](elastic-san-networking.md)

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Delete an Azure Elastic SAN (preview)
3-
description: Learn how to delete an Azure Elastic SAN (preview) with the Azure portal, Azure PowerShell module, or the Azure CLI.
2+
title: Delete an Azure Elastic SAN Preview
3+
description: Learn how to delete an Azure Elastic SAN Preview with the Azure portal, Azure PowerShell module, or the Azure CLI.
44
author: roygara
55
ms.service: storage
66
ms.topic: how-to
@@ -10,9 +10,9 @@ ms.subservice: elastic-san
1010
ms.custom: ignite-2022
1111
---
1212

13-
# Delete an Elastic SAN (preview)
13+
# Delete an Elastic SAN Preview
1414

15-
To delete an elastic storage area network (SAN), you first need to disconnect every volume in your Elastic SAN (preview) from any connected hosts.
15+
To delete an elastic storage area network (SAN), you first need to disconnect every volume in your Elastic SAN Preview from any connected hosts.
1616

1717
## Disconnect volumes from clients
1818

@@ -111,4 +111,4 @@ az elastic-san delete -n $sanName -g $resourceGroupName
111111

112112
## Next steps
113113

114-
[Plan for deploying an Elastic SAN (preview)](elastic-san-planning.md)
114+
[Plan for deploying an Elastic SAN Preview](elastic-san-planning.md)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Increase the size of an Azure Elastic SAN and its volumes (preview)
3-
description: Learn how to increase the size of an Azure Elastic SAN (preview) and its volumes with the Azure portal, Azure PowerShell module, or Azure CLI.
2+
title: Increase the size of an Azure Elastic SAN and its volumes Preview
3+
description: Learn how to increase the size of an Azure Elastic SAN Preview and its volumes with the Azure portal, Azure PowerShell module, or Azure CLI.
44
author: roygara
55
ms.service: storage
66
ms.topic: how-to
@@ -10,9 +10,9 @@ ms.subservice: elastic-san
1010
ms.custom: ignite-2022
1111
---
1212

13-
# Increase the size of an Elastic SAN (preview)
13+
# Increase the size of an Elastic SAN Preview
1414

15-
This article covers increasing the size of an Elastic storage area network (preview) and an individual volume, if you need additional storage or performance. Be sure you need the storage or performance before you increase the size because decreasing the size isn't supported, to prevent data loss.
15+
This article covers increasing the size of an Elastic storage area network Preview and an individual volume, if you need additional storage or performance. Be sure you need the storage or performance before you increase the size because decreasing the size isn't supported, to prevent data loss.
1616

1717
## Expand SAN size
1818

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Introduction to Azure Elastic SAN (preview)
3-
description: An overview of Azure Elastic SAN (preview), a service that enables you to create a virtual SAN to act as the storage for multiple compute options.
2+
title: Introduction to Azure Elastic SAN Preview
3+
description: An overview of Azure Elastic SAN Preview, a service that enables you to create a virtual SAN to act as the storage for multiple compute options.
44
author: roygara
55
ms.service: storage
66
ms.topic: overview
@@ -10,9 +10,9 @@ ms.subservice: elastic-san
1010
ms.custom: ignite-2022
1111
---
1212

13-
# What is Azure Elastic SAN? (preview)
13+
# What is Azure Elastic SAN? Preview
1414

15-
Azure Elastic storage area network (SAN) is Microsoft's answer to the problem of workload optimization and integration between your large scale databases and performance-intensive mission-critical applications. Elastic SAN (preview) is a fully integrated solution that simplifies deploying, scaling, managing, and configuring a SAN, while also offering built-in cloud capabilities like high availability.
15+
Azure Elastic storage area network (SAN) is Microsoft's answer to the problem of workload optimization and integration between your large scale databases and performance-intensive mission-critical applications. Elastic SAN Preview is a fully integrated solution that simplifies deploying, scaling, managing, and configuring a SAN, while also offering built-in cloud capabilities like high availability.
1616

1717
Elastic SAN is designed for large scale IO-intensive workloads and top tier databases such as SQL, MariaDB, and support hosting the workloads on virtual machines, or containers such as Azure Kubernetes Service.
1818

@@ -80,4 +80,4 @@ The status of items in this table may change over time.
8080

8181
For a video introduction to Azure Elastic SAN, see [Accelerate your SAN migration to the cloud](/shows/inside-azure-for-it/accelerate-your-san-migration-to-the-cloud).
8282

83-
[Plan for deploying an Elastic SAN (preview)](elastic-san-planning.md)
83+
[Plan for deploying an Elastic SAN Preview](elastic-san-planning.md)

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure Elastic SAN networking (preview)
3-
description: An overview of Azure Elastic SAN (preview), a service that enables you to create and use network file shares in the cloud using either SMB or NFS protocols.
2+
title: Azure Elastic SAN networking Preview
3+
description: An overview of Azure Elastic SAN Preview, a service that enables you to create and use network file shares in the cloud using either SMB or NFS protocols.
44
author: roygara
55
ms.service: storage
66
ms.topic: how-to
@@ -10,9 +10,9 @@ ms.subservice: elastic-san
1010
ms.custom: ignite-2022
1111
---
1212

13-
# Configure Elastic SAN networking (preview)
13+
# Configure Elastic SAN networking Preview
1414

15-
Azure Elastic storage area network (SAN) allows you to secure and control the level of access to your Elastic SAN volumes that your applications and enterprise environments demand, based on the type and subset of networks or resources used. When network rules are configured, only applications requesting data over the specified set of networks or through the specified set of Azure resources that can access an Elastic SAN (preview). Access to your SAN's volumes are limited to resources in subnets in the same Azure Virtual Network that your SAN's volume group is configured with.
15+
Azure Elastic storage area network (SAN) allows you to secure and control the level of access to your Elastic SAN volumes that your applications and enterprise environments demand, based on the type and subset of networks or resources used. When network rules are configured, only applications requesting data over the specified set of networks or through the specified set of Azure resources that can access an Elastic SAN Preview. Access to your SAN's volumes are limited to resources in subnets in the same Azure Virtual Network that your SAN's volume group is configured with.
1616

1717
Volume groups are configured to allow access only from specific subnets. The allowed subnets may belong to a virtual network in the same subscription, or those in a different subscription, including subscriptions belonging to a different Azure Active Directory tenant.
1818

@@ -65,7 +65,7 @@ By default, service endpoints work between virtual networks and service instance
6565

6666
Service endpoints allow continuity during a regional failover. When planning for disaster recovery during a regional outage, you should create the virtual networks in the paired region in advance. Enable service endpoints for Azure Storage, with network rules granting access from these alternative virtual networks. Then apply these rules to your zone-redundant SANs.
6767

68-
## Enabling access to virtual networks in other regions (preview)
68+
## Enabling access to virtual networks in other regions Preview
6969

7070
>
7171
> [!IMPORTANT]
@@ -240,4 +240,4 @@ You can manage virtual network rules for volume groups through the Azure portal,
240240
241241
## Next steps
242242
243-
[Plan for deploying an Elastic SAN (preview)](elastic-san-planning.md)
243+
[Plan for deploying an Elastic SAN Preview](elastic-san-planning.md)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Planning for an Azure Elastic SAN (preview)
2+
title: Planning for an Azure Elastic SAN Preview
33
description: Understand planning for an Azure Elastic SAN deployment. Learn about storage capacity, performance, redundancy, and encryption.
44
author: roygara
55
ms.service: storage
@@ -10,11 +10,11 @@ ms.subservice: elastic-san
1010
ms.custom: ignite-2022
1111
---
1212

13-
# Plan for deploying an Elastic SAN (preview)
13+
# Plan for deploying an Elastic SAN Preview
1414

1515
There are three main aspects to an elastic storage area network (SAN): the SAN itself, volume groups, and volumes. When deploying a SAN, you make selections while configuring the SAN, including the redundancy of the entire SAN, and how much performance and storage the SAN has. Then you create volume groups that are used to manage volumes at scale. Any settings applied to a volume group are inherited by volumes inside that volume group. Finally, you partition the storage capacity that was allocated at the SAN-level into individual volumes.
1616

17-
Before deploying an Elastic SAN (preview), consider the following:
17+
Before deploying an Elastic SAN Preview, consider the following:
1818

1919
- How much storage do you need?
2020
- What level of performance do you need?
@@ -95,4 +95,4 @@ The following iSCSI features aren't currently supported:
9595

9696
For a video that goes over the general planning and deployment with a few example scenarios, see [Getting started with Azure Elastic SAN](/shows/inside-azure-for-it/getting-started-with-azure-elastic-san).
9797

98-
[Deploy an Elastic SAN (preview)](elastic-san-create.md)
98+
[Deploy an Elastic SAN Preview](elastic-san-create.md)

articles/storage/elastic-san/elastic-san-scale-targets.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Elastic SAN (preview) scalability and performance targets
2+
title: Elastic SAN Preview scalability and performance targets
33
description: Learn about the capacity, IOPS, and throughput rates for Azure Elastic SAN.
44
author: roygara
55
ms.service: storage
@@ -10,13 +10,13 @@ ms.subservice: elastic-san
1010
ms.custom: references_regions, ignite-2022
1111
---
1212

13-
# Elastic SAN (preview) scale targets
13+
# Elastic SAN Preview scale targets
1414

1515
There are three main components to an elastic storage area network (SAN): the SAN itself, volume groups, and volumes.
1616

1717
## The Elastic SAN
1818

19-
An Elastic SAN (preview) has three attributes that determine its performance: total capacity, IOPS, and throughput.
19+
An Elastic SAN Preview has three attributes that determine its performance: total capacity, IOPS, and throughput.
2020

2121
### Capacity
2222

@@ -78,4 +78,4 @@ The performance of an individual volume is determined by its capacity. The maxim
7878

7979
## Next steps
8080

81-
[Plan for deploying an Elastic SAN (preview)](elastic-san-planning.md)
81+
[Plan for deploying an Elastic SAN Preview](elastic-san-planning.md)

0 commit comments

Comments
 (0)