Skip to content

Commit 0230998

Browse files
Merge pull request #272751 from sethmanheim/esa-add418
Add ESA jumpstart
2 parents f948105 + d0ab869 commit 0230998

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: Azure Arc Jumpstart scenario using Edge Storage Accelerator (preview)
3+
description: Learn about an Azure Arc scenario that uses Edge Storage Accelerator.
4+
author: sethmanheim
5+
ms.author: sethm
6+
ms.topic: overview
7+
ms.date: 04/18/2024
8+
9+
---
10+
11+
# Azure Arc Jumpstart scenario using Edge Storage Accelerator
12+
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.
14+
15+
## Scenario description
16+
17+
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.
18+
19+
For more information, see the following articles:
20+
21+
- [Watch the ESA jumpstart scenario on YouTube](https://youtu.be/Qnh2UH1g6Q4)
22+
- [Visit the ESA jumpstart documentation](https://aka.ms/esajumpstart)
23+
24+
## Next steps
25+
26+
- [Edge Storage Accelerator overview](overview.md)
27+
- [AKS Edge Essentials overview](/azure/aks/hybrid/aks-edge-overview)

articles/azure-arc/edge-storage-accelerator/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ items:
33
href: index.yml
44
- name: Overview
55
href: overview.md
6+
- name: Edge Storage Accelerator Jumpstart
7+
href: jumpstart.md
68
- name: Install Edge Storage Accelerator on a single-node cluster
79
href: how-to-single-node-k3s.md
810
- name: How-to

0 commit comments

Comments
 (0)