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/support-feedback.md
+27-1Lines changed: 27 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,33 @@ ms.date: 04/09/2024
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, 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".
0 commit comments