You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-arc/edge-storage-accelerator/create-pv.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This section describes the prerequisites for creating a persistent volume (PV).
19
19
1. Create a storage account [following the instructions here](/azure/storage/common/storage-account-create?tabs=azure-portal).
20
20
21
21
> [!NOTE]
22
-
> When you create your storage account, create it under the same resource group and region/location as your Kubernetes cluster.
22
+
> When you create your storage account, create it under the same resource group as your Kubernetes cluster. It is recommended that you also create it under the same region/location as your Kubernetes cluster.
23
23
24
24
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).
25
25
@@ -65,8 +65,6 @@ Note the `metadata: name:` as you must specify it in the `spec: volumeName` of t
65
65
metadata:
66
66
### Create a name here ###
67
67
name: CREATE_A_NAME_HERE
68
-
### Use a namespace that matches your intended consuming pod, or "default" ###
69
-
namespace: INTENDED_CONSUMING_POD_OR_DEFAULT_HERE
70
68
spec:
71
69
capacity:
72
70
### This storage capacity value is not enforced at this layer. ###
Copy file name to clipboardExpand all lines: articles/azure-arc/edge-storage-accelerator/release-notes.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,11 @@ This article provides information about new features and known issues in Edge St
16
16
17
17
- Kernel versions: the minimum supported Linux kernel version is 5.1. Currently there are known issues with 6.4 and 6.2.
18
18
19
+
## Version 1.2.0-preview
20
+
21
+
- Extension identity and OneLake support: ESA now allows use of a system-assigned extension identity for access to blob storage or OneLake lake houses.
22
+
- Security fixes: security maintenance (package/module version updates).
Copy file name to clipboardExpand all lines: articles/azure-arc/edge-storage-accelerator/support-feedback.md
+30-4Lines changed: 30 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,44 @@ description: Learn how to get support and provide feedback Edge Storage Accelera
4
4
author: sethmanheim
5
5
ms.author: sethm
6
6
ms.topic: how-to
7
-
ms.date: 04/09/2024
7
+
ms.date: 07/09/2024
8
8
9
9
---
10
10
11
11
# Support and feedback for Edge Storage Accelerator (preview)
12
12
13
-
If you experience an issue or need support during the preview, you can submit an [Edge Storage Accelerator support request form here](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR19S7i8RsvNAg8hqZuHbEyxUOVlRSjJNOFgxNkRPN1IzQUZENFE4SjlSNy4u).
13
+
If you experience an issue or need support during the preview, see the following video and steps to request support for Edge Storage Accelerator in the Azure portal:
14
+
15
+
> [!VIDEO f477de99-2036-41a3-979a-586a39b1854f]
16
+
17
+
1. Navigate to the desired Arc-connected Kubernetes cluster with the Edge Storage Accelerator extension that you are experiencing issues with.
18
+
1. To expand the menu, select **Settings** on the left blade.
19
+
1. Select **Extensions**.
20
+
1. Select the name for **Type**: `microsoft.edgestorageaccelerator`. In this example, the name is `hydraext`.
21
+
1. Select **Help** on the left blade to expand the menu.
22
+
1. Select **Support + Troubleshooting**.
23
+
1. In the search text box, describe the issue you are facing in a few words.
24
+
1. Select "Go" to the right of the search text box.
25
+
1. For **Which service you are having an issue with**, make sure that **Edge Storage Accelerator - Preview** is selected. If not, you might need to search for **Edge Storage Accelerator - Preview** in the drop-down.
26
+
1. Select **Next** after you select **Edge Storage Accelerator - Preview**.
27
+
1.**Subscription** should already be populated with the subscription that you used to set up your Kubernetes cluster. If not, select the subscription to which your Arc-connected Kubernetes cluster is linked.
28
+
1. For **Resource**, select **General question** from the drop-down menu.
29
+
1. Select **Next**.
30
+
1. For **Problem type**, from the drop-down menu, select the problem type that best describes your issue.
31
+
1. For **Problem subtype**, from the drop-down menu, select the subtype that best describes your issue. The subtype options vary based on your selected **Problem type**.
32
+
1. Select **Next**.
33
+
1. Based on the issue, there might be documentation available to help you triage your issue. If these articles are not relevant or don't solve the issue, select **Create a support request** at the top.
34
+
1. After you select **Create a support request at the top**, the fields in the **Problem description** section should already be populated with the details that you provided earlier. If you want to change anything, you can do so in this window.
35
+
1. Select **Next** once you verify that the information in the **Problem description** section is accurate.
36
+
1. In the **Recommended solution** section, recommended solutions appear based on the information you entered. If the recommended solutions are not helpful, select **Next** to continue filing a support request.
37
+
1. In the **Additional details** section, populate the **Problem details** with your information.
38
+
1. Once all required fields are complete, select **Next**.
39
+
1. Review your information from the previous sections, then select **Create**.
14
40
15
41
## Release notes
16
42
17
-
See the [release notes for Edge Storage Accelerator](release-notes.md)to learn about new features and known issues.
43
+
See the [release notes for Edge Storage Accelerator](release-notes.md)for information about new features and known issues.
0 commit comments