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/nfs-access-control-lists.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@ ms.author: anfdocs
11
11
12
12
# Understand NFSv4.x access control lists in Azure NetApp Files
13
13
14
+
> [!CAUTION]
15
+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
16
+
14
17
The NFSv4.x protocol can provide access control in the form of [access control lists (ACLs)](/windows/win32/secauthz/access-control-lists), which conceptually similar to ACLs used in [SMB via Windows NTFS permissions](network-attached-file-permissions-smb.md). An NFSv4.x ACL consists of individual [Access Control Entries (ACEs)](/windows/win32/secauthz/access-control-entries), each of which provides an access control directive to the server.
15
18
16
19
:::image type="content" source="./media/nfs-access-control-lists/access-control-entity-to-client-diagram.png" alt-text="Diagram of access control entity to Azure NetApp Files." lightbox="./media/nfs-access-control-lists/access-control-entity-to-client-diagram.png":::
This guide shows you how to programmatically perform common service management tasks from Python. The **ServiceManagementService** class in the [Azure SDK for Python](https://github.com/Azure/azure-sdk-for-python) supports programmatic access to much of the service management-related functionality that is available in the [Azure portal]. You can use this functionality to create, update, and delete cloud services, deployments, data management services, and virtual machines. This functionality can be useful in building applications that need programmatic access to service management.
Copy file name to clipboardExpand all lines: articles/databox/data-box-deploy-copy-data-via-rest.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,13 @@ ms.topic: tutorial
11
11
ms.date: 12/29/2022
12
12
ms.author: shaas
13
13
#Customer intent: As an IT admin, I need to be able to copy data to Data Box to upload on-premises data from my server onto Azure.
14
+
14
15
---
15
16
16
-
# Tutorial: Use REST APIs to Copy data to Azure Data Box Blob storage
17
+
# Tutorial: Use REST APIs to Copy data to Azure Data Box Blob storage
18
+
19
+
> [!CAUTION]
20
+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
17
21
18
22
This tutorial describes procedures to connect to Azure Data Box Blob storage via REST APIs over *http* or *https*. Once connected, the steps required to copy the data to Data Box Blob storage and prepare the Data Box to ship, are also described.
19
23
@@ -69,7 +73,7 @@ Each of these steps is described in the following sections.
69
73
70
74
Connection to Azure Blob storage REST APIs over https requires the following steps:
71
75
72
-
* Download the certificate from Azure portal. This certificate is used for connecting to the web UI and Azure Blob storage REST APIs.
76
+
* Download the certificate from Azure portal. This certificate is used for connecting to the web UI and Azure Blob storage REST APIs.
73
77
* Import the certificate on the client or remote host
74
78
* Add the device IP and blob service endpoint to the client or remote host
75
79
* Configure third-party software and verify the connection
@@ -122,7 +126,7 @@ Follow these steps to import the `.cer` file into the root store of a Windows or
122
126
123
127
The method to import a certificate varies by distribution.
124
128
125
-
Several, such as Ubuntu and Debian, use the `update-ca-certificates` command.
129
+
Several, such as Ubuntu and Debian, use the `update-ca-certificates` command.
126
130
127
131
* Rename the Base64-encoded certificate file to have a `.crt` extension and copy it into the `/usr/local/share/ca-certificates directory`.
128
132
* Run the command `update-ca-certificates`.
@@ -134,7 +138,7 @@ Recent versions of RHEL, Fedora, and CentOS use the `update-ca-trust` command.
134
138
135
139
Consult the documentation specific to your distribution for details.
136
140
137
-
### Add device IP address and blob service endpoint
141
+
### Add device IP address and blob service endpoint
138
142
139
143
Follow the same steps to [add device IP address and blob service endpoint when connecting over *http*](#add-device-ip-address-and-blob-service-endpoint).
Copy file name to clipboardExpand all lines: articles/databox/data-box-disk-system-requirements.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,9 @@ ms.author: shaas
15
15
16
16
# Azure Data Box Disk system requirements
17
17
18
+
> [!CAUTION]
19
+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
20
+
18
21
This article describes the important system requirements for your Microsoft Azure Data Box Disk solution and for the clients connecting to the Data Box Disk. We recommend that you review the information carefully before you deploy your Data Box Disk, and then refer back to it as necessary during the deployment and subsequent operation.
19
22
20
23
The system requirements include the supported platforms for clients connecting to disks, supported storage accounts, and storage types.
Copy file name to clipboardExpand all lines: articles/databox/data-box-heavy-deploy-copy-data-via-rest.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,13 @@ ms.topic: tutorial
10
10
ms.date: 07/03/2019
11
11
ms.author: shaas
12
12
#Customer intent: As an IT admin, I need to be able to copy data to Data Box Heavy to upload on-premises data from my server onto Azure.
13
+
13
14
---
14
15
15
-
# Tutorial: Copy data to Azure Data Box Blob storage via REST APIs
16
+
# Tutorial: Copy data to Azure Data Box Blob storage via REST APIs
17
+
18
+
> [!CAUTION]
19
+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
16
20
17
21
This tutorial describes procedures to connect to Azure Data Box Blob storage via REST APIs over *http* or *https*. Once connected, the steps required to copy the data to Data Box Blob storage are described.
18
22
@@ -32,7 +36,7 @@ Before you begin, make sure that:
32
36
3. You've reviewed the [system requirements for Data Box Blob storage](data-box-system-requirements-rest.md) and are familiar with supported versions of APIs, SDKs, and tools.
33
37
4. You've access to a host computer that has the data that you want to copy over to Data Box Heavy. Your host computer must
34
38
- Run a [Supported operating system](data-box-system-requirements.md).
35
-
- Be connected to a high-speed network. For fastest copy speeds, two 40-GbE connections (one per node) can be utilized in parallel. If you do not have 40-GbE connection available, we recommend that you have at least two 10-GbE connections (one per node).
39
+
- Be connected to a high-speed network. For fastest copy speeds, two 40-GbE connections (one per node) can be utilized in parallel. If you do not have 40-GbE connection available, we recommend that you have at least two 10-GbE connections (one per node).
36
40
5.[Download AzCopy 7.1.0](https://aka.ms/azcopyforazurestack20170417) on your host computer. You'll use AzCopy to copy data to Azure Data Box Blob storage from your host computer.
37
41
38
42
@@ -92,8 +96,8 @@ Use the Azure portal to download certificate.
92
96
3. Under **Device credentials**, go to **API access** to device. Click **Download**. This action downloads a **\<your order name>.cer** certificate file. **Save** this file. You will install this certificate on the client or host computer that you will use to connect to the device.
93
97
94
98

95
-
96
-
### Import certificate
99
+
100
+
### Import certificate
97
101
98
102
Accessing Data Box Blob storage over HTTPS requires a TLS/SSL certificate for the device. The way in which this certificate is made available to the client application varies from application to application and across operating systems and distributions. Some applications can access the certificate after it is imported into the system’s certificate store, while other applications do not make use of that mechanism.
99
103
@@ -132,7 +136,7 @@ The method to import a certificate varies by distribution.
132
136
> [!IMPORTANT]
133
137
> For Data Box Heavy, you'll need to repeat all the connection instructions to connect to the second node.
134
138
135
-
Several, such as Ubuntu and Debian, use the `update-ca-certificates` command.
139
+
Several, such as Ubuntu and Debian, use the `update-ca-certificates` command.
136
140
137
141
- Rename the Base64-encoded certificate file to have a `.crt` extension and copy it into the `/usr/local/share/ca-certificates directory`.
138
142
- Run the command `update-ca-certificates`.
@@ -144,7 +148,7 @@ Recent versions of RHEL, Fedora, and CentOS use the `update-ca-trust` command.
144
148
145
149
Consult the documentation specific to your distribution for details.
146
150
147
-
### Add device IP address and blob service endpoint
151
+
### Add device IP address and blob service endpoint
148
152
149
153
Follow the same steps to [add device IP address and blob service endpoint when connecting over *http*](#add-device-ip-address-and-blob-service-endpoint).
0 commit comments