Skip to content

Commit 757f35a

Browse files
committed
1.2.0 release info + support topic minus video
1 parent 96e18d3 commit 757f35a

File tree

4 files changed

+33
-9
lines changed

4 files changed

+33
-9
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 & 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: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,33 @@ ms.date: 04/09/2024
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, please follow the below steps.
14+
15+
> [!VIDEO <embedded_video_source>]
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. Click on "Settings" on the left blade to expand the menu.
19+
1. Select "Extensions".
20+
1. Select the name for "Type": "microsoft.edgestorageaccelerator". In the example shown above, the name is "hydraext".
21+
1. Click on "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 may need to search for "Edge Storage Accelerator - Preview" in the drop-down.
26+
1. Select "Next" once "Edge Storage Accelerator - Preview" has been selected.
27+
1. For "Subscription", this should already be populated with the subscription that you had used to setup your Kubernetes cluster. If not, select the subscription that your Arc-connected Kubernetes cluster is linked to.
28+
1. For "Resource", select "General question" from the drop-down menu.
29+
1. Select "Next"
30+
1. For "Problem type", select the problem type from the drop-down menu that best describes your issue.
31+
1. For "Problem subtype", select the subtype from the drop-down menu that best describes your issue. Please note that the subtype options will vary based on your selected "Problem type".
32+
1. Select "Next".
33+
1. Based on the issue, there may be documentation that is available to help you triage your issue. If these documents are not relevant or do not solve the issue, select "Create a support request" at the top.
34+
1. After selecting "Create a support request at the top", the fields in the "Problem description" section should already be populated with the details that you had provided earlier. If you would like to change anything, you may do so in this window.
35+
1. Select "Next" once you have verified that the information in the "Problem description" section is accurate.
36+
1. In the "Recommended solution" section, recommended solutions may appear based on your inputted information. Select "Next" to continue filing a support request if the recommended solutions are not helpful.
37+
1. In the "Additional details" section, populate the "Problem details" with your information.
38+
1. Once all required fields have been answered, select "Next".
39+
1. Review your inputted information from the previous sections and select "Create".
1440

1541
## Release notes
1642

0 commit comments

Comments
 (0)