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
+41-25Lines changed: 41 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,26 +2,11 @@
2
2
title: Release notes for the Azure Storage Mover service | Microsoft Docs
3
3
description: Read the release notes for the Azure Storage Mover service, which allows you to migrate your on-premises unstructured data to the Azure Storage service.
# Release notes for the Azure Storage Mover service
26
11
27
12
Azure Storage Mover is a hybrid service, which continuously introduces new features and improvements to its cloud service and the agent components. New features often require a matching agent version that supports them. This article provides a summary of key improvements for each service and agent version combination that is released. The article also points out limitations and if possible, workarounds for identified issues.
@@ -30,18 +15,20 @@ Azure Storage Mover is a hybrid service, which continuously introduces new featu
30
15
31
16
The following Azure Storage Mover agent versions are supported:
32
17
33
-
| Milestone | Version number | Release date | Status |
| General availability release | 1.0.229 | April 17, 2023 | Supported |
21
+
| Public preview release | 0.1.116 | September 15, 2022 | Functioning. No longer supported by Microsoft Azure Support teams.|
36
22
37
23
### Azure Storage Mover update policy
38
24
39
-
The Azure Storage Mover agents aren't automatically updated to new versions at this time. New functionality and fixes to any issues will require the [download](https://aka.ms/StorageMover/agent), [deployment](agent-deploy.md) and [registration](agent-register.md) of a new Storage Mover agent.
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.
40
27
41
-
> [!TIP]
42
-
> Switching to the latest agent version can be done safely. Follow the section Upgrading to a newer agent version in the agent deployment article.
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.
43
29
44
-
New agent versions will be released on Microsoft Download Center. [https://aka.ms/StorageMover/agent](https://aka.ms/StorageMover/agent) We recommend retiring old agents and deploying agents of the current version, when they become available.
30
+
> [!TIP]
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.
45
32
46
33
#### Major vs. minor versions
47
34
@@ -50,11 +37,40 @@ New agent versions will be released on Microsoft Download Center. [https://aka.m
50
37
51
38
#### Lifecycle and change management guarantees
52
39
53
-
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. To facilitate your deployment, the following rules guarantee you have enough time, and notification to accommodate agent updates/upgrades in your change management process:
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:
54
41
55
42
- Major versions are supported for at least six months from the date of initial release.
56
43
- We guarantee there's an overlap of at least three months between the support of major agent versions.
57
-
- Warnings are issued for registered servers using a soon-to-be expired agent at least three months prior to expiration. You can check if a registered server is using an older version of the agent in the registered agents section of a storage mover resource.
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.)
45
+
46
+
## 2023 April 17
47
+
48
+
General availability release notes for:
49
+
50
+
- Service version: April 17, 2023
51
+
- Agent version: 1.0.229
52
+
53
+
### Migration scenarios
54
+
55
+
Support for a migration from an NFS (v3 / v4) source share to an Azure blob container (not [HNS enabled](../storage/blobs/data-lake-storage-namespace.md)).
56
+
57
+
### Migration options
58
+
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.
60
+
61
+
- Files in the target will be deleted if they don’t exist in the source.
62
+
- 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.
64
+
65
+
### Service
66
+
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).
68
+
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.
70
+
71
+
### Agent
72
+
73
+
Private link connections from the agent into Azure are supported. Data that is migrated can travel from the agent over a private link connection to the target storage account in Azure. Agent registration can also be accomplished over a private link connection. Agent control messages (jobs, logs) can only be sent over the public endpoint of the Storage Mover agent gateway. If using a firewall or proxy server to restrict public access, make sure the following URL is not blocked: *.agentgateway.prd.azsm.azure.com. The concrete URL is determined by the Azure region of the Storage Mover resource the agent is registered with.
0 commit comments