C
C#3mo ago
divine_beast

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
Saber
Saber3mo ago
just do it?
felsokning
felsokning3mo ago
Why not try with SSMS (SQL Server Management Studio)? ...or Azure Data Studio
divine_beast
divine_beastOP3mo ago
I want to automate this test in the pipeline

Did you find this page helpful?