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/storage-mover/release-notes.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,9 @@ The following Azure Storage Mover agent versions are supported:
23
23
### Azure Storage Mover update policy
24
24
25
25
Preview agents are not automatically updated.
26
-
Starting with the general availability release of service and agent, all GA Azure Storage Mover agents are automatically updated to future versions. GA and newer agents will automatically download and apply new functionality and fixes to any issues. If you need to [deploy another Storage Mover agent](agent-deploy.md), you can find the latest available agent version on [Microsoft Download Center](https://aka.ms/StorageMover/agent). Be sure to [register](agent-register.md) your newly deployed agent before you can utilize them for your migrations.
26
+
Beginning with the general availability release of service and agent, all GA Azure Storage Mover agents are automatically updated to future versions. GA and newer agents automatically download and apply new functionality and bug fixes. If you need to [deploy another Storage Mover agent](agent-deploy.md), you can find the latest available agent version on [Microsoft Download Center](https://aka.ms/StorageMover/agent). Be sure to [register](agent-register.md) your newly deployed agent before you can utilize them for your migrations.
27
27
28
-
The automatic agent update will not affect running migration jobs. Running jobs are allowed to complete before the update is locally applied on the agent. Any update errors will result in allowing you to continue the use of the previous agent version. A new update attempt will be started automatically. This behavior ensures an uninterrupted migration experience.
28
+
The automatic agent update doesn't affect running migration jobs. Running jobs are allowed to complete before the update is locally applied on the agent. Any errors during the update process result in the automatic use of the previous agent version. In parallel, a new update attempt is started automatically. This behavior ensures an uninterrupted migration experience.
29
29
30
30
> [!TIP]
31
31
> Always download the latest agent version from Microsoft Download Center. [https://aka.ms/StorageMover/agent](https://aka.ms/StorageMover/agent). Redistributing previously downloaded images may no longer be supported (check the [Supported agent versions](#supported-agent-versions) table), or they need to update themselves prior to being ready for use. Speed up your deployments by always obtaining a the latest image from Microsoft Download Center.
@@ -37,11 +37,14 @@ The automatic agent update will not affect running migration jobs. Running jobs
37
37
38
38
#### Lifecycle and change management guarantees
39
39
40
-
Azure Storage Mover is a hybrid service, which continuously introduces new features and improvements. Azure Storage Mover agent versions can only be supported for a limited time. Agents will update themselves. There is no need to manage any part of the self-update process. However, agents need to be running and connected to the internet to check for updates. To facilitate updates, the following rules a meant to ensure that agents that haven't been running for a bit, can still be used for migrations and also update themselves:
40
+
Azure Storage Mover is a hybrid service, which continuously introduces new features and improvements. Azure Storage Mover agent versions can only be supported for a limited time. Agents automatically update themselves to the latest version. There is no need to manage any part of the self-update process. However, agents need to be running and connected to the internet to check for updates. To facilitate updatesto agents that haven't been running for a while:
41
41
42
42
- Major versions are supported for at least six months from the date of initial release.
43
43
- We guarantee there's an overlap of at least three months between the support of major agent versions.
44
-
- The [Supported agent versions](#supported-agent-versions) table will list expiration dates. Agents versions that have expired, might still be able to update themselves to a supported version but there are no guarantees. (Preview versions do not self-update and have to be replaced by manually by deploying a generally available agent VM.)
44
+
- The [Supported agent versions](#supported-agent-versions) table lists expiration dates. Agent versions that have expired, might still be able to update themselves to a supported version but there are no guarantees.
45
+
46
+
> [!IMPORTANT]
47
+
> Preview versions of the Storage Mover agent cannot update themselves. You must replace them manually by deploying the [latest available agent](https://aka.ms/StorageMover/agent).
45
48
46
49
## 2023 April 17
47
50
@@ -56,17 +59,17 @@ Support for a migration from an NFS (v3 / v4) source share to an Azure blob cont
56
59
57
60
### Migration options
58
61
59
-
In addition to merging content from the source to the target (public preview), the service now supports an additional migration option: Mirror content from source to target.
62
+
In addition to merging content from the source to the target (public preview), the service now supports another migration option: Mirror content from source to target.
60
63
61
64
- Files in the target will be deleted if they don’t exist in the source.
62
65
- Files and folders in the target will be updated to match the source.
63
-
- Folder renames between copies will lead to the deletion of the cloud content and re-upload of anything contained in the renamed folder on the source.
66
+
- Folder renames between copies will lead to the deletion of the cloud content and reupload of anything contained in the renamed folder on the source.
64
67
65
68
### Service
66
69
67
-
The service now supports viewing copy logs and job logs in the Azure portal. An Azure Log Analytics workspace must be configured to receive the logs. This configuration is done once for a Storage Mover resource and will apply to all agents and migration jobs in that Storage Mover resource. To configure an existing Storage Mover resource or learn how to create a new Storage Mover resource with this configuration, follow the steps in the article: [How to enable Azure Storage Mover copy and job logs](log-monitoring.md).
70
+
The service now supports viewing copy logs and job logs in the Azure portal. An Azure Log Analytics workspace must be configured to receive the logs. This configuration is done once for a Storage Mover resource and applies to all agents and migration jobs in that Storage Mover resource. To configure an existing Storage Mover resource or learn how to create a new Storage Mover resource with this configuration, follow the steps in the article: [How to enable Azure Storage Mover copy and job logs](log-monitoring.md).
68
71
69
-
It is possible to send the logs to a 3rd party monitoring solution and even into a raw file in a storage account. However, the Storage Mover migration job run blade in the Azure portal can only query a Log Analytics workspace for the logs. To get an integrated experience, be sure to select a Log Analytics workspace as a target.
72
+
It is possible to send the logs to a third party monitoring solution and even into a raw file in a storage account. However, the Storage Mover migration job run blade in the Azure portal can only query a Log Analytics workspace for the logs. To get an integrated experience, be sure to select a Log Analytics workspace as a target.
0 commit comments