Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
PrivateLink support for MySql Flexible Databases (Azure#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
tredell authored Sep 13, 2023
1 parent db45632 commit aa697c3
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,15 @@
"privatelink.mysql.database.azure.com"
]
},
{
"privateLinkServiceNamespace": "Microsoft.DBforMySQL/flexibleServers",
"zone": "privatelink.mysql.database.azure.com",
"filterLocationLike": "*",
"groupId": "mysqlServer",
"privateDnsZoneConfigs": [
"privatelink.mysql.database.azure.com"
]
},
{
"privateLinkServiceNamespace": "Microsoft.DBforMariaDB/servers",
"zone": "privatelink.mariadb.database.azure.com",
Expand Down

0 comments on commit aa697c3

Please sign in to comment.