VNET
16 TopicsStep-by-Step: How to Configure a Private Endpoint to Secure Azure Static Web Apps
Learn how to secure your web apps with Azure Static Web Apps by configuring a private endpoint. This feature, also known as private link, allows developers to link network isolated backends for added security and seamless routing. This step-by-step guide explains the benefits and process of setting up a private endpoint in Azure Static Web Apps. Don't leave your web apps vulnerable, ensure their safety with a private endpoint.12KViews0likes2CommentsLesson 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.9KViews0likes0CommentsConnect 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.6KViews0likes0CommentsTransition 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.5KViews2likes2Comments