VNET
8 TopicsPreventing and recovering from accidental deletion of an Azure Database for MySQL flexible server
Accidental deletion of critical Azure resources, such as Azure Database for MySQL flexible servers, can disrupt operations. To help avoid such accidental deletions, you can use a couple of options, including Azure Resource Locks and Azure Policy. This post explains how to implement these mechanisms, and how to revive a dropped MySQL flexible server by using the Azure CLI.862Views2likes0CommentsTransition from VNET integration to public access or Private Link using the Azure CLI
This post provides two bash scripts that use the Azure CLI to transition an Azure Database for MySQL flexible server from VNET Integrated to Public Access or a Private Link. You can run these bash scripts either locally or by using the Azure Cloud Shell.1.5KViews2likes2CommentsLesson Learned #52: Azure Database for MySQL – Server is not configured to allow ipv6 connections
First published on MSDN on Jan 02, 2019 Hello,Several days ago, I worked in a service request that our customer had configured all elements ( VPN, Site-to-Site, etc…) but they are getting an error: ERROR 9009 (28000): Server is not configured to allow ipv6 connections trying to connect using service endpoint.7.8KViews0likes0CommentsConnect to Azure SQL Database Managed Instance with Virtual Network peering
First published on MSDN on Oct 26, 2018 How to connect with an existing VM to your Managed Instance VnetThis guide assumes you already have a deployment of a Managed instance in your subscriptionProblem summary: Initially, you might not want to deploy a new machine using the script in the Getting Started section in your Managed Instance to connect, because you already have several deployed VMs and you don't want to deploy a new Virtual Machine and incur in additional costs.5.6KViews0likes0Comments