Skip to content

Commit 6b7c6e3

Browse files
authored
Merge pull request #273207 from kianaharris4/kianaharris-updates
updating wording + regions
2 parents a0e657b + 96e18d3 commit 6b7c6e3

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

articles/azure-arc/edge-storage-accelerator/create-pv.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ This section describes the prerequisites for creating a persistent volume (PV).
1818

1919
1. Create a storage account [following the instructions here](/azure/storage/common/storage-account-create?tabs=azure-portal).
2020

21-
When you create your storage account, create it under the same resource group and region/location as your Kubernetes cluster.
21+
> [!NOTE]
22+
> When you create your storage account, create it under the same resource group and region/location as your Kubernetes cluster.
2223
2324
1. Create a container in the storage account that you created in the previous step, [following the instructions here](/azure/storage/blobs/storage-quickstart-blobs-portal#create-a-container).
2425

@@ -54,7 +55,7 @@ This section describes the prerequisites for creating a persistent volume (PV).
5455

5556
You must create a Persistent Volume (PV) for the Edge Storage Accelerator to create a local instance and bind to a remote BLOB storage account.
5657

57-
Note the `metadata: name:` (`esa4` in this example), as you must specify it in the `spec: volumeName` of the PVC that binds to it. Use your storage account and container that you created as part of the [prerequisites](#prerequisites).
58+
Note the `metadata: name:` as you must specify it in the `spec: volumeName` of the PVC that binds to it. Use your storage account and container that you created as part of the [prerequisites](#prerequisites).
5859

5960
1. Create a file named **pv.yaml**:
6061

articles/azure-arc/edge-storage-accelerator/jumpstart.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Azure Arc Jumpstart scenario using Edge Storage Accelerator (preview)
3-
description: Learn about an Azure Arc scenario that uses Edge Storage Accelerator.
3+
description: Learn about an Azure Arc Jumpstart scenario that uses Edge Storage Accelerator.
44
author: sethmanheim
55
ms.author: sethm
66
ms.topic: overview
@@ -10,16 +10,17 @@ ms.date: 04/18/2024
1010

1111
# Azure Arc Jumpstart scenario using Edge Storage Accelerator
1212

13-
Edge Storage Accelerator (ESA) collaborated with the [Arc Jumpstart](https://azurearcjumpstart.com/) team to implement a scenario in which a computer vision AI model detects defects in bolts by analyzing video from a supply line video feed streamed over Real-Time Streaming Protocol (RTSP). The identified defects are then stored in a container within a storage account using Edge Storage Accelerator.
13+
Edge Storage Accelerator (ESA) collaborated with the [Azure Arc Jumpstart](https://azurearcjumpstart.com/) team to implement a scenario in which a computer vision AI model detects defects in bolts by analyzing video from a supply line video feed streamed over Real-Time Streaming Protocol (RTSP). The identified defects are then stored in a container within a storage account using Edge Storage Accelerator.
1414

1515
## Scenario description
1616

1717
In this automated setup, ESA is deployed on an [AKS Edge Essentials](/azure/aks/hybrid/aks-edge-overview) single-node instance, running in an Azure virtual machine. An Azure Resource Manager template is provided to create the necessary Azure resources and configure the **LogonScript.ps1** custom script extension. This extension handles AKS Edge Essentials cluster creation, Azure Arc onboarding for the Azure VM and AKS Edge Essentials cluster, and Edge Storage Accelerator deployment. Once AKS Edge Essentials is deployed, ESA is installed as a Kubernetes service that exposes a CSI driven storage class for use by applications in the Edge Essentials Kubernetes cluster.
1818

1919
For more information, see the following articles:
2020

21-
- [Watch the ESA jumpstart scenario on YouTube](https://youtu.be/Qnh2UH1g6Q4)
22-
- [Visit the ESA jumpstart documentation](https://aka.ms/esajumpstart)
21+
- [Watch the ESA Jumpstart scenario on YouTube](https://youtu.be/Qnh2UH1g6Q4)
22+
- [Visit the ESA Jumpstart documentation](https://aka.ms/esajumpstart)
23+
- [Visit the ESA Jumpstart architecture diagrams](https://aka.ms/arcposters)
2324

2425
## Next steps
2526

articles/azure-arc/edge-storage-accelerator/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Edge Storage Accelerator (ESA) serves as a native persistent storage system for
4040

4141
Edge Storage Accelerator is only available in the following Azure regions:
4242

43+
- East US
4344
- East US 2
4445
- West US 3
4546
- West Europe

articles/azure-arc/edge-storage-accelerator/prepare-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The article describes how to prepare Linux using AKS enabled by Azure Arc, Edge
1818
## Prerequisites
1919

2020
> [!NOTE]
21-
> Edge Storage Accelerator is only available in the following regions: East US 2, West US 3, West Europe.
21+
> Edge Storage Accelerator is only available in the following regions: East US, East US 2, West US 3, West Europe.
2222
2323
### Arc-connected Kubernetes cluster
2424

0 commit comments

Comments
 (0)