We have a custom Managed Image that we built from Windows VM in Azure. We need to copy that Managed Image to China and create VMs from it. Unfortunately, we are unable to connect to VMs created from copied .vhd. The steps we did:
1. Created VM in Europe from custom Managed Image.
2. Ran Sysprep.
3. Exported Managed Disk, and uploaded .vhd to Storage Account in China.
4. Created VM from that image.
The problem is we are not able to RDP to that VM.
What is the proper way to do it? (connection time out)
We can't recreate that Image in China, because we need that Image to be consistent with the image we have in Europe.

Copy Azure Managed Image from Azure Comercial to Azure China
354 Views Asked by WinBoss At
1
There are 1 best solutions below
Related Questions in AZURE
- How to update to the latest external Git in Azure Web App?
- I need an azure product that executes my intensive ffmpeg command then dies, and i only get charged for the delta. Any Tips?
- Inject AsyncCollector into a service
- mutual tls authentication between app service and function app
- Azure Application Insights Not Displaying Custom Logs for Azure Functions with .NET 8
- Application settings for production deployment slot in Azure App Services
- Encountered an error (ServiceUnavailable) from host runtime on Azure Function App
- Implementing Incremental consent when using both application and delegated permissions
- Invalid format for email address in WordPress on Azure app service
- Producer Batching Service Bus Vs Kafka
- Integrating Angular External IP with ClusterIP of .NET microservices on AKS
- Difficulty creating a data pipeline with Fabric Datafactory using REST
- Azure Batch for Excel VBA
- How to authenticate only Local and Guest users in Azure AD B2C and add custom claims in token?
- Azure Scale Sets and Parallel Jobs
Related Questions in AZURE-VIRTUAL-MACHINE
- Cost saving recommendations and best practices for Azure
- How can i create an Azure alert when user logs into a VM?
- Azure SQL Managed Instance Connection with .net 4.8 api/svc host
- Access AWS secret manager from Azure VM
- How to create an Azure VM from an existing managed disk with PowerShell?
- How to use New-AzConfigurationAssignment Powershell cmdlet for Dynamic Scope for different subscriptions -Azure update manager
- How to Connect to Mosquitto MQTT server in VM using Typescript
- Issues creating Windows Server VM (for Azure Data Factory self-hosted IR) from custom image built using Packer
- Azure Virtual Machines cannot connect to Internet even after NSG exception rule
- Intermittent Redis timeout issues when a Function attempts to connect to the server
- What is the most cost-effective way to automatically start an Azure VM?
- Why fails my internet request to Azure VM?
- DNS lookup events stopped propagating to log analytics
- How to host .net tcpclient listner in azure virtual machine
- Azure App Service Certificate for Azure VM
Related Questions in AZURE-VM-SCALE-SET
- Virtual Machine Scale Sets - Error Installing Microsoft.VisualStudio.Services.TeamServicesAgent
- Caching (?) issue with Set-AzSqlDatabase to rename a database
- Terminate Azure Agent of Scale Set after a period of time
- How can a virtual machine scale set agent run interactive UI tests in an elevated process?
- How can I set the logged in user of a virtual machine scale set agent?
- How to query Azure VMSS instances computer name for flexible orchestration
- Azure VM Scale Set : how to allocate, run program, deallocate reliably?
- Java Azure SDK scaleset: how to specify image version
- Azure Self-Hosted VMss Failing on Zip Operation
- How to deploy an application into Azure VMSS using Azure DevOps CI/CD pipelines?
- JMESPath Query to get the deallocated InstanceId of the oldest provisioned Azure VMSS
- How to trigger an azure function based on scale in or scale out events in vmss
- terraform custom script on Azure VM scale set failing with managed identity
- [Azure]ScaleSet Ubuntu 22.04 Server with GUI - Gen2 ERROR purchased
- How to configure VMSS Azure DevOps agent VMs to run interactive tests without using new un-elevated account with auto-login?
Related Questions in AZURE-MANAGED-DISK
- How to create an Azure VM from an existing managed disk with PowerShell?
- Ensure no data loss on "Azure Kubernetes Service"
- How to create a proximity placement group after VM and disks have been created?
- How to archive big Azure managed disk to storage account as VHD file
- Azure download vhd of managed disk
- How can I configuring StatefulSets for Zone-Affinity Pod scheduling with LRS disks on AKS?
- New Azure data disk does not appear when running lsblk from virtual machine's cli
- No Storage account for VM Disks in Azure
- Attach disk to only one node in azure
- Azure disk encryption vs encryption at host
- Cannot attach an existing OS disk if the VM is created from a platform, user or a shared gallery image
- What are the options for Azure Functions to use additional hard drive?
- How can I get the used/free managed disk size on Azure VMs?
- How to get the Cost of Azure Managed Disk based on the VM Size using powershell or API?
- Reliably targeting correct Azure Managed Disk on a Linux VM using an Ansible playbook
Related Questions in AZURE-CHINA
- How to encrypt file using sops using a key stored in Azure Vault in China
- C# AzureSDK SecretClient how to authenticate against AzureChinaCloud
- Connect to KeyVault in Azure China
- Intermittent certificate error when accessing server URL
- Azure Function with Eventhub Trigger fails with "Encountered error while fetching the list of EventHub PartitionIds -> Unauthorized"
- Graph API: Upload contents of driveItem throws 501 not_implemented error for AzureChina
- Specify proxy for helm repository in terraform for azure china
- Azure China: Change tracking is not supported
- How to get Organization details in AzureChina Region using Microsoft Graph APIs in Postman using Device code Authentication?
- Traffic Manager applies to both Azure Global and Azure China
- Intagrate China MS Azure Cognitive Services with the Global one for WEB
- Is it possible to deploy the Web App to Azure China by the Azure DevOps pipeline
- Error 400 while building images with Packer in AzureChina
- Error trying to run packer in AzureChinaCloud
- Azure B2C in China - Troubleshooting Custom Policy for Local Account Sign-in
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
A generalized VHD has had all of your personal account information removed using Sysprep. If you intend to use the VHD as an image to create new VMs. You should create a new user name and password to use as the local administrator account.
The following PowerShell script shows how to set up the virtual machine configurations and use the uploaded VM image as the source for the new installation.
Ref: Upload a generalized VHD to Azure to create a new VM