filmov
tv
Create a Azure SQL database and configure Private End Point in Azure - Demo 9

Показать описание
This demo is to explain the steps involved in creating a SQL server database and how to configure Private Endpoint. Following are the steps covered as part of this video:
1. Create a Virtual Network (“VNet1”) and a subnet “snet-vm”
2. Create a VM and associate it to snet-vm
3. Create a SQL server and a SQL Database with sample data
4. Connect to the SQL database using user’s laptop via S/W application directly via internet
5. Add a new subnet called “snet-pvt-endpoint”
6. Create a Private End point and associate it to snet-pvt-endpoint
7. Configure the SQL Server to use the private end point (By doing this access to SQL server is limited to VNet1)
8. Disable the public connectivity to SQL Server
9. Now RDP connect to VM and use S/W application to connect to SQL database
1. Create a Virtual Network (“VNet1”) and a subnet “snet-vm”
2. Create a VM and associate it to snet-vm
3. Create a SQL server and a SQL Database with sample data
4. Connect to the SQL database using user’s laptop via S/W application directly via internet
5. Add a new subnet called “snet-pvt-endpoint”
6. Create a Private End point and associate it to snet-pvt-endpoint
7. Configure the SQL Server to use the private end point (By doing this access to SQL server is limited to VNet1)
8. Disable the public connectivity to SQL Server
9. Now RDP connect to VM and use S/W application to connect to SQL database