Hi @Ranjitha S
Thanks for the question and using MS Q&A platform
I understand that the migration of your Azure Database for MySQL Flexible Server is failing across the subscription due to connected private endpoints.
These may be due to some reasons:
- If your MySQL server has private endpoints, you’ll need to disconnect or delete them before moving.
- After the move, you can recreate the private endpoints in the new subscription.
- Make sure both subscriptions are in the same region (the move works only region-to-region).
- The move requires downtime. Your MySQL server will be temporarily unavailable during the move, but this usually takes a short time.
- During the downtime, your app won’t be able to connect to the MySQL server. Make sure your app can handle this and reconnect once the move is finished.
- Once the move is done, you'll need to set up DNS, private endpoints, and networking again in the new subscription.
Hope this helps. Do let us know if you any further queries. If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.