Setting Private Endpoint for Azure SQL Server using Azure PowerShell
·1526 words·8 mins·
100
views
·
5
likes
Azure PowerShell
Connect-AzAccount
Get-AzPrivateEndpoint
Get-AzPrivateLinkResource
Get-AzSqlserver
Get-AzSubscription
Get-AzVirtualNetwork
Microsoft
Microsoft Azure
New-AzPrivateDnsVirtualNetworkLink
New-AzPrivateDnsZone
New-AzPrivateDnsZoneConfig
New-AzPrivateDnsZoneGroup
New-AzPrivateEndpoint
New-AzPrivateEndpointIpConfiguration
New-AzPrivateLinkServiceConnection
Remove-AzPrivateDnsVirtualNetworkLink
Remove-AzPrivateDnsZone
Remove-AzPrivateDnsZoneGroup
Remove-AzPrivateEndpoint
Select-Object
Set-AzSqlServer
I think that Private Endpoint is one of the trends that we should focus on and learn more about. For this reason, in the coming months I will publish more content about this simple but powerful technology.