Skip to content

Commit

Permalink
Remove SAS usage example (#2387)
Browse files Browse the repository at this point in the history
  • Loading branch information
kburtram authored Sep 3, 2024
1 parent 18ffbe6 commit 272e117
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ public Credential WriteSASCredentialToSqlServer(string credentialName, string id
{
try
{
// Format of Sql SAS credential:
// CREATE CREDENTIAL [https://<StorageAccountName>.blob.core.windows.net/<ContainerName>] WITH IDENTITY = N'Shared Access Signature',
// SECRET = N'sv=2014-02-14&sr=c&sig=lxb2aXr%2Bi0Aeygg%2B0a4REZ%2BqsUxxxxxxsqUybg0tVzg%3D&st=2015-10-15T08%3A00%3A00Z&se=2015-11-15T08%3A00%3A00Z&sp=rwdl'
//
CredentialCollection credentials = sqlServer.Credentials;

Credential azureCredential = new Credential(sqlServer, credentialName);
Expand Down

0 comments on commit 272e117

Please sign in to comment.