Backups to BLOBs from SQL MIs using Managed Identity credentials #780
Replies: 2 comments 1 reply
-
Hello,
Do you have any solution for this issue? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I have been improving this in the 27 Oct 2024 version. Could you test it again? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
We are using your tool to create a COPY_ONLY backup for our databases running on a number of SQL Managed Instances. However, due to some security requirements, we are not allowed to use SAS tokens, but instead use Managed Identity to control the access to URL blobs.
The DatabaseBackup SP is only checking for SAS credentials. I changed the code now to also include credentials using Managed Identity on my instances, but probably the best thing would be to just look if a credential with the required name exists.
Beta Was this translation helpful? Give feedback.
All reactions