question

MSTechie-7364 avatar image
0 Votes"
MSTechie-7364 asked LukasYu-msft commented

Store Microsoft SSAS secrets in Azure Key Vault ?

Can we store Microsoft SSAS secrets in Azure Key Vault ?

Please help

sql-server-analysis-servicesazure-key-vault
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Did you mean user/password for SSAS on-prem?
Or is this Azure Analysis Service related ?

0 Votes 0 ·

Was James' answer help to resolve your issue? If so, you could mark it as answer, if not you could tell your current progress so we could help further.

0 Votes 0 ·

1 Answer

JamesTran-MSFT avatar image
0 Votes"
JamesTran-MSFT answered JamesTran-MSFT commented

@MSTechie-7364
Thank you for the post and I apologize for the delayed response! You should be able to create a Secret within the Azure Key Vault and just store the Microsoft SSAS value within that Secret.


Create a Secret:

  1. Navigate to your Azure Key Vault in the Azure portal

  2. On the Key Vault settings page, select Secrets.

  3. Click on Generate/Import.

  4. On the Create a secret screen choose the following values:

  5. Upload options: Manual.

  6. Name: Type a name for the secret.

  7. Value: Type a value for the secret (The SSAS value). Key Vault APIs accept and return secret values as strings.

  8. Fill in other values as needed.

94028-image.png


If you have any other questions, please let me know.
Thank you for your time and patience throughout this issue.


Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.


image.png (28.7 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@MSTechie-7364
I just wanted to check in and see if you had any other questions or if you were able to resolve this issue?

0 Votes 0 ·