Azure / Commercial-Marketplace-SaaS-Accelerator

A reference example with sample code for developers interested publishing transactable, Software as a-Service offers in the Microsoft commercial marketplace.
MIT License
179 stars 275 forks source link

Secure SQL Server and KV with PE #720

Open msalemcode opened 2 weeks ago

msalemcode commented 2 weeks ago

This PR will add private endpoint to KeyVault and SQL Server the following are the main changes 1- Moving Tenant and Subscription Info to top of script to fix dependency for KV check code 2- Adding subnets for KV and SQL server 3- Modify DB connection to user MSI only to resolve PE connection SSL connection issue 4- Create new PE and PDNS for SQL and KV