Skip to content

Commit 25d0b99

Browse files
Merge pull request #280303 from kianaharris4/kianaharris-updates
Kianaharris updates
2 parents 43a66a7 + 0f46e48 commit 25d0b99

File tree

4 files changed

+36
-12
lines changed

4 files changed

+36
-12
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This section describes the prerequisites for creating a persistent volume (PV).
1919
1. Create a storage account [following the instructions here](/azure/storage/common/storage-account-create?tabs=azure-portal).
2020

2121
> [!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.
2323
2424
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).
2525

@@ -65,8 +65,6 @@ Note the `metadata: name:` as you must specify it in the `spec: volumeName` of t
6565
metadata:
6666
### Create a name here ###
6767
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
7068
spec:
7169
capacity:
7270
### This storage capacity value is not enforced at this layer. ###

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ This size does not affect the ceiling of blob storage used in the cloud to suppo
3636
volumeMode: Filesystem
3737
### This name references your PV name in your PV config ###
3838
volumeName: INSERT_YOUR_PV_NAME
39-
status:
40-
accessModes:
41-
- ReadWriteMany
42-
capacity:
43-
storage: 5Gi
4439
```
4540
4641
> [!NOTE]

articles/azure-arc/edge-storage-accelerator/release-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ This article provides information about new features and known issues in Edge St
1616

1717
- Kernel versions: the minimum supported Linux kernel version is 5.1. Currently there are known issues with 6.4 and 6.2.
1818

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).
23+
1924
## Next steps
2025

2126
[Edge Storage Accelerator overview](overview.md)

articles/azure-arc/edge-storage-accelerator/support-feedback.md

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,44 @@ description: Learn how to get support and provide feedback Edge Storage Accelera
44
author: sethmanheim
55
ms.author: sethm
66
ms.topic: how-to
7-
ms.date: 04/09/2024
7+
ms.date: 07/09/2024
88

99
---
1010

1111
# Support and feedback for Edge Storage Accelerator (preview)
1212

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**.
1440

1541
## Release notes
1642

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.
1844

1945
## Next steps
2046

21-
[What is Edge Storage Accelerator?](overview.md)
47+
[What is Edge Storage Accelerator?](overview.md)

0 commit comments

Comments
 (0)