<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Azure Migration and Modernization topics</title>
    <link>https://techcommunity.microsoft.com/t5/azure-migration-and/bd-p/AzureMigration</link>
    <description>Azure Migration and Modernization topics</description>
    <pubDate>Mon, 27 Apr 2026 10:43:06 GMT</pubDate>
    <dc:creator>AzureMigration</dc:creator>
    <dc:date>2026-04-27T10:43:06Z</dc:date>
    <item>
      <title>Azure Migrate Physical Server Discovery - ServerDiscoveryService.exe Crash Bug</title>
      <link>https://techcommunity.microsoft.com/t5/azure-migration-and/azure-migrate-physical-server-discovery-serverdiscoveryservice/m-p/4490238#M733</link>
      <description>&lt;H2&gt;Summary&lt;/H2&gt;&lt;P&gt;The Azure Migrate appliance for physical server discovery fails to complete discovery due to a crash bug in ServerDiscoveryService.exe. The service successfully connects to target servers but crashes during WSMan transport cleanup before any discovery data is collected.&lt;/P&gt;&lt;H2&gt;Environment&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Appliance OS:&lt;/STRONG&gt; Windows Server 2022 Standard Evaluation (Build 20348)&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Appliance Type:&lt;/STRONG&gt; Physical server discovery (script-based installation)&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;ServerDiscoveryService.exe Version:&lt;/STRONG&gt; 2.0.3300.663&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;.NET Version:&lt;/STRONG&gt; 8.0.22 (CoreCLR 8.0.2225.52707)&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Target Servers:&lt;/STRONG&gt; Windows Server (various) and Linux, all on-premises&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Discovery Agent Version:&lt;/STRONG&gt; 2.0.03300.663&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Appliance Configuration Manager Version:&lt;/STRONG&gt; 6.1.294.1847&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;Symptoms&lt;/H2&gt;&lt;OL&gt;&lt;LI&gt;Target server validation succeeds in the appliance configuration manager&lt;/LI&gt;&lt;LI&gt;CIM sessions connect successfully (logs show "TestConnection succeeded for CIM Session with HTTP protocol")&lt;/LI&gt;&lt;LI&gt;Connections are immediately disposed with "Disposing all connections when the process is shutdown"&lt;/LI&gt;&lt;LI&gt;No discovery data is collected&lt;/LI&gt;&lt;LI&gt;Azure portal shows error 60001 with misleading "Could not load file or assembly 'Microsoft.Management.Infrastructure'" message&lt;/LI&gt;&lt;LI&gt;Discovery status remains "Discovery Incomplete" for all Windows servers&lt;/LI&gt;&lt;/OL&gt;&lt;H2&gt;Root Cause&lt;/H2&gt;&lt;P&gt;The ServerDiscoveryService.exe process crashes repeatedly with an unhandled NullReferenceException in the WSMan transport finalizer. This is visible in the Windows Application Event Log:&lt;/P&gt;&lt;P&gt;Application: ServerDiscoveryService.exe CoreCLR Version: 8.0.2225.52707 .NET Version: 8.0.22 Description: The process was terminated due to an unhandled exception. Exception Info: System.NullReferenceException: Object reference not set to an instance of an object. at System.Management.Automation.Remoting.Client.BaseClientTransportManager.CloseAsync() at System.Management.Automation.Remoting.Client.WSManClientSessionTransportManager.CloseAsync() at System.Management.Automation.Remoting.Client.BaseClientTransportManager.Finalize()&lt;/P&gt;&lt;P&gt;The crash also triggers an access violation:&lt;/P&gt;&lt;P&gt;Faulting application name: ServerDiscoveryService.exe, version: 2.0.3300.663 Exception code: 0xc0000005 Faulting application path: C:\Program Files\Microsoft Azure Server Discovery Service\ServerDiscoveryService.exe&lt;/P&gt;&lt;P&gt;These crashes occur approximately every 10 minutes.&lt;/P&gt;&lt;H2&gt;Troubleshooting Completed&lt;/H2&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Verified manual connectivity works:&lt;/STRONG&gt; PowerShell Invoke-Command and New-CimSession both succeed from the appliance to target servers using the same credentials&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Verified WinRM configuration:&lt;/STRONG&gt; Targets have WinRM HTTP listener on port 5985, LocalAccountTokenFilterPolicy is set to 1&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Verified assemblies exist:&lt;/STRONG&gt; Microsoft.Management.Infrastructure.dll is present in the GAC on both the appliance and target servers&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Tested both FQDNs and IP addresses:&lt;/STRONG&gt; Same failure occurs with both&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Tested both local and domain credentials:&lt;/STRONG&gt; Same failure with properly formatted credentials (domain\user)&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Verified time synchronization:&lt;/STRONG&gt; Appliance clock is accurate&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Verified appliance is up to date:&lt;/STRONG&gt; All components show current versions&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Tested with fresh appliance:&lt;/STRONG&gt; Previously tried OVA-based appliance with similar results; rebuilt using Microsoft's PowerShell script installer on clean Server 2022—same issue&lt;/LI&gt;&lt;/OL&gt;&lt;H2&gt;Relevant Log Locations&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;C:\ProgramData\Microsoft Azure\Logs\ConfigManager\ClientOperations_*.log - Shows successful CIM connections followed by immediate disposal&lt;/LI&gt;&lt;LI&gt;C:\ProgramData\Microsoft Azure\Logs\ConfigManager\ApplianceOnboarding-Portal-*.log - Shows error 60000 "UnhandledException" with message "Internal error occured." (note: typo is in original)&lt;/LI&gt;&lt;LI&gt;Windows Event Log (Application) - Contains the actual crash stack traces&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;Conclusion&lt;/H2&gt;&lt;P&gt;This is a code defect in ServerDiscoveryService.exe—a null reference exception in a finalizer is a programming error that cannot be caused by configuration or environmental factors. The service connects successfully but crashes before completing its work.&lt;/P&gt;&lt;H2&gt;Request&lt;/H2&gt;&lt;P&gt;Please escalate to the Azure Migrate engineering team for a bug fix in ServerDiscoveryService.exe version 2.0.3300.663.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 02:24:12 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-migration-and/azure-migrate-physical-server-discovery-serverdiscoveryservice/m-p/4490238#M733</guid>
      <dc:creator>cbrnit</dc:creator>
      <dc:date>2026-01-29T02:24:12Z</dc:date>
    </item>
    <item>
      <title>Can anyone attest to the accuracy of an Azure Migrate Business Case?</title>
      <link>https://techcommunity.microsoft.com/t5/azure-migration-and/can-anyone-attest-to-the-accuracy-of-an-azure-migrate-business/m-p/4472607#M729</link>
      <description>&lt;P&gt;Hello!&amp;nbsp; I've only created a &lt;STRONG&gt;business case &lt;/STRONG&gt;in a simple lab environment using 5 on-prem Hyper-V servers. (&lt;EM&gt;SmartHotelHost&lt;/EM&gt; lab from Github)&amp;nbsp; The business case export explains that I'll be saving over $100K annually once fully migrated into Azure after multiple years.&amp;nbsp; (It's only 5 servers!)&amp;nbsp; That said, I've been reluctant to suggest the Business Case tool and steer clients toward the &lt;STRONG&gt;Azure Migrate Assessment&lt;/STRONG&gt; and &lt;STRONG&gt;Azure Pricing Calculator&lt;/STRONG&gt; which have proven to be reliable tools.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone have any experience with the business case?&amp;nbsp; Was it accurate?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a bunch!&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2025 14:59:14 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-migration-and/can-anyone-attest-to-the-accuracy-of-an-azure-migrate-business/m-p/4472607#M729</guid>
      <dc:creator>Richard_Hartman</dc:creator>
      <dc:date>2025-11-24T14:59:14Z</dc:date>
    </item>
    <item>
      <title>TLS 1.0 and 1.1 Support on Azure Web App</title>
      <link>https://techcommunity.microsoft.com/t5/azure-migration-and/tls-1-0-and-1-1-support-on-azure-web-app/m-p/4406597#M724</link>
      <description>&lt;P&gt;I know Azure is winding up support for TLS 1.0 and 1.1 by August 2025.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone can help me to access our existing IoT devices to connect to Azure Web App using this TLS 1.0 and 1.1?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our device were connecting to azure server fine until Mid March 2025. At end of March 2025 we lost access to this IoT devices which uses TLS 1.0, 1.1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts or any one have any idea why it stopped &lt;STRONG&gt;before the deadline of August 2025?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;And what can be done to get back this devices online?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#IoTHub #WebApp #Azure #TLS #TLS1.0 #TLS1.1 #SNI&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 11:40:11 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-migration-and/tls-1-0-and-1-1-support-on-azure-web-app/m-p/4406597#M724</guid>
      <dc:creator>dxxx0001</dc:creator>
      <dc:date>2025-04-22T11:40:11Z</dc:date>
    </item>
    <item>
      <title>Azure Migrate Appliance</title>
      <link>https://techcommunity.microsoft.com/t5/azure-migration-and/azure-migrate-appliance/m-p/4401411#M717</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are planning to migrate 100 servers to Azure and are looking for guidance on deploying the Azure Migrate appliance. Due to space limitations on-premises, we do not have room to deploy the appliance locally.&lt;/P&gt;&lt;P&gt;Is it possible to deploy the Azure Migrate appliance in an Azure virtual machine (VM) within our existing Azure subscription? if so we would like to deploy the VM, install the Azure Migrate appliance, and then use it to assess, discover, and perform dependency analysis for our on-premises virtual and physical servers. Additionally, we are considering using the "Physical Server" option by downloading the installer script from the Azure Migrate appliance.&lt;/P&gt;&lt;P&gt;Can you please confirm if this approach is viable, are there any additional steps or considerations we should be aware of by deploying the appliance in Azure on a VM.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 06 Apr 2025 22:13:21 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-migration-and/azure-migrate-appliance/m-p/4401411#M717</guid>
      <dc:creator>Skhatri</dc:creator>
      <dc:date>2025-04-06T22:13:21Z</dc:date>
    </item>
    <item>
      <title>MS SQL in Azure VM to SQL PaaS Migration</title>
      <link>https://techcommunity.microsoft.com/t5/azure-migration-and/ms-sql-in-azure-vm-to-sql-paas-migration/m-p/4401392#M716</link>
      <description>&lt;P&gt;What are the current best practices for migrating a SQL Server hosted in an Azure VM to Azure SQL Database?&lt;BR /&gt;I’m looking to approach this in two phases: Assessment followed by Migration.&lt;/P&gt;&lt;P&gt;There are several tools available for this process, including Database Migration Assistant (DMA), Azure Data Studio, Azure Migrate, and Azure Database Migration Service (DMS).&lt;BR /&gt;The source VMs are running across various OS versions—Windows Server 2008, 2012, 2016, and newer.&lt;/P&gt;&lt;P&gt;However, I’ve noticed that DMA appears to be deprecated, and Azure Data Studio is scheduled for retirement by February 2026.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Apr 2025 17:46:17 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-migration-and/ms-sql-in-azure-vm-to-sql-paas-migration/m-p/4401392#M716</guid>
      <dc:creator>babuvt</dc:creator>
      <dc:date>2025-04-06T17:46:17Z</dc:date>
    </item>
    <item>
      <title>How to build a lab</title>
      <link>https://techcommunity.microsoft.com/t5/azure-migration-and/how-to-build-a-lab/m-p/4397263#M713</link>
      <description>&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i need to build a lab but i have lack of memories on my laptop, i tried to install vmware workstation or esxi on azure vm did not work. Is there ant method to practice vmware migrations via azure migrate.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;even i am trying physical migration if you could help.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 23:00:04 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-migration-and/how-to-build-a-lab/m-p/4397263#M713</guid>
      <dc:creator>RabihSemaan</dc:creator>
      <dc:date>2025-03-25T23:00:04Z</dc:date>
    </item>
    <item>
      <title>LAB: Set up DR for SQL in Azure VM by using Always on feature</title>
      <link>https://techcommunity.microsoft.com/t5/azure-migration-and/lab-set-up-dr-for-sql-in-azure-vm-by-using-always-on-feature/m-p/4385443#M711</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;Why create DR for SQL in azure VMs?&lt;/H1&gt;
&lt;P&gt;Creating a disaster recovery (DR) plan for SQL Server in Azure Virtual Machines (VMs) is crucial to ensure business continuity and data protection. Azure VMs offer flexible and scalable solutions for high availability and disaster recovery, such as Always On availability groups, failover clustering, and geo-replication.&lt;/P&gt;
&lt;P&gt;These features help minimize downtime and data loss during unexpected events, ensuring that your SQL Server databases remain accessible and resilient. By leveraging Azure's built-in DR capabilities, organizations can meet their recovery time objectives (RTO) and recovery point objectives (RPO), safeguarding critical business operations.&lt;/P&gt;
&lt;H1&gt;Architectural diagram&lt;/H1&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Steps&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Create two SQL Server VM, one for on-premises and another for azure (for sake of lab I am creating both in azure vm. The experience is same for both scenario)&lt;/LI&gt;
&lt;/UL&gt;
&lt;img /&gt;&lt;img /&gt;
&lt;UL&gt;
&lt;LI&gt;Follow the below steps in both SQL VMs to prep for DR.&lt;/LI&gt;
&lt;LI&gt;Set domain for sql servers&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;img /&gt;
&lt;UL&gt;
&lt;LI&gt;Restart VM (Very Important to make changes effective)&lt;/LI&gt;
&lt;LI&gt;Make sure the sql servers are joined to same domain&lt;/LI&gt;
&lt;LI&gt;system--&amp;gt; Advanced setting--&amp;gt; computer name--&amp;gt;Change domain&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;UL&gt;
&lt;LI&gt;Restart VM&lt;/LI&gt;
&lt;LI&gt;Create Secondary VM using SQL supported image ( I am selecting standard SQL edition option)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Add roles and features&lt;/LI&gt;
&lt;/UL&gt;
&lt;img /&gt;
&lt;P&gt;In Features select Failover clustering&lt;/P&gt;
&lt;img /&gt;
&lt;UL&gt;
&lt;LI&gt;Complete installation&lt;/LI&gt;
&lt;LI&gt;Enable Always on feature&lt;/LI&gt;
&lt;/UL&gt;
&lt;img /&gt;&lt;img /&gt;
&lt;P&gt;Repeat step for both VMs&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Create a primary db in SQL1&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;In primary create test database and add data&lt;/P&gt;
&lt;P&gt;-- Create the database&lt;BR /&gt;CREATE DATABASE userdatabase;&lt;/P&gt;
&lt;P&gt;-- Switch to the new database&lt;BR /&gt;USE userdatabase;&lt;/P&gt;
&lt;P&gt;-- Create the table&lt;BR /&gt;CREATE TABLE userinfo (&lt;BR /&gt;&amp;nbsp; &amp;nbsp; email VARCHAR(255) NOT NULL,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; name VARCHAR(255) NOT NULL&lt;BR /&gt;);&lt;/P&gt;
&lt;P&gt;-- Insert dummy data into the userinfo table&lt;BR /&gt;INSERT INTO userinfo (email, name) VALUES ('john.doe@example.com', 'John Doe');&lt;BR /&gt;INSERT INTO userinfo (email, name) VALUES ('jane.smith@example.com', 'Jane Smith');&lt;BR /&gt;INSERT INTO userinfo (email, name) VALUES ('alice.jones@example.com', 'Alice Jones');&lt;BR /&gt;INSERT INTO userinfo (email, name) VALUES ('bob.brown@example.com', 'Bob Brown');&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SELECT * from userinfo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Create cluster&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create Availability group&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now you can see both servers are part of same availability group&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;test failover&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 05:00:10 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-migration-and/lab-set-up-dr-for-sql-in-azure-vm-by-using-always-on-feature/m-p/4385443#M711</guid>
      <dc:creator>Aaida_Aboobakkar</dc:creator>
      <dc:date>2025-02-25T05:00:10Z</dc:date>
    </item>
    <item>
      <title>Register now for the Migrate to Innovate Summit</title>
      <link>https://techcommunity.microsoft.com/t5/azure-migration-and/register-now-for-the-migrate-to-innovate-summit/m-p/4378531#M710</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Join the summit on March 11, presented in partnership with Intel.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;Stay agile, innovate for the future, and maintain a competitive edge by accelerating your cloud migration and modernization journey. Microsoft thought leaders will discuss the latest news and trends, showcase real-world case studies, and share how Azure can help you fully embrace AI.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;Join us to:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="33" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="1" data-aria-level="1"&gt;&lt;SPAN data-contrast="none"&gt;Maximize business value and build the foundation for successful innovation by leveraging the latest Azure and Intel capabilities for your workloads.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="33" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="2" data-aria-level="1"&gt;&lt;SPAN data-contrast="none"&gt;Dive into case studies and real-world examples showcasing how organizations have successfully transformed their business and how you can be next by migrating and modernizing on Azure.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="33" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="3" data-aria-level="1"&gt;&lt;SPAN data-contrast="none"&gt;Make sure your cloud migration and modernization journey is using the best practices and strategies featured in product demonstrations.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://register.azuremigration.microsoft.com/?ocid=cmmc7hv4eeg" target="_blank"&gt;&lt;STRONG&gt;&lt;SPAN data-ccp-props="{}"&gt;Register now &amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Migrate to Innovate Summit&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Tuesday, March 11, 2025&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;9:00 AM–11:30 AM Pacific Time (UTC-7)&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 21:47:33 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-migration-and/register-now-for-the-migrate-to-innovate-summit/m-p/4378531#M710</guid>
      <dc:creator>MSdellis</dc:creator>
      <dc:date>2025-02-13T21:47:33Z</dc:date>
    </item>
    <item>
      <title>Migrating Windows Server from 'Hybrid Azure AD Join' to 'Entra ID Join (Cloud-Only)'</title>
      <link>https://techcommunity.microsoft.com/t5/azure-migration-and/migrating-windows-server-from-hybrid-azure-ad-join-to-entra-id/m-p/4261750#M688</link>
      <description>&lt;P&gt;&lt;EM&gt;Hi everyone,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need help with a scenario where I’m looking to move a server ( non DC ) from &lt;STRONG&gt;Microsoft Entra Hybrid Joined&lt;/STRONG&gt; to cloud only &lt;STRONG&gt;(Entra ID) Joined only&lt;/STRONG&gt;. The goal is to stop relying on the on-premises AD domain and make the server authenticate only through cloud-based accounts (Azure AD accounts).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’d appreciate any guidance, documentation or best practices on how to properly handle this migration while ensuring minimal disruption.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone done this transition before?&lt;BR /&gt;What steps and considerations should I be aware of in terms of network configuration, Cost.... etc?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thanks in advance for your help!&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2024 11:59:57 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-migration-and/migrating-windows-server-from-hybrid-azure-ad-join-to-entra-id/m-p/4261750#M688</guid>
      <dc:creator>Nstellar</dc:creator>
      <dc:date>2024-10-03T11:59:57Z</dc:date>
    </item>
    <item>
      <title>Trouble Installing Microsoft Site Recovery - Process Server Service Keeps Terminating</title>
      <link>https://techcommunity.microsoft.com/t5/azure-migration-and/trouble-installing-microsoft-site-recovery-process-server/m-p/4217501#M685</link>
      <description>&lt;P&gt;Hey everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm in the middle of migrating our on-premise servers to the Azure cloud, and I've hit a snag that I can't seem to get past. I'm at the step where I need to install the Microsoft Site Recovery agent on our appliance, but I'm stuck on the last part—validating the server configuration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Every time I run the installer, it fails during the validation step. At the same time, I've noticed that the "Process Server" service keeps getting terminated, and I'm unable to enable it again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone encountered this issue before? Any tips on how to get past this, or what might be causing the Process Server service to keep failing? I'm really stuck here and could use some advice!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 09:10:54 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-migration-and/trouble-installing-microsoft-site-recovery-process-server/m-p/4217501#M685</guid>
      <dc:creator>emad1250</dc:creator>
      <dc:date>2024-08-13T09:10:54Z</dc:date>
    </item>
    <item>
      <title>Sentinel migration</title>
      <link>https://techcommunity.microsoft.com/t5/azure-migration-and/sentinel-migration/m-p/4180183#M680</link>
      <description>&lt;P&gt;&amp;nbsp;need guidance to plan for sentinel migration&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/sentinel/migration" target="_blank" rel="noopener"&gt;Plan your migration to Microsoft Sentinel | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 07:48:51 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-migration-and/sentinel-migration/m-p/4180183#M680</guid>
      <dc:creator>Victor1989</dc:creator>
      <dc:date>2024-11-29T07:48:51Z</dc:date>
    </item>
    <item>
      <title>Azure VMs migration from one tenant to another</title>
      <link>https://techcommunity.microsoft.com/t5/azure-migration-and/azure-vms-migration-from-one-tenant-to-another/m-p/4176285#M674</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;I have a task to move/migrate Azure VMs from subscription on one Azure tenant to subscription on another Azure tenant. Moving the subscription is not an option. I think I can treat the VMs as "Physical or other" and use Azure Migrate with an appliance. Is there any another way? Can I treat is as Hyper-V to Azure Migration? Will I need an appliance server for discovery and replication?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Venelin&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 08:59:37 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-migration-and/azure-vms-migration-from-one-tenant-to-another/m-p/4176285#M674</guid>
      <dc:creator>Venelin Ustabashiev</dc:creator>
      <dc:date>2024-06-26T08:59:37Z</dc:date>
    </item>
    <item>
      <title>Stop replication failed</title>
      <link>https://techcommunity.microsoft.com/t5/azure-migration-and/stop-replication-failed/m-p/4175889#M672</link>
      <description>&lt;P&gt;I have a&amp;nbsp;Azure Migrate: Migration and modernization | Replications where the migration has failed. I tried to stop the replication to create a new migration job but am now getting stop replication failed with the error below. I have checked the vault but cannot see any protected objects.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Error message&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Protection could not be disabled for the machine 'MACHINENAME'.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Possible causes&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Check the failed Disable Protection job for more information.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Recommendation&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Resolve the issue, disable protection on the machine again.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 Jun 2024 19:30:50 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-migration-and/stop-replication-failed/m-p/4175889#M672</guid>
      <dc:creator>cmadavis</dc:creator>
      <dc:date>2024-06-25T19:30:50Z</dc:date>
    </item>
    <item>
      <title>Digital event: The Future of VMware Is in Azure – July 16th, 2024</title>
      <link>https://techcommunity.microsoft.com/t5/azure-migration-and/digital-event-the-future-of-vmware-is-in-azure-july-16th-2024/m-p/4170974#M671</link>
      <description>&lt;P&gt;&lt;A href="https://info.microsoft.com/ww-landing-the-future-of-VMware-is-in-azure.html?ocid=cmmm2vmx1x8" target="_self"&gt;&lt;img /&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Take a deep dive into options for migrating and optimizing your workloads in a rapidly evolving VMware landscape. Join this free digital event and learn how Azure VMware Solution can support your VMware workloads while minimizing migration disruption.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://info.microsoft.com/ww-landing-the-future-of-VMware-is-in-azure.html?ocid=cmmm2vmx1x8" target="_self"&gt;Register&lt;/A&gt; for this event with technical sessions for VMware administrators such as:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Security&lt;/STRONG&gt;—with topics on securing the management plane, role-based access control, patch management, and integration with Microsoft Defender for Cloud and Azure VMware Solution.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Networking&lt;/STRONG&gt;—with topics on hub-and-spoke vs. mesh network design, securing network traffic, traffic and networking monitoring, and hybrid deployments.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Disaster recovery and resiliency&lt;/STRONG&gt;—with topics on replication and cold site setup, business continuity, and easier vSphere migration with Azure VMware Solution.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;VMware integration with Azure services&lt;/STRONG&gt;—with topics on data warehousing and data lakes, AI and machine learning analytics, DevOps solutions, and automation and lifecycle management.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Join us for talks from industry leaders, technical sessions, and live Q&amp;amp;A.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://info.microsoft.com/ww-landing-the-future-of-VMware-is-in-azure.html?ocid=cmmm2vmx1x8" target="_self"&gt;Register now &amp;gt;&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;The Future of VMware Is in Azure&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Tuesday, July 16, 2024&lt;/P&gt;
&lt;P&gt;9:00 AM–10:30 AM Pacific Time (UTC-7)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 17:43:51 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-migration-and/digital-event-the-future-of-vmware-is-in-azure-july-16th-2024/m-p/4170974#M671</guid>
      <dc:creator>MSdellis</dc:creator>
      <dc:date>2024-06-18T17:43:51Z</dc:date>
    </item>
    <item>
      <title>Azure Migration without VM Shutdown</title>
      <link>https://techcommunity.microsoft.com/t5/azure-migration-and/azure-migration-without-vm-shutdown/m-p/4158482#M658</link>
      <description>&lt;P&gt;We're in the process of shutting down the on-premises setup of our company environment running on VMware.&amp;nbsp; We have a DC, SQL server, accounting server and a couple terminal servers used for remote access.&amp;nbsp; I have created the necessary Azure migration assessment and ready to start the replication of the 1st batch of servers.&amp;nbsp; Because we have a legacy custom SQL app, we must maintain standard Windows AD, so I'll be moving our DC virtual machine.&amp;nbsp; Azure AD will not work thus the need to migrate our on-prem DC.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is replicating and copying our on-prem domain controller from VMware up to Azure but keeping it running following the replication migration up to Azure.&amp;nbsp; I know the normal process of replication is to shutdown the running on-prem VMs once the final delta replication has completed.&amp;nbsp; However, I need to keep my on-prem AD environment running for about another month as I build the Azure environment in parallel.&amp;nbsp; I understand that the two environments will not be in-sync if new domain users are created but this likely will not need to occur with the small size of the company.&amp;nbsp; Basically, does the Azure migration process allow us to keep the migrated VMs running following the final replication sync?&amp;nbsp; I'll do this replication during non-production hours so network activity will be zero.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any suggestions or input.&lt;/P&gt;&lt;P&gt;Ken&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 13:33:38 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-migration-and/azure-migration-without-vm-shutdown/m-p/4158482#M658</guid>
      <dc:creator>Shepcon</dc:creator>
      <dc:date>2024-06-03T13:33:38Z</dc:date>
    </item>
    <item>
      <title>Looking for opinion:  Unjoin Hybrid AD, or migrate to new tenant?</title>
      <link>https://techcommunity.microsoft.com/t5/azure-migration-and/looking-for-opinion-unjoin-hybrid-ad-or-migrate-to-new-tenant/m-p/4140021#M657</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I have a bit of a conundrum, and I'm not sure which is the better option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Situation:&amp;nbsp; We currently have an Entra-Hybrid AD environment.&amp;nbsp; Our local AD is a .lan domain, and has almost 30 years of historical garbage (none of it is required anymore).&amp;nbsp; &amp;nbsp;All of our endpoints are already setup for Intune, and all apps/policies are being pushed from Intune.&amp;nbsp; We have two servers that we will migrate to Entra hosted VMs, so are not a big concern.&lt;BR /&gt;&lt;BR /&gt;My question is this:&lt;BR /&gt;&lt;BR /&gt;1) If we disconnect our Hybrid-AD connection, how do we make sure all users are cloud sync'd and no longer pulling from local AD.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Is there a way to formally disconnect our Entra tenant from our AD Sync tool (so that its no longer expecting that domain).&lt;/P&gt;&lt;P&gt;3) How do we remove our old domain from the Entra-ID Tenant?&lt;/P&gt;&lt;P&gt;3) Our current tenant was setup in a hurry, and was not setup with very good governance or any real organization. Is there a good service that can help "clean up" an existing tenant?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) Would it be easier to simply create a new Tenant, set it up with best practices, migrate the users, email, onedrive and SP, and then re-join the Intune devices as the final setup?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking for recommendations/suggestions/pitfalls to look out for while doing this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 15:13:13 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-migration-and/looking-for-opinion-unjoin-hybrid-ad-or-migrate-to-new-tenant/m-p/4140021#M657</guid>
      <dc:creator>cia-ica</dc:creator>
      <dc:date>2024-05-14T15:13:13Z</dc:date>
    </item>
    <item>
      <title>Will the AMS API documentation be accessible after service deprecation?</title>
      <link>https://techcommunity.microsoft.com/t5/azure-migration-and/will-the-ams-api-documentation-be-accessible-after-service/m-p/4128277#M656</link>
      <description>&lt;P&gt;I am looking for some info on whether the documentation on AMS API will be still available after the 30th of June when the service is to be deprecated.&lt;/P&gt;&lt;P&gt;Will it be archived? Will there be some public access?&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2024 12:30:02 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-migration-and/will-the-ams-api-documentation-be-accessible-after-service/m-p/4128277#M656</guid>
      <dc:creator>allkallka</dc:creator>
      <dc:date>2024-05-01T12:30:02Z</dc:date>
    </item>
    <item>
      <title>nvme disk devices and mobility agent</title>
      <link>https://techcommunity.microsoft.com/t5/azure-migration-and/nvme-disk-devices-and-mobility-agent/m-p/4127417#M654</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm doing some tests regarding the migration of Linux ec2 instances from AWS to Azure,&lt;/P&gt;&lt;P&gt;I have followed the docs for the modernized experience described here but the installation&lt;/P&gt;&lt;P&gt;on the ec2 vms fails because the instalelr cannot find a scsi disk&lt;BR /&gt;the error is for example : "AddDiskDiscoveryInfo failed: Error: no attribute found for key scsi_bus"&lt;/P&gt;&lt;P&gt;My undestanding is that the installer expect to find some scsi reference under the linux userspace and since it cannot find it exit with errors.&lt;/P&gt;&lt;P&gt;The vm I'm trying to migrate is based on suse linux 12, the disks of that vm are mapped like this :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="applescript"&gt;lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
nvme0n1 259:0 0 10G 0 disk
├─nvme0n1p1 259:1 0 2M 0 part
├─nvme0n1p2 259:2 0 20M 0 part /boot/efi
└─nvme0n1p3 259:3 0 10G 0 part /
nvme1n1 259:4 0 1G 0 disk&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and lsscsi does not return any output, so for modern linux kernels nvme devices and scsi devices are different things, I think that the mobility agent should consider this and have an alternate way to identify disks/partitions&amp;nbsp; when nvme is found.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 14:14:48 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-migration-and/nvme-disk-devices-and-mobility-agent/m-p/4127417#M654</guid>
      <dc:creator>Marioalessiocaruso</dc:creator>
      <dc:date>2024-04-30T14:14:48Z</dc:date>
    </item>
    <item>
      <title>Azure Migrate availability for Southeast Asia</title>
      <link>https://techcommunity.microsoft.com/t5/azure-migration-and/azure-migrate-availability-for-southeast-asia/m-p/4120719#M653</link>
      <description>&lt;P&gt;Just to check whether any of you facing any issue on testing Azure Migrate in Southeast Asia region ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm facing a issue where the Azure Migrate dashboard can't identify the "source appliance" that configured and discovering the VMs on source location, which causing problem on setting up "Target appliance".&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 02:59:05 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-migration-and/azure-migrate-availability-for-southeast-asia/m-p/4120719#M653</guid>
      <dc:creator>LCKho3693</dc:creator>
      <dc:date>2024-04-23T02:59:05Z</dc:date>
    </item>
    <item>
      <title>TLS 1.0 for Web API Service</title>
      <link>https://techcommunity.microsoft.com/t5/azure-migration-and/tls-1-0-for-web-api-service/m-p/4109929#M648</link>
      <description>&lt;P&gt;I'm trying to determine whether in October of this year all requests to my Web API on Azure that come from legacy TLS 1.0 systems will no longer work?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand that Azure storage will only accept TLS 1.2 going forward and thats fine as my web api talks to that using 1.2, however its incoming requests to my web API that I still need to allow 1.0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When it says&amp;nbsp; deprecated does it mean that it will not be possible to allow TLS 1 on my Web API or just that it will no longer be supported but you can still choose it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 13:20:23 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-migration-and/tls-1-0-for-web-api-service/m-p/4109929#M648</guid>
      <dc:creator>JamesPN</dc:creator>
      <dc:date>2024-04-09T13:20:23Z</dc:date>
    </item>
  </channel>
</rss>

