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/databox-online/data-box-edge-deploy-add-shares.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,26 +54,28 @@ To create a share, do the following procedure:
54
54
The type can be **SMB** or **NFS**, with SMB being the default. SMB is the standard for Windows clients, and NFS is used for Linux clients.
55
55
Depending upon whether you choose SMB or NFS shares, the rest of the options vary slightly.
56
56
57
-
c. Provide a storage account where the share will reside.
57
+
c. Provide a storage account where the share will reside.
58
+
59
+
> [!IMPORTANT]
60
+
> Make sure that the Azure Storage account that you use does not have immutability policies set on it if you are using it with a Azure Stack Edge or Data Box Gateway device. For more information, see [Set and manage immutability policies for blob storage](https://docs.microsoft.com/azure/storage/blobs/storage-blob-immutability-policies-manage).
58
61
59
-
60
62
d. In the **Storage service** drop-down list, select **Block Blob**, **Page Blob**, or **Files**.
61
63
The type of service you select depends on which format you want the data to use in Azure. In this example, because we want to store the data as block blobs in Azure, we select **Block Blob**. If you select **Page Blob**, make sure that your data is 512 bytes aligned. For example, a VHDX is always 512 bytes aligned.
62
64
63
65
e. Create a new blob container or use an existing one from the dropdown list. If creating a blob container, provide a container name. If a container doesn't already exist, it's created in the storage account with the newly created share name.
64
-
65
-
f. Depending on whether you've created an SMB share or an NFS share, do one of the following steps:
66
-
67
-
-**SMB share**: Under **All privilege local user**, select **Create new** or **Use existing**. If you create a new local user, enter a username and password, and then confirm the password. This action assigns permissions to the local user. Modification of share-level permissions is currently not supported.
66
+
67
+
f. Depending on whether you've created an SMB share or an NFS share, do one of the following steps:
68
+
69
+
***SMB share**: Under **All privilege local user**, select **Create new** or **Use existing**. If you create a new local user, enter a username and password, and then confirm the password. This action assigns permissions to the local user. Modification of share-level permissions is currently not supported.
68
70
69
71
If you select the **Allow only read operations** check box for this share data, you can specify read-only users.
You're notified that the share creation is in progress. After the share is created with the specified settings, the **Shares** tile updates to reflect the new share.
Copy file name to clipboardExpand all lines: articles/databox-online/data-box-edge-manage-shares.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,9 @@ Do the following steps in the Azure portal to create a share.
48
48
49
49
5. From the dropdown list, choose the **Storage service** from block blob, page blob, or files. The type of the service chosen depends on which format you want the data to reside in Azure. For example, in this instance, we want the data to reside as block blobs in Azure, hence we select **Block Blob**. If choosing **Page Blob**, you must ensure that your data is 512 bytes aligned. Use **Page blob** for VHDs or VHDX that are always 512 bytes aligned.
50
50
51
+
> [!IMPORTANT]
52
+
> Make sure that the Azure Storage account that you use does not have immutability policies set on it if you are using it with a Azure Stack Edge or Data Box Gateway device. For more information, see [Set and manage immutability policies for blob storage](https://docs.microsoft.com/azure/storage/blobs/storage-blob-immutability-policies-manage).
53
+
51
54
6. This step depends on whether you are creating an SMB or an NFS share.
52
55
-**If creating an SMB share** - In the **All privilege local user** field, choose from **Create new** or **Use existing**. If creating a new local user, provide the **username**, **password**, and then confirm password. This assigns the permissions to the local user. After you have assigned the permissions here, you can then use File Explorer to modify these permissions.
53
56
@@ -166,21 +169,21 @@ The refresh feature allows you to refresh the contents of a share. When you refr
166
169
167
170
Do the following steps in the Azure portal to refresh a share.
168
171
169
-
1.In the Azure portal, go to **Shares**. Select and click the share that you want to refresh.
172
+
1.In the Azure portal, go to **Shares**. Select and click the share that you want to refresh.
4.While the refresh is in progress, the refresh option is grayed out in the context menu. Click the job notification to view the refresh job status.
184
+
4.While the refresh is in progress, the refresh option is grayed out in the context menu. Click the job notification to view the refresh job status.
182
185
183
-
5.The time to refresh depends on the number of files in the Azure container as well as the files on the device. Once the refresh has successfully completed, the share timestamp is updated. Even if the refresh has partial failures, the operation is considered successful and the timestamp is updated. The refresh error logs are also updated.
186
+
5.The time to refresh depends on the number of files in the Azure container as well as the files on the device. Once the refresh has successfully completed, the share timestamp is updated. Even if the refresh has partial failures, the operation is considered successful and the timestamp is updated. The refresh error logs are also updated.
Copy file name to clipboardExpand all lines: articles/databox-online/data-box-gateway-deploy-add-shares.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,10 @@ This procedure can take around 10 minutes to complete.
23
23
In this tutorial, you learn how to:
24
24
25
25
> [!div class="checklist"]
26
+
>
26
27
> * Add a share
27
28
> * Connect to share
28
29
29
-
30
30
## Prerequisites
31
31
32
32
Before you add shares to your Data Box Gateway, make sure that:
@@ -52,6 +52,8 @@ To create a share do the following procedure:
52
52
2. Select a **Type** for the share. The type can be SMB or NFS, with SMB being the default. SMB is the standard for Windows clients, and NFS is used for Linux clients. Depending upon whether you choose SMB or NFS shares, options presented are slightly different.
53
53
54
54
3. Provide a storage account where the share will reside. If a container doesn't already exist, it's created in the storage account with the newly created share name. If the container already exists, that container is used.
55
+
> [!IMPORTANT]
56
+
> Make sure that the Azure Storage account that you use does not have immutability policies set on it if you are using it with a Azure Stack Edge or Data Box Gateway device. For more information, see [Set and manage immutability policies for blob storage](https://docs.microsoft.com/azure/storage/blobs/storage-blob-immutability-policies-manage).
55
57
56
58
4. Choose the **Storage service** from block blob, page blob, or files. The type of the service chosen depends on which format you want the data to reside in Azure. For example, in this instance, we want the data to reside as blob blocks in Azure, hence we select Block Blob. If choosing Page Blob, you must ensure that your data is 512 bytes aligned. For example, a VHDX is always 512 bytes aligned.
Copy file name to clipboardExpand all lines: articles/databox-online/data-box-gateway-manage-shares.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,10 +40,13 @@ Do the following steps in the Azure portal to create a share.
40
40
41
41
3. Select a **Type** for the share. The type can be **SMB** or **NFS**, with SMB being the default. SMB is the standard for Windows clients, and NFS is used for Linux clients. Depending upon whether you choose SMB or NFS shares, options presented are slightly different.
42
42
43
-
4. Provide a **Storage account** where the share lives. A container is created in the storage account with the share name if the container already does not exist. If the container already exists, then the existing container is used.
43
+
4. Provide a **Storage account** where the share lives. A container is created in the storage account with the share name if the container already does not exist. If the container already exists, then the existing container is used.
44
44
45
45
5. Choose the **Storage service** from block blob, page blob, or files. The type of the service chosen depends on which format you want the data to reside in Azure. For example, in this instance, we want the data to reside as blob blocks in Azure, hence we select **Block Blob**. If choosing**Page Blob**, you must ensure that your data is 512 bytes aligned. For example, a VHDX is always 512 bytes aligned.
46
46
47
+
> [!IMPORTANT]
48
+
> Make sure that the Azure Storage account that you use does not have immutability policies set on it if you are using it with a Azure Stack Edge or Data Box Gateway device. For more information, see [Set and manage immutability policies for blob storage](https://docs.microsoft.com/azure/storage/blobs/storage-blob-immutability-policies-manage).
49
+
47
50
6. This step depends on whether you are creating an SMB or an NFS share.
48
51
-**If creating an SMB share** - In the **All privilege local user** field, choose from **Create new** or **Use existing**. If creating a new local user, provide the **username**, **password**, and then confirm password. This assigns the permissions to the local user. After you have assigned the permissions here, you can then use File Explorer to modify these permissions.
49
52
@@ -84,21 +87,21 @@ The refresh feature allows you to refresh the contents of an on-premises share.
84
87
85
88
Do the following steps in the Azure portal to refresh a share.
86
89
87
-
1.In the Azure portal, go to **Shares**. Select and click the share that you want to refresh.
90
+
1.In the Azure portal, go to **Shares**. Select and click the share that you want to refresh.
4.While the refresh is in progress, the refresh option is grayed out in the context menu. Click the job notification to view the refresh job status.
102
+
4.While the refresh is in progress, the refresh option is grayed out in the context menu. Click the job notification to view the refresh job status.
100
103
101
-
5.The time to refresh depends on the number of files in the Azure container as well as the files on the device. Once the refresh has successfully completed, the share timestamp is updated. Even if the refresh has partial failures, the operation is considered successful and the timestamp is updated.
104
+
5.The time to refresh depends on the number of files in the Azure container as well as the files on the device. Once the refresh has successfully completed, the share timestamp is updated. Even if the refresh has partial failures, the operation is considered successful and the timestamp is updated.
0 commit comments