Skip to content

Commit 95c2bcb

Browse files
committed
typo
1 parent e58de87 commit 95c2bcb

2 files changed

Lines changed: 13 additions & 22 deletions

File tree

articles/azure-netapp-files/object-rest-api-browser.md

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ You must install a certificate on your machine before accessing the bucket with
1919
Before accessing your object REST API-enabled volume with an S3-compatible client, you must install the certificate.
2020

2121
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.
2424
1. To install the certificate, select the .CER file on your local machine.
2525
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**.
2727
1. When you complete the steps in the installation wizard, a dialog confirms the certificate was installed successfully.
2828

2929
## Access files with S3 Browser
@@ -37,21 +37,10 @@ Before accessing your object REST API-enabled volume with an S3-compatible clien
3737
* **Secret access key**: Use corresponding secret key from when you generated the bucket.
3838
* Select **Encrypt Access Keys with a Password** and **Use secure transfer (SSL/TLS)**.
3939

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

4242
## Access files with the AWS CLI
4343

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-
5544
1. Download the AWS CLI:
5645
* For Windows, [download the Microsoft Software Installer and run it]( https://aws.amazon.com/cli/).
5746
* 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
6958
* **AWS access key ID** - Use the access key created when you generated the bucket on the NFS volume.
7059
* **AWS secret access key** - The corresponding secret key from when you generated the bucket.
7160
* **Default region name**: us-east-1
72-
* **Ouptut**: JSON
61+
* **Output**: JSON
7362
>[!NOTE]
7463
>When using AWS CLI with Azure NetApp Files buckets, always use us-east-1 as the default region name.
7564
1. List the buckets:
7665
```
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
7867
```
7968
1. List the objects in a bucket:
8069
```
81-
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
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
8271
```
8372
1. Copy an object from a bucket to your local workstation:
8473
```
85-
aws s3 cp -endpoint-url https://<your-bucket-endpoint-IP-or-FQDN> s3://<bucket-name>/<object-name> ./<local-object-name> -no-verify-ssl
74+
aws s3 cp --endpoint-url https://<your-bucket-endpoint-IP-or-FQDN> s3://<bucket-name>/<object-name> ./<local-object-name> --no-verify-ssl
8675
```
8776
8877
## More information
8978
9079
* [Configure object REST API](object-rest-api-access-configure.md)
91-
* [Understand object REST API](object-rest-api-introduction.md)
80+
* [Understand object REST API](object-rest-api-introduction.md)
81+
* [AWS CLI command reference](https://docs.aws.amazon.com/cli/latest/reference/s3/ls.html)

articles/azure-netapp-files/object-rest-api-onelake.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ ms.author: anfdocs
1212

1313
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.
1414

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+
1617
## Before you begin
1718

1819
- 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
4041

4142
* [Understand object REST API](object-rest-api-introduction.md)
4243
* [Configure object REST API access in Azure NetApp Files](object-rest-api-access-configure.md)
43-
* [OneLake shortcuts](/fabric/onelake//onelake-shortcuts)
44+
* [OneLake shortcuts](/fabric/onelake/onelake-shortcuts)
4445
* [What is an on-premises data gateway?](/data-integration/gateway/service-gateway-onprem)

0 commit comments

Comments
 (0)