How to share azure storage credentials in my organisation to external organization securely

311 Views Asked by At

Currently Azure AD B2C is not allowed in my organization. we are using encrypted emails for credential exchange.. What are the diff ways we can securely share azure storage credentials across organization...

1

There are 1 best solutions below

1
RithwikBojja On

I do agree with @kane that you can use Azure KeyVault for storing Storage Credentials:

enter image description here

enter image description here

Then secret created , you can send this value and use as secrets.

enter image description here

You need Azure AD , you can invite an individual user(you need to give permisiions to access keyvault) and then they can access it. For doing that you can refer this. Alternatively, You can also send an encrypted file which contains the credentials.