1

is it possible to connect to Azure SQL Database by using Managed Service Identity? I'd like to rip out SQL credentials.

Thank you for your advises!

Best

4
  • From what? That's what makes the difference. From C# or powershell code? Most likely. From SSIS or SSAS? No Commented Aug 22, 2018 at 23:56
  • 1
    From PowerShell Commented Aug 24, 2018 at 8:41
  • And is the powershell executed in Azure automation? Commented Aug 24, 2018 at 8:52
  • To save back and forth please post MVC stackoverflow.com/help/mcve Commented Aug 24, 2018 at 8:56

2 Answers 2

1

Yes, it is possible. See this article for reference.

Sign up to request clarification or add additional context in comments.

Comments

0

If you want to use a Managed Service Identity in Azure function you can have a look at this article:

How to use Azure Managed Service Identity (public preview) in App Service and Azure Functions

To authenticate to SQL with a Managed Service Identity you can have look at this article:

Azure SQL authentication with a Managed Service Identity

It should be enough to achieve what you need.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.