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-netapp-files/object-rest-api-access-configure.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
5
5
author: b-ahibbard
6
6
ms.service: azure-netapp-files
7
7
ms.topic: how-to
8
-
ms.date: 08/26/2025
8
+
ms.date: 10/13/2025
9
9
ms.author: anfdocs
10
10
---
11
11
@@ -21,9 +21,7 @@ Azure NetApp Files supports access to S3 objects with the [object REST API](obje
21
21
22
22
The object REST API access feature in Azure NetApp Files is currently in preview. You need to register the feature before using it for the first time. Feature registration can take up to 60 minutes to complete.
23
23
24
-
<!-- confirm link -->
25
-
You must submit a [waitlist request](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR2Qj2eZL0mZPv1iKUrDGvc9URURJNEpXSVc0SzZLOEw0VFRSUUFURFBSTSQlQCN0PWcu&b2b=true) to use the object REST API feature.
26
-
24
+
You must submit a [waitlist request](https://forms.office.com/r/pTpTESUSZb) to use the object REST API feature.
27
25
28
26
You can check the status of the feature registration with the command:
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/object-rest-api-browser.md
+59-10Lines changed: 59 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,23 +5,39 @@ services: azure-netapp-files
5
5
author: b-ahibbard
6
6
ms.service: azure-netapp-files
7
7
ms.topic: how-to
8
-
ms.date: 07/31/2025
8
+
ms.date: 10/13/2025
9
9
ms.author: anfdocs
10
10
---
11
-
12
11
# Access an Azure NetApp Files object REST API-enabled volume with S3-compatible clients
13
12
14
13
You can use Azure NetApp Files' object REST API with an S3-compatible client, taking advantage of secure SSL communication and seamless data management.
15
14
16
-
## Connect to the S3 browser
15
+
You must install a certificate on your machine before accessing the bucket with S3-compatible clients. This document covers accessing the bucket with the S3 Browser and AWS CLI.
16
+
17
+
## Install the certificate in the Trusted Root Certification Authorities
18
+
19
+
Before accessing your object REST API-enabled volume with an S3-compatible client, you must install the certificate.
20
+
21
+
1. Open the Edge browser on your client system and navigate your bucket's URL: `https://<your-bucket-endpoint-IP-or-FQDN>`.
22
+
1. Select the lock icon in the address bar the select **Certificate (Valid)**.
23
+
1. In the certificate dialog, select the **Detail tab** then **Copy to file (or Export**). Follow the steps in the export wizard, ensuring you choose the DER encoded binary X.509 (.CER) format. Save the .CER file to your local machine.
24
+
1. To install the certificate, select the .CER file on your local machine.
25
+
1. In the Certificate window, select **Install Certificate**. In the installation wizard, choose **Local machine** as your installation destination. Note that this requires administrator privileges.
26
+
In the Certificate Store screen, select **Place all certificates in the following store** then **Browse** and choose **Trusted Root Certification Authorities**
27
+
1. When you complete the steps in the installation wizard, a dialog confirms the certificate was installed successfully.
17
28
18
-
1. Open the Edge browser on your client system.
19
-
1. Enter the IP address of your object REST API-enabled Azure NetApp Files volumes in the browser.
20
-
1. The browser should display a certificate error. Select the certificate to view details.
21
-
1. Download and install the certificate.
22
-
During installation, select **Trusted Root Certification Authorities** as the destination.
23
-
Connect S3 Browser to Your Object REST API-Enabled Volume
24
-
1. After the installation completes successfully, configure your S3 browser connection Download the S3 compatible browser, add the bucket, then provide the name of the bucket (`https:<domain-name>`), the access key, and the secret key.
29
+
## Access files with S3 Browser
30
+
31
+
1. Download and install [S3 Browser](https://s3browser.com/download.aspx).
32
+
2. Add a [new account for S3-compatible storage](https://s3browser.com/s3-compatible-storage.aspx).
33
+
When adding the new account, follow these guidelines:
34
+
35
+
***REST Endpoint**: Enter the endpoint URL for your volume: `https://<your-bucket-endpoint-IP-or-FQDN>`.
36
+
***Access Key ID**: Use the access key created when you generated the bucket on the NFS volume.
37
+
***Secret access key**: Use corresponding secret key from when you generated the bucket.
38
+
* Select **Encrypt Access Keys with a Password** and **Use secure transfer (SSL/TLS)**.
39
+
40
+
1. After adding the account, verify the connection. In the S3 Browser, select your newly added account in the **Accounts** menu. If the connection was succesful, you see your buckets and can manage the objects.
25
41
26
42
## Access files with the AWS CLI
27
43
@@ -36,6 +52,39 @@ You can use Azure NetApp Files' object REST API with an S3-compatible client, ta
36
52
37
53
Refer to the [AWS CLI command reference](https://docs.aws.amazon.com/cli/latest/reference/s3/ls.html) for more information about this command.
38
54
55
+
1. Download the AWS CLI:
56
+
* For Windows, [download the Microsoft Software Installer and run it](https://aws.amazon.com/cli/).
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/object-rest-api-onelake.md
+3-15Lines changed: 3 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
5
5
author: b-ahibbard
6
6
ms.service: azure-netapp-files
7
7
ms.topic: how-to
8
-
ms.date: 07/31/2025
8
+
ms.date: 10/13/2025
9
9
ms.author: anfdocs
10
10
---
11
11
# Connect OneLake to an Azure NetApp Files volume using object REST API
@@ -26,27 +26,15 @@ Sensitive information is protected through Microsoft Virtual Networks and Azure
26
26
1. Create a workspace in [OneLake](/fabric/onelake/create-lakehouse-onelake).
27
27
1. In OneLake, right-click the workspace then select
28
28
**Create new lakehouse**.
29
-
1. After the lakehouse is successfully created, select **New shortcut**. Follow the instructions to [Create an Amazon S3 compatible shortcut](/fabric/onelake/create-on-premises-shortcut).
29
+
1. After the lakehouse is successfully created, select **New shortcut**. Follow the instructions to [Create a OneLake shortcut](/fabric/onelake/create-onelake-shortcut).
30
30
31
31
The endpoint must be a URL with the volume's IP address, for example `http://0.0.0.0` or a fully qualified domain name, such as https://myanfendpoint.contoso.com.
32
32
1. Select your on-premises data gateway in the **Data Gateway** field. After you provide the access key and secret key, the Azure NetApp Files data appears in your OneLake workspace.
33
33
34
34
35
35
## Connect to Azure AI Search
36
36
37
-
After connecint to OneLake, you can connect a volume to [Azure AI Search](/azure/search/search-what-is-azure-search) to create a search service. For additional information, see [How to index OneLake files](/azure/search/search-how-to-index-onelake-files).
38
-
39
-
## Steps
40
-
41
-
1. In the Azure portal, access the Azure AI Search service. If this is your first time accessing the service, see [Create an Azure AI Search service](/azure/search/search-create-service-portal).
42
-
1. In the search management section, navigate to **Data Sources**. Select **Add Data Source**.
43
-
1. In the data source dropdown, select **Fabric OneLake files**.
44
-
1. Provide a name for the data source.
45
-
1. Enter the Lakehouse URL that was configured in the OneLake setup.
46
-
1. Validate the connection once your OneLake data appears.
47
-
1. Select **Add Indexer**, then provide your details by selecting your dataset and OneLake details.
48
-
1. Navigate to the 'Index' section and select your data source name.
49
-
1. In the search field, enter the information you want to query or use '*' to view the complete indexing details.
37
+
After connecting to OneLake, you can connect a volume to [Azure AI Search](/azure/search/search-what-is-azure-search) to create a search service. For additional information, see [How to index OneLake files](/azure/search/search-how-to-index-onelake-files).
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/whats-new.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.custom:
8
8
- linux-related-content
9
9
- build-2025
10
10
ms.topic: overview
11
-
ms.date: 10/07/2025
11
+
ms.date: 10/13/2025
12
12
ms.author: anfdocs
13
13
# Customer intent: As a cloud administrator, I want to learn about the latest enhancements in Azure NetApp Files, so that I can effectively utilize new features for improved data security, resilience, and operational efficiency in my organization's cloud storage solutions.
0 commit comments