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-browser.md
+10-20Lines changed: 10 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,11 @@ You must install a certificate on your machine before accessing the bucket with
19
19
Before accessing your object REST API-enabled volume with an S3-compatible client, you must install the certificate.
20
20
21
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.
22
+
1. Select the lock icon in the address bar then 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
24
1. To install the certificate, select the .CER file on your local machine.
25
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**
26
+
In the Certificate Store screen, select **Place all certificates in the following store** then **Browse** and choose **Trusted Root Certification Authorities**.
27
27
1. When you complete the steps in the installation wizard, a dialog confirms the certificate was installed successfully.
28
28
29
29
## Access files with S3 Browser
@@ -37,21 +37,10 @@ Before accessing your object REST API-enabled volume with an S3-compatible clien
37
37
***Secret access key**: Use corresponding secret key from when you generated the bucket.
38
38
* Select **Encrypt Access Keys with a Password** and **Use secure transfer (SSL/TLS)**.
39
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.
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 successful, you see your buckets and can manage the objects.
41
41
42
42
## Access files with the AWS CLI
43
43
44
-
1.[Download and install the AWS CLI.](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)
45
-
1. Verify the AWS CLI installed correctly with the `aws --version` command. If the output displays the AWS CLI version, it has installed correctly.
46
-
1. Configure your AWS account with the `aws configure` command. When you enter the command, you are required to provide:
47
-
- AWS access key ID
48
-
- AWS secret access key
49
-
- Default region name (for example, `us-east-1`)
50
-
- Default output format (for example, JSON)
51
-
1. Verify access to your bucket by listing the files in your bucket with the command `aws s3 ls <S3URI> --endpoint-url <volumeIPAddress>`. If access is configured correctly, the CLI displays a list of files in your bucket.
52
-
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.
54
-
55
44
1. Download the AWS CLI:
56
45
* For Windows, [download the Microsoft Software Installer and run it](https://aws.amazon.com/cli/).
57
46
* For Linux, install the AWS CLI with CURL:
@@ -69,23 +58,24 @@ Before accessing your object REST API-enabled volume with an S3-compatible clien
69
58
* **AWS access key ID** - Use the access key created when you generated the bucket on the NFS volume.
70
59
* **AWS secret access key** - The corresponding secret key from when you generated the bucket.
71
60
* **Default region name**: us-east-1
72
-
* **Ouptut**: JSON
61
+
* **Output**: JSON
73
62
>[!NOTE]
74
63
>When using AWS CLI with Azure NetApp Files buckets, always use us-east-1 as the default region name.
75
64
1. List the buckets:
76
65
```
77
-
aws s3 ls -—endpoint-url https://<your-bucket-endpoint-IP-or-FQDN> -—no-verify-ssl
66
+
aws s3 ls --endpoint-url https://<your-bucket-endpoint-IP-or-FQDN> --no-verify-ssl
78
67
```
79
68
1. List the objects in a bucket:
80
69
```
81
-
aws s3 ls -—endpoint-url [https://<yourbucketendpoint IP or FQDN>](https://<your-bucket-endpoint-IP-or-FQDN>) s3://<bucket-name>/ —-no-verify-ssl
70
+
aws s3 ls --endpoint-url [https://<your-bucket-endpoint-IP-or-FQDN>](https://<your-bucket-endpoint-IP-or-FQDN>) s3://<bucket-name>/ --no-verify-ssl
82
71
```
83
72
1. Copy an object from a bucket to your local workstation:
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/object-rest-api-onelake.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@ ms.author: anfdocs
12
12
13
13
With Azure NetApp Files object REST API, you can use [OneLake shortcuts](/fabric/onelake/onelake-shortcuts) to virtualize Azure NetApp Files into Microsoft Fabric's unified data lake. With this shortcut, Azure AI search can index and retrieve data directly from Azure NetApp Files for semantic search and vector-based retrieval with intelligent applications.
14
14
15
-
Sensitive information is protected through Microsoft Virtual Networks and Azure NetApp Files robust security protocols when you create the OneLake shortcut. A virtual data lake design approach simplifies data sharing across Azure's Data and AI services, improving collaboration.
15
+
Sensitive information is protected through Microsoft Virtual Networks and Azure NetApp Files robust security protocols when you create the OneLake shortcut. A virtual data lake design approach simplifies data sharing across Azure's Data and AI services, improving collaboration.
16
+
16
17
## Before you begin
17
18
18
19
- You must have created an [Azure NetApp Files object REST API-enabled volume](object-rest-api-access-configure.md).
@@ -40,5 +41,5 @@ After connecting to OneLake, you can connect a volume to [Azure AI Search](/azur
0 commit comments