azure sql and cosmos db access testing using dotnet
hey guys, I am trying to test the access to my databases in azure, I have secured the the databases(currently using SQL Azure and CosmosDB) using VNet and private endpoints, what would be the best way to test access from outside the VNet? using dotnet?
3 Replies
just do it?
Why not try with SSMS (SQL Server Management Studio)?
...or Azure Data Studio
I want to automate this test in the pipeline